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

java.lang.Object
  extended by 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

Constructor Summary
SimpleViewInformation(ShareLink thumbnail, ShareLink contentDetail, ShareLink user, String contentStatus, boolean previewDisplayed)
           
 
Method Summary
 ShareLink getContentDetail()
           
 String getContentStatus()
           
 ShareLink getThumbnail()
           
 ShareLink getUser()
           
 boolean isPreviewDisplayed()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleViewInformation

public SimpleViewInformation(ShareLink thumbnail,
                             ShareLink contentDetail,
                             ShareLink user,
                             String contentStatus,
                             boolean previewDisplayed)
Method Detail

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.