org.alfresco.webdrone.share.dashlet.sitecontent
Class SimpleViewInformation
java.lang.Object
org.alfresco.webdrone.share.dashlet.sitecontent.SimpleViewInformation
- Direct Known Subclasses:
- DetailedViewInformation
public class SimpleViewInformation
- extends Object
Holds the information about the Simple View inside site content dashlet.
- Since:
- 1.6.1
- Author:
- Shan Nagarajan
SimpleViewInformation
public SimpleViewInformation(ShareLink thumbnail,
ShareLink contentDetail,
ShareLink user,
String contentStatus,
boolean previewDisplayed)
getThumbnail
public ShareLink getThumbnail()
getContentDetail
public ShareLink getContentDetail()
getUser
public ShareLink getUser()
getContentStatus
public String getContentStatus()
isPreviewDisplayed
public boolean isPreviewDisplayed()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.