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