@Deprecated @JSON(strict=true) public class AssetCategoryPropertyModelImpl extends BaseModelImpl<AssetCategoryProperty> implements AssetCategoryPropertyModel
This implementation and its corresponding interface AssetCategoryPropertyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryPropertyImpl.
AssetCategoryPropertyImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CATEGORYID_COLUMN_BITMASK
Deprecated.
|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
|
static java.lang.String |
DATA_SOURCE
Deprecated.
|
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 long |
KEY_COLUMN_BITMASK
Deprecated.
|
static long |
LOCK_EXPIRATION_TIME
Deprecated.
|
static java.lang.String |
ORDER_BY_JPQL
Deprecated.
|
static java.lang.String |
ORDER_BY_SQL
Deprecated.
|
static java.lang.String |
SESSION_FACTORY
Deprecated.
|
static java.lang.Object[][] |
TABLE_COLUMNS
Deprecated.
|
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP
Deprecated.
|
static java.lang.String |
TABLE_NAME
Deprecated.
|
static java.lang.String |
TABLE_SQL_CREATE
Deprecated.
|
static java.lang.String |
TABLE_SQL_DROP
Deprecated.
|
static java.lang.String |
TX_MANAGER
Deprecated.
|
| Constructor and Description |
|---|
AssetCategoryPropertyModelImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Deprecated.
Creates a shallow clone of this model instance.
|
int |
compareTo(AssetCategoryProperty assetCategoryProperty)
Deprecated.
|
boolean |
equals(java.lang.Object object)
Deprecated.
|
java.util.Map<java.lang.String,java.util.function.Function<AssetCategoryProperty,java.lang.Object>> |
getAttributeGetterFunctions()
Deprecated.
|
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetCategoryProperty,java.lang.Object>> |
getAttributeSetterBiConsumers()
Deprecated.
|
long |
getCategoryId()
Deprecated.
Returns the category ID of this asset category property.
|
long |
getCategoryPropertyId()
Deprecated.
Returns the category property ID of this asset category property.
|
long |
getColumnBitmask()
Deprecated.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this asset category property.
|
java.util.Date |
getCreateDate()
Deprecated.
Returns the create date of this asset category property.
|
long |
getCtCollectionId()
Deprecated.
Returns the ct collection ID of this asset category property.
|
ExpandoBridge |
getExpandoBridge()
Deprecated.
Returns the expando bridge for this model instance.
|
java.lang.String |
getKey()
Deprecated.
Returns the key of this asset category property.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes()
Deprecated.
|
java.lang.Class<?> |
getModelClass()
Deprecated.
|
java.lang.String |
getModelClassName()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
Returns the modified date of this asset category property.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this asset category property.
|
long |
getOriginalCategoryId()
Deprecated.
|
long |
getOriginalCompanyId()
Deprecated.
|
java.lang.String |
getOriginalKey()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this asset category property.
|
java.io.Serializable |
getPrimaryKeyObj()
Deprecated.
Returns the primary key of this model instance.
|
long |
getUserId()
Deprecated.
Returns the user ID of this asset category property.
|
java.lang.String |
getUserName()
Deprecated.
Returns the user name of this asset category property.
|
java.lang.String |
getUserUuid()
Deprecated.
Returns the user uuid of this asset category property.
|
java.lang.String |
getValue()
Deprecated.
Returns the value of this asset category property.
|
int |
hashCode()
Deprecated.
|
boolean |
hasSetModifiedDate()
Deprecated.
|
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()
Deprecated.
Reset all original fields to current values.
|
void |
setCategoryId(long categoryId)
Deprecated.
Sets the category ID of this asset category property.
|
void |
setCategoryPropertyId(long categoryPropertyId)
Deprecated.
Sets the category property ID of this asset category property.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this asset category property.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
Sets the create date of this asset category property.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
Sets the ct collection ID of this asset category property.
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Deprecated.
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setKey(java.lang.String key)
Deprecated.
Sets the key of this asset category property.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
Sets the modified date of this asset category property.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this asset category property.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this asset category property.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Deprecated.
Sets the primary key of this model instance.
|
void |
setUserId(long userId)
Deprecated.
Sets the user ID of this asset category property.
|
void |
setUserName(java.lang.String userName)
Deprecated.
Sets the user name of this asset category property.
|
void |
setUserUuid(java.lang.String userUuid)
Deprecated.
Sets the user uuid of this asset category property.
|
void |
setValue(java.lang.String value)
Deprecated.
Sets the value of this asset category property.
|
CacheModel<AssetCategoryProperty> |
toCacheModel()
Deprecated.
Returns a cache model object for this entity used by entity cache.
|
AssetCategoryProperty |
toEscapedModel()
Deprecated.
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
static AssetCategoryProperty |
toModel(AssetCategoryPropertySoap soapModel)
Deprecated.
Converts the soap model instance into a normal model instance.
|
static java.util.List<AssetCategoryProperty> |
toModels(AssetCategoryPropertySoap[] soapModels)
Deprecated.
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString()
Deprecated.
|
java.lang.String |
toXmlString()
Deprecated.
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 CATEGORYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long KEY_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public AssetCategoryPropertyModelImpl()
public static AssetCategoryProperty toModel(AssetCategoryPropertySoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<AssetCategoryProperty> toModels(AssetCategoryPropertySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
AssetCategoryPropertyModelgetPrimaryKey in interface AssetCategoryPropertyModelgetPrimaryKey in interface CTModel<AssetCategoryProperty>public void setPrimaryKey(long primaryKey)
AssetCategoryPropertyModelsetPrimaryKey in interface AssetCategoryPropertyModelsetPrimaryKey in interface CTModel<AssetCategoryProperty>primaryKey - the primary key of this asset category propertypublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>getPrimaryKeyObj in interface ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>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<AssetCategoryProperty>getModelAttributes in class BaseModelImpl<AssetCategoryProperty>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AssetCategoryProperty>setModelAttributes in class BaseModelImpl<AssetCategoryProperty>public java.util.Map<java.lang.String,java.util.function.Function<AssetCategoryProperty,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<AssetCategoryProperty>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetCategoryProperty,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<AssetCategoryProperty>@JSON public long getMvccVersion()
AssetCategoryPropertyModelgetMvccVersion in interface AssetCategoryPropertyModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
AssetCategoryPropertyModelsetMvccVersion in interface AssetCategoryPropertyModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset category property@JSON public long getCtCollectionId()
AssetCategoryPropertyModelgetCtCollectionId in interface AssetCategoryPropertyModelgetCtCollectionId in interface CTModel<AssetCategoryProperty>public void setCtCollectionId(long ctCollectionId)
AssetCategoryPropertyModelsetCtCollectionId in interface AssetCategoryPropertyModelsetCtCollectionId in interface CTModel<AssetCategoryProperty>ctCollectionId - the ct collection ID of this asset category property@JSON public long getCategoryPropertyId()
AssetCategoryPropertyModelgetCategoryPropertyId in interface AssetCategoryPropertyModelpublic void setCategoryPropertyId(long categoryPropertyId)
AssetCategoryPropertyModelsetCategoryPropertyId in interface AssetCategoryPropertyModelcategoryPropertyId - the category property ID of this asset category property@JSON public long getCompanyId()
AssetCategoryPropertyModelgetCompanyId in interface AssetCategoryPropertyModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
AssetCategoryPropertyModelsetCompanyId in interface AssetCategoryPropertyModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this asset category propertypublic long getOriginalCompanyId()
@JSON public long getUserId()
AssetCategoryPropertyModelgetUserId in interface AssetCategoryPropertyModelgetUserId in interface AuditedModelpublic void setUserId(long userId)
AssetCategoryPropertyModelsetUserId in interface AssetCategoryPropertyModelsetUserId in interface AuditedModeluserId - the user ID of this asset category propertypublic java.lang.String getUserUuid()
AssetCategoryPropertyModelgetUserUuid in interface AssetCategoryPropertyModelgetUserUuid in interface AuditedModelpublic void setUserUuid(java.lang.String userUuid)
AssetCategoryPropertyModelsetUserUuid in interface AssetCategoryPropertyModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset category property@JSON public java.lang.String getUserName()
AssetCategoryPropertyModelgetUserName in interface AssetCategoryPropertyModelgetUserName in interface AuditedModelpublic void setUserName(java.lang.String userName)
AssetCategoryPropertyModelsetUserName in interface AssetCategoryPropertyModelsetUserName in interface AuditedModeluserName - the user name of this asset category property@JSON public java.util.Date getCreateDate()
AssetCategoryPropertyModelgetCreateDate in interface AssetCategoryPropertyModelgetCreateDate in interface AuditedModelpublic void setCreateDate(java.util.Date createDate)
AssetCategoryPropertyModelsetCreateDate in interface AssetCategoryPropertyModelsetCreateDate in interface AuditedModelcreateDate - the create date of this asset category property@JSON public java.util.Date getModifiedDate()
AssetCategoryPropertyModelgetModifiedDate in interface AssetCategoryPropertyModelgetModifiedDate in interface AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
AssetCategoryPropertyModelsetModifiedDate in interface AssetCategoryPropertyModelsetModifiedDate in interface AuditedModelmodifiedDate - the modified date of this asset category property@JSON public long getCategoryId()
AssetCategoryPropertyModelgetCategoryId in interface AssetCategoryPropertyModelpublic void setCategoryId(long categoryId)
AssetCategoryPropertyModelsetCategoryId in interface AssetCategoryPropertyModelcategoryId - the category ID of this asset category propertypublic long getOriginalCategoryId()
@JSON public java.lang.String getKey()
AssetCategoryPropertyModelgetKey in interface AssetCategoryPropertyModelpublic void setKey(java.lang.String key)
AssetCategoryPropertyModelsetKey in interface AssetCategoryPropertyModelkey - the key of this asset category propertypublic java.lang.String getOriginalKey()
@JSON public java.lang.String getValue()
AssetCategoryPropertyModelgetValue in interface AssetCategoryPropertyModelpublic void setValue(java.lang.String value)
AssetCategoryPropertyModelsetValue in interface AssetCategoryPropertyModelvalue - the value of this asset category propertypublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<AssetCategoryProperty>getExpandoBridge in interface ClassedModelgetExpandoBridge in class BaseModelImpl<AssetCategoryProperty>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>setExpandoBridgeAttributes in class BaseModelImpl<AssetCategoryProperty>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public AssetCategoryProperty toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<AssetCategoryProperty>toEscapedModel in class BaseModelImpl<AssetCategoryProperty>AutoEscapeBeanHandlerpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<AssetCategoryProperty>clone in class BaseModelImpl<AssetCategoryProperty>public int compareTo(AssetCategoryProperty assetCategoryProperty)
compareTo in interface java.lang.Comparable<AssetCategoryProperty>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<AssetCategoryProperty>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<AssetCategoryProperty>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<AssetCategoryProperty>resetOriginalValues in class BaseModelImpl<AssetCategoryProperty>public CacheModel<AssetCategoryProperty> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<AssetCategoryProperty>toCacheModel in class BaseModelImpl<AssetCategoryProperty>public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<AssetCategoryProperty>