org.alfresco.webdrone.share.dashlet.sitecontent
Class DetailedViewInformation

java.lang.Object
  extended by org.alfresco.webdrone.share.dashlet.sitecontent.SimpleViewInformation
      extended by org.alfresco.webdrone.share.dashlet.sitecontent.DetailedViewInformation

public class DetailedViewInformation
extends SimpleViewInformation

Hold information about the Detailed View inside site content dashlet.

Since:
1.6.1
Author:
Shan Nagarajan

Constructor Summary
DetailedViewInformation(ShareLink thumbnail, ShareLink contentDetail, ShareLink user, String contentStatus, ShareLink comment, ShareLink like, ShareLink favourite, int likeCount, String fileSize, String desc, double version, boolean favouriteEnabled, boolean likeEnabled)
           
 
Method Summary
 ShareLink getComment()
           
 String getDescription()
           
 ShareLink getFavorite()
           
 String getFileSize()
           
 ShareLink getLike()
           
 int getLikecount()
           
 double getVersion()
           
 boolean isFavouriteEnabled()
           
 boolean isLikeEnabled()
           
 String toString()
           
 
Methods inherited from class org.alfresco.webdrone.share.dashlet.sitecontent.SimpleViewInformation
getContentDetail, getContentStatus, getThumbnail, getUser, isPreviewDisplayed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DetailedViewInformation

public DetailedViewInformation(ShareLink thumbnail,
                               ShareLink contentDetail,
                               ShareLink user,
                               String contentStatus,
                               ShareLink comment,
                               ShareLink like,
                               ShareLink favourite,
                               int likeCount,
                               String fileSize,
                               String desc,
                               double version,
                               boolean favouriteEnabled,
                               boolean likeEnabled)
Method Detail

isLikeEnabled

public boolean isLikeEnabled()

isFavouriteEnabled

public boolean isFavouriteEnabled()

getLikecount

public int getLikecount()

getFileSize

public String getFileSize()

getComment

public ShareLink getComment()

getDescription

public String getDescription()

getVersion

public double getVersion()

getLike

public ShareLink getLike()

getFavorite

public ShareLink getFavorite()

toString

public String toString()
Overrides:
toString in class SimpleViewInformation


Copyright © 2013. All Rights Reserved.