com.liferay.portlet.asset.model
Interface AssetTagModel
- All Superinterfaces:
- BaseModel<AssetTag>, java.lang.Cloneable, java.lang.Comparable<AssetTag>, java.io.Serializable
- All Known Subinterfaces:
- AssetTag
- All Known Implementing Classes:
- AssetTagWrapper
public interface AssetTagModel
- extends BaseModel<AssetTag>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the AssetTag table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTag,
com.liferay.portlet.asset.model.impl.AssetTagImpl,
com.liferay.portlet.asset.model.impl.AssetTagModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getTagId
long getTagId()
setTagId
void setTagId(long tagId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getUserName
java.lang.String getUserName()
setUserName
void setUserName(java.lang.String userName)
getCreateDate
java.util.Date getCreateDate()
setCreateDate
void setCreateDate(java.util.Date createDate)
getModifiedDate
java.util.Date getModifiedDate()
setModifiedDate
void setModifiedDate(java.util.Date modifiedDate)
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getAssetCount
int getAssetCount()
setAssetCount
void setAssetCount(int assetCount)
toEscapedModel
AssetTag toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<AssetTag>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<AssetTag>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<AssetTag>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<AssetTag>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<AssetTag>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<AssetTag>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<AssetTag>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<AssetTag>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetTag>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<AssetTag>
compareTo
int compareTo(AssetTag assetTag)
- Specified by:
compareTo in interface java.lang.Comparable<AssetTag>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<AssetTag>