org.alfresco.webdrone.share.dashlet.sitecontent
Class DetailedViewInformation
java.lang.Object
org.alfresco.webdrone.share.dashlet.sitecontent.SimpleViewInformation
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)
|
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)
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.