public class AssetTagWrapper extends BaseModelWrapper<AssetTag> implements AssetTag, ModelWrapper<AssetTag>
This class is a wrapper for AssetTag.
AssetTag,
Serialized FormmodelNAME_ACCESSOR, TAG_ID_ACCESSOR| Constructor and Description |
|---|
AssetTagWrapper(AssetTag assetTag) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssetCount()
Returns the asset count of this asset tag.
|
long |
getCompanyId()
Returns the company ID of this asset tag.
|
Date |
getCreateDate()
Returns the create date of this asset tag.
|
long |
getGroupId()
Returns the group ID of this asset tag.
|
Date |
getLastPublishDate()
Returns the last publish date of this asset tag.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this asset tag.
|
String |
getName()
Returns the name of this asset tag.
|
long |
getPrimaryKey()
Returns the primary key of this asset tag.
|
StagedModelType |
getStagedModelType() |
long |
getTagId()
Returns the tag ID of this asset tag.
|
long |
getUserId()
Returns the user ID of this asset tag.
|
String |
getUserName()
Returns the user name of this asset tag.
|
String |
getUserUuid()
Returns the user uuid of this asset tag.
|
String |
getUuid()
Returns the uuid of this asset tag.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setAssetCount(int assetCount)
Sets the asset count of this asset tag.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset tag.
|
void |
setCreateDate(Date createDate)
Sets the create date of this asset tag.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset tag.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this asset tag.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag.
|
void |
setName(String name)
Sets the name of this asset tag.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset tag.
|
void |
setTagId(long tagId)
Sets the tag ID of this asset tag.
|
void |
setUserId(long userId)
Sets the user ID of this asset tag.
|
void |
setUserName(String userName)
Sets the user name of this asset tag.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset tag.
|
void |
setUuid(String uuid)
Sets the uuid of this asset tag.
|
protected AssetTagWrapper |
wrap(AssetTag assetTag) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclonegetWrappedModelpublic AssetTagWrapper(AssetTag assetTag)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetTag>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetTag>public int getAssetCount()
getAssetCount in interface AssetTagModelpublic long getCompanyId()
getCompanyId in interface AssetTagModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AssetTagModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic long getGroupId()
getGroupId in interface AssetTagModelgetGroupId in interface GroupedModelpublic Date getLastPublishDate()
getLastPublishDate in interface AssetTagModelgetLastPublishDate in interface StagedGroupedModelpublic Date getModifiedDate()
getModifiedDate in interface AssetTagModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic String getName()
getName in interface AssetTagModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetTagModelpublic long getTagId()
getTagId in interface AssetTagModelpublic long getUserId()
getUserId in interface AssetTagModelgetUserId in interface AuditedModelpublic String getUserName()
getUserName in interface AssetTagModelgetUserName in interface AuditedModelpublic String getUserUuid()
getUserUuid in interface AssetTagModelgetUserUuid in interface AuditedModelpublic String getUuid()
getUuid in interface AssetTagModelgetUuid in interface StagedModelpublic void persist()
AssetTag interface instead.persist in interface PersistedModelpublic void setAssetCount(int assetCount)
setAssetCount in interface AssetTagModelassetCount - the asset count of this asset tagpublic void setCompanyId(long companyId)
setCompanyId in interface AssetTagModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset tagpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetTagModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this asset tagpublic void setGroupId(long groupId)
setGroupId in interface AssetTagModelsetGroupId in interface GroupedModelgroupId - the group ID of this asset tagpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface AssetTagModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this asset tagpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetTagModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this asset tagpublic void setName(String name)
setName in interface AssetTagModelname - the name of this asset tagpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetTagModelprimaryKey - the primary key of this asset tagpublic void setTagId(long tagId)
setTagId in interface AssetTagModeltagId - the tag ID of this asset tagpublic void setUserId(long userId)
setUserId in interface AssetTagModelsetUserId in interface AuditedModeluserId - the user ID of this asset tagpublic void setUserName(String userName)
setUserName in interface AssetTagModelsetUserName in interface AuditedModeluserName - the user name of this asset tagpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetTagModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset tagpublic void setUuid(String uuid)
setUuid in interface AssetTagModelsetUuid in interface StagedModeluuid - the uuid of this asset tagpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected AssetTagWrapper wrap(AssetTag assetTag)
wrap in class BaseModelWrapper<AssetTag>