@JSON(strict=true) public class AssetTagModelImpl extends BaseModelImpl<AssetTag> implements AssetTagModel
This implementation and its corresponding interface AssetTagModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagImpl.
AssetTagImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.Object[][] |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS |
static java.lang.String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME |
static java.lang.String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
AssetTagModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(AssetTag assetTag) |
boolean |
equals(java.lang.Object object) |
int |
getAssetCount()
Returns the asset count of this asset tag.
|
java.util.Map<java.lang.String,java.util.function.Function<AssetTag,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetTag,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this asset tag.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset tag.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset tag.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this asset tag.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset tag.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this asset tag.
|
long |
getMvccVersion()
Returns the mvcc version of this asset tag.
|
java.lang.String |
getName()
Returns the name of this asset tag.
|
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalName() |
java.lang.String |
getOriginalUuid() |
long |
getPrimaryKey()
Returns the primary key of this asset tag.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
StagedModelType |
getStagedModelType() |
long |
getTagId()
Returns the tag ID of this asset tag.
|
long |
getUserId()
Returns the user ID of this asset tag.
|
java.lang.String |
getUserName()
Returns the user name of this asset tag.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset tag.
|
java.lang.String |
getUuid()
Returns the uuid of this asset tag.
|
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
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(java.util.Date createDate)
Sets the create date of this asset tag.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset tag.
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset tag.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset tag.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset tag.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset tag.
|
void |
setName(java.lang.String name)
Sets the name of this asset tag.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset tag.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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(java.lang.String userName)
Sets the user name of this asset tag.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset tag.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset tag.
|
CacheModel<AssetTag> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
AssetTag |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
static AssetTag |
toModel(AssetTagSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<AssetTag> |
toModels(AssetTagSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitisCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
@Deprecated public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final long LOCK_EXPIRATION_TIME
public static AssetTag toModel(AssetTagSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<AssetTag> toModels(AssetTagSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
AssetTagModelgetPrimaryKey in interface AssetTagModelgetPrimaryKey in interface CTModel<AssetTag>public void setPrimaryKey(long primaryKey)
AssetTagModelsetPrimaryKey in interface AssetTagModelsetPrimaryKey in interface CTModel<AssetTag>primaryKey - the primary key of this asset tagpublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<AssetTag>getPrimaryKeyObj in interface ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<AssetTag>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instancepublic java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetTag>getModelAttributes in class BaseModelImpl<AssetTag>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AssetTag>setModelAttributes in class BaseModelImpl<AssetTag>public java.util.Map<java.lang.String,java.util.function.Function<AssetTag,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<AssetTag>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetTag,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<AssetTag>@JSON public long getMvccVersion()
AssetTagModelgetMvccVersion in interface AssetTagModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
AssetTagModelsetMvccVersion in interface AssetTagModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset tag@JSON public long getCtCollectionId()
AssetTagModelgetCtCollectionId in interface AssetTagModelgetCtCollectionId in interface CTModel<AssetTag>public void setCtCollectionId(long ctCollectionId)
AssetTagModelsetCtCollectionId in interface AssetTagModelsetCtCollectionId in interface CTModel<AssetTag>ctCollectionId - the ct collection ID of this asset tag@JSON public java.lang.String getUuid()
AssetTagModelgetUuid in interface AssetTagModelgetUuid in interface StagedModelpublic void setUuid(java.lang.String uuid)
AssetTagModelsetUuid in interface AssetTagModelsetUuid in interface StagedModeluuid - the uuid of this asset tagpublic java.lang.String getOriginalUuid()
@JSON public long getTagId()
AssetTagModelgetTagId in interface AssetTagModelpublic void setTagId(long tagId)
AssetTagModelsetTagId in interface AssetTagModeltagId - the tag ID of this asset tag@JSON public long getGroupId()
AssetTagModelgetGroupId in interface AssetTagModelgetGroupId in interface GroupedModelpublic void setGroupId(long groupId)
AssetTagModelsetGroupId in interface AssetTagModelsetGroupId in interface GroupedModelgroupId - the group ID of this asset tagpublic long getOriginalGroupId()
@JSON public long getCompanyId()
AssetTagModelgetCompanyId in interface AssetTagModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic void setCompanyId(long companyId)
AssetTagModelsetCompanyId in interface AssetTagModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset tagpublic long getOriginalCompanyId()
@JSON public long getUserId()
AssetTagModelgetUserId in interface AssetTagModelgetUserId in interface AuditedModelpublic void setUserId(long userId)
AssetTagModelsetUserId in interface AssetTagModelsetUserId in interface AuditedModeluserId - the user ID of this asset tagpublic java.lang.String getUserUuid()
AssetTagModelgetUserUuid in interface AssetTagModelgetUserUuid in interface AuditedModelpublic void setUserUuid(java.lang.String userUuid)
AssetTagModelsetUserUuid in interface AssetTagModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset tag@JSON public java.lang.String getUserName()
AssetTagModelgetUserName in interface AssetTagModelgetUserName in interface AuditedModelpublic void setUserName(java.lang.String userName)
AssetTagModelsetUserName in interface AssetTagModelsetUserName in interface AuditedModeluserName - the user name of this asset tag@JSON public java.util.Date getCreateDate()
AssetTagModelgetCreateDate in interface AssetTagModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic void setCreateDate(java.util.Date createDate)
AssetTagModelsetCreateDate in interface AssetTagModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this asset tag@JSON public java.util.Date getModifiedDate()
AssetTagModelgetModifiedDate in interface AssetTagModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
AssetTagModelsetModifiedDate in interface AssetTagModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this asset tag@JSON public java.lang.String getName()
AssetTagModelgetName in interface AssetTagModelpublic void setName(java.lang.String name)
AssetTagModelsetName in interface AssetTagModelname - the name of this asset tagpublic java.lang.String getOriginalName()
@JSON public int getAssetCount()
AssetTagModelgetAssetCount in interface AssetTagModelpublic void setAssetCount(int assetCount)
AssetTagModelsetAssetCount in interface AssetTagModelassetCount - the asset count of this asset tag@JSON public java.util.Date getLastPublishDate()
AssetTagModelgetLastPublishDate in interface AssetTagModelgetLastPublishDate in interface StagedGroupedModelpublic void setLastPublishDate(java.util.Date lastPublishDate)
AssetTagModelsetLastPublishDate in interface AssetTagModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this asset tagpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<AssetTag>getExpandoBridge in interface ClassedModelgetExpandoBridge in class BaseModelImpl<AssetTag>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<AssetTag>setExpandoBridgeAttributes in class BaseModelImpl<AssetTag>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public AssetTag toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<AssetTag>toEscapedModel in class BaseModelImpl<AssetTag>AutoEscapeBeanHandlerpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<AssetTag>clone in interface StagedModelclone in class BaseModelImpl<AssetTag>public int compareTo(AssetTag assetTag)
compareTo in interface java.lang.Comparable<AssetTag>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<AssetTag>true if this model's entity cache is enabled;
false otherwise@Deprecated public boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<AssetTag>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<AssetTag>resetOriginalValues in class BaseModelImpl<AssetTag>public CacheModel<AssetTag> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<AssetTag>toCacheModel in class BaseModelImpl<AssetTag>public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<AssetTag>