com.liferay.portlet.asset.model
Class AssetEntryWrapper
java.lang.Object
com.liferay.portlet.asset.model.AssetEntryWrapper
- All Implemented Interfaces:
- BaseModel<AssetEntry>, AssetEntry, AssetEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetEntry>
public class AssetEntryWrapper
- extends java.lang.Object
- implements AssetEntry
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetEntry.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetEntry,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
AssetEntryWrapper
public AssetEntryWrapper(AssetEntry assetEntry)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface AssetEntryModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface AssetEntryModel
getEntryId
public long getEntryId()
- Specified by:
getEntryId in interface AssetEntryModel
setEntryId
public void setEntryId(long entryId)
- Specified by:
setEntryId in interface AssetEntryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface AssetEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface AssetEntryModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface AssetEntryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface AssetEntryModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface AssetEntryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface AssetEntryModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface AssetEntryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface AssetEntryModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface AssetEntryModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface AssetEntryModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface AssetEntryModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface AssetEntryModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface AssetEntryModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface AssetEntryModel
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName in interface AssetEntryModel
getClassNameId
public long getClassNameId()
- Specified by:
getClassNameId in interface AssetEntryModel
setClassNameId
public void setClassNameId(long classNameId)
- Specified by:
setClassNameId in interface AssetEntryModel
getClassPK
public long getClassPK()
- Specified by:
getClassPK in interface AssetEntryModel
setClassPK
public void setClassPK(long classPK)
- Specified by:
setClassPK in interface AssetEntryModel
getVisible
public boolean getVisible()
- Specified by:
getVisible in interface AssetEntryModel
isVisible
public boolean isVisible()
- Specified by:
isVisible in interface AssetEntryModel
setVisible
public void setVisible(boolean visible)
- Specified by:
setVisible in interface AssetEntryModel
getStartDate
public java.util.Date getStartDate()
- Specified by:
getStartDate in interface AssetEntryModel
setStartDate
public void setStartDate(java.util.Date startDate)
- Specified by:
setStartDate in interface AssetEntryModel
getEndDate
public java.util.Date getEndDate()
- Specified by:
getEndDate in interface AssetEntryModel
setEndDate
public void setEndDate(java.util.Date endDate)
- Specified by:
setEndDate in interface AssetEntryModel
getPublishDate
public java.util.Date getPublishDate()
- Specified by:
getPublishDate in interface AssetEntryModel
setPublishDate
public void setPublishDate(java.util.Date publishDate)
- Specified by:
setPublishDate in interface AssetEntryModel
getExpirationDate
public java.util.Date getExpirationDate()
- Specified by:
getExpirationDate in interface AssetEntryModel
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
- Specified by:
setExpirationDate in interface AssetEntryModel
getMimeType
public java.lang.String getMimeType()
- Specified by:
getMimeType in interface AssetEntryModel
setMimeType
public void setMimeType(java.lang.String mimeType)
- Specified by:
setMimeType in interface AssetEntryModel
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface AssetEntryModel
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface AssetEntryModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface AssetEntryModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface AssetEntryModel
getSummary
public java.lang.String getSummary()
- Specified by:
getSummary in interface AssetEntryModel
setSummary
public void setSummary(java.lang.String summary)
- Specified by:
setSummary in interface AssetEntryModel
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl in interface AssetEntryModel
setUrl
public void setUrl(java.lang.String url)
- Specified by:
setUrl in interface AssetEntryModel
getHeight
public int getHeight()
- Specified by:
getHeight in interface AssetEntryModel
setHeight
public void setHeight(int height)
- Specified by:
setHeight in interface AssetEntryModel
getWidth
public int getWidth()
- Specified by:
getWidth in interface AssetEntryModel
setWidth
public void setWidth(int width)
- Specified by:
setWidth in interface AssetEntryModel
getPriority
public double getPriority()
- Specified by:
getPriority in interface AssetEntryModel
setPriority
public void setPriority(double priority)
- Specified by:
setPriority in interface AssetEntryModel
getViewCount
public int getViewCount()
- Specified by:
getViewCount in interface AssetEntryModel
setViewCount
public void setViewCount(int viewCount)
- Specified by:
setViewCount in interface AssetEntryModel
toEscapedModel
public AssetEntry toEscapedModel()
- Specified by:
toEscapedModel in interface AssetEntryModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<AssetEntry>- Specified by:
isNew in interface AssetEntryModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<AssetEntry>- Specified by:
setNew in interface AssetEntryModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<AssetEntry>- Specified by:
isCachedModel in interface AssetEntryModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<AssetEntry>- Specified by:
setCachedModel in interface AssetEntryModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<AssetEntry>- Specified by:
isEscapedModel in interface AssetEntryModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<AssetEntry>- Specified by:
setEscapedModel in interface AssetEntryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<AssetEntry>- Specified by:
getPrimaryKeyObj in interface AssetEntryModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<AssetEntry>- Specified by:
getExpandoBridge in interface AssetEntryModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>- Specified by:
setExpandoBridgeAttributes in interface AssetEntryModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<AssetEntry>- Specified by:
clone in interface AssetEntryModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(AssetEntry assetEntry)
- Specified by:
compareTo in interface AssetEntryModel- Specified by:
compareTo in interface java.lang.Comparable<AssetEntry>
hashCode
public int hashCode()
- Specified by:
hashCode in interface AssetEntryModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface AssetEntryModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<AssetEntry>- Specified by:
toXmlString in interface AssetEntryModel
getCategories
public java.util.List<AssetCategory> getCategories()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategories in interface AssetEntry
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTags
public java.util.List<AssetTag> getTags()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTags in interface AssetEntry
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetEntry
public AssetEntry getWrappedAssetEntry()