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 |
|---|---|
AssetTag |
cloneWithOriginalValues() |
int |
getAssetCount()
Returns the asset count of this asset tag.
|
Map<String,Function<AssetTag,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<AssetTag,Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this asset tag.
|
Date |
getCreateDate()
Returns the create date of this asset tag.
|
long |
getCtCollectionId()
Returns the ct collection ID 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.
|
long |
getMvccVersion()
Returns the mvcc version 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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID 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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version 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 AssetTag cloneWithOriginalValues()
cloneWithOriginalValues in interface AssetTagModelcloneWithOriginalValues 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 getCtCollectionId()
getCtCollectionId in interface AssetTagModelgetCtCollectionId in interface CTModel<AssetTag>public 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 long getMvccVersion()
getMvccVersion in interface AssetTagModelgetMvccVersion in interface MVCCModelpublic String getName()
getName in interface AssetTagModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetTagModelgetPrimaryKey in interface CTModel<AssetTag>public 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()
PersistedModelpersist 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 setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetTagModelsetCtCollectionId in interface CTModel<AssetTag>ctCollectionId - the ct collection ID 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 setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetTagModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version 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 AssetTagModelsetPrimaryKey in interface CTModel<AssetTag>primaryKey - 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 Map<String,Function<AssetTag,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<AssetTag>public Map<String,BiConsumer<AssetTag,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<AssetTag>public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected AssetTagWrapper wrap(AssetTag assetTag)
wrap in class BaseModelWrapper<AssetTag>