Liferay 6.0.5

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

getEntryId

public long getEntryId()

setEntryId

public void setEntryId(long entryId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getPortletId

public String getPortletId()

setPortletId

public void setPortletId(String portletId)

getPortletTitle

public String getPortletTitle()

setPortletTitle

public void setPortletTitle(String portletTitle)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getEndDate

public Date getEndDate()

setEndDate

public void setEndDate(Date endDate)

getPublishDate

public Date getPublishDate()

setPublishDate

public void setPublishDate(Date publishDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getMimeType

public String getMimeType()

setMimeType

public void setMimeType(String mimeType)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSummary

public String getSummary()

setSummary

public void setSummary(String summary)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getPriority

public double getPriority()

setPriority

public void setPriority(double priority)

getViewCount

public int getViewCount()

setViewCount

public void setViewCount(int viewCount)

getCategoryIds

public long[] getCategoryIds()

setCategoryIds

public void setCategoryIds(long[] categoryIds)

getTagNames

public String getTagNames()

setTagNames

public void setTagNames(String tagNames)

Liferay 6.0.5