Liferay 6.1.10-ee-ga1

com.liferay.portlet.asset.model
Class AssetEntryDisplay

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetEntryDisplay
All Implemented Interfaces:
Serializable

public class AssetEntryDisplay
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AssetEntryDisplay()
           
 
Method Summary
 long[] getCategoryIds()
           
 String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 Date getEndDate()
           
 long getEntryId()
           
 Date getExpirationDate()
           
 int getHeight()
           
 String getMimeType()
           
 Date getModifiedDate()
           
 String getPortletId()
           
 String getPortletTitle()
           
 double getPriority()
           
 Date getPublishDate()
           
 Date getStartDate()
           
 String getSummary()
           
 String getTagNames()
           
 String getTitle()
           
 String getUrl()
           
 long getUserId()
           
 String getUserName()
           
 int getViewCount()
           
 int getWidth()
           
 void setCategoryIds(long[] categoryIds)
           
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setEndDate(Date endDate)
           
 void setEntryId(long entryId)
           
 void setExpirationDate(Date expirationDate)
           
 void setHeight(int height)
           
 void setMimeType(String mimeType)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPortletId(String portletId)
           
 void setPortletTitle(String portletTitle)
           
 void setPriority(double priority)
           
 void setPublishDate(Date publishDate)
           
 void setStartDate(Date startDate)
           
 void setSummary(String summary)
           
 void setTagNames(String tagNames)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setViewCount(int viewCount)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryDisplay

public AssetEntryDisplay()
Method Detail

getCategoryIds

@JSON
public long[] getCategoryIds()

getClassName

public String getClassName()

getClassNameId

public long getClassNameId()

getClassPK

public long getClassPK()

getCompanyId

public long getCompanyId()

getCreateDate

public Date getCreateDate()

getDescription

public String getDescription()

getEndDate

public Date getEndDate()

getEntryId

public long getEntryId()

getExpirationDate

public Date getExpirationDate()

getHeight

public int getHeight()

getMimeType

public String getMimeType()

getModifiedDate

public Date getModifiedDate()

getPortletId

public String getPortletId()

getPortletTitle

public String getPortletTitle()

getPriority

public double getPriority()

getPublishDate

public Date getPublishDate()

getStartDate

public Date getStartDate()

getSummary

public String getSummary()

getTagNames

public String getTagNames()

getTitle

public String getTitle()

getUrl

public String getUrl()

getUserId

public long getUserId()

getUserName

public String getUserName()

getViewCount

public int getViewCount()

getWidth

public int getWidth()

setCategoryIds

public void setCategoryIds(long[] categoryIds)

setClassName

public void setClassName(String className)

setClassNameId

public void setClassNameId(long classNameId)

setClassPK

public void setClassPK(long classPK)

setCompanyId

public void setCompanyId(long companyId)

setCreateDate

public void setCreateDate(Date createDate)

setDescription

public void setDescription(String description)

setEndDate

public void setEndDate(Date endDate)

setEntryId

public void setEntryId(long entryId)

setExpirationDate

public void setExpirationDate(Date expirationDate)

setHeight

public void setHeight(int height)

setMimeType

public void setMimeType(String mimeType)

setModifiedDate

public void setModifiedDate(Date modifiedDate)

setPortletId

public void setPortletId(String portletId)

setPortletTitle

public void setPortletTitle(String portletTitle)

setPriority

public void setPriority(double priority)

setPublishDate

public void setPublishDate(Date publishDate)

setStartDate

public void setStartDate(Date startDate)

setSummary

public void setSummary(String summary)

setTagNames

public void setTagNames(String tagNames)

setTitle

public void setTitle(String title)

setUrl

public void setUrl(String url)

setUserId

public void setUserId(long userId)

setUserName

public void setUserName(String userName)

setViewCount

public void setViewCount(int viewCount)

setWidth

public void setWidth(int width)

Liferay 6.1.10-ee-ga1