com.liferay.portlet.asset.model
Class AssetEntryDisplay
java.lang.Object
com.liferay.portlet.asset.model.AssetEntryDisplay
- All Implemented Interfaces:
- Serializable
public class AssetEntryDisplay
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetEntryDisplay
public AssetEntryDisplay()
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)