@JSON(strict=true) public class AssetCategoryModelImpl extends BaseModelImpl<AssetCategory> implements AssetCategoryModel
This implementation and its corresponding interface AssetCategoryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryImpl.
AssetCategoryImpl,
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 long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
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_ASSETCATEGORIES_COLUMNS |
static java.lang.String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME |
static java.lang.String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PARENTCATEGORYID_COLUMN_BITMASK |
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 long |
TREEPATH_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
static long |
VOCABULARYID_COLUMN_BITMASK |
| Constructor and Description |
|---|
AssetCategoryModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(AssetCategory assetCategory) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<AssetCategory,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetCategory,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCategoryId()
Returns the category ID of this asset category.
|
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this asset category.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset category.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset category.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this asset category.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this asset category in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this asset category in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this asset category.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this asset category.
|
long |
getGroupId()
Returns the group ID of this asset category.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset category.
|
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 category.
|
long |
getMvccVersion()
Returns the mvcc version of this asset category.
|
java.lang.String |
getName()
Returns the name of this asset category.
|
long |
getOriginalCompanyId() |
java.lang.String |
getOriginalExternalReferenceCode() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalName() |
long |
getOriginalParentCategoryId() |
java.lang.String |
getOriginalTreePath() |
java.lang.String |
getOriginalUuid() |
long |
getOriginalVocabularyId() |
long |
getParentCategoryId()
Returns the parent category ID of this asset category.
|
long |
getPrimaryKey()
Returns the primary key of this asset category.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this asset category.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this asset category in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitle(java.lang.String languageId)
Returns the localized title of this asset category in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this asset category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitleCurrentLanguageId() |
java.lang.String |
getTitleCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getTitleMap()
Returns a map of the locales and localized titles of this asset category.
|
java.lang.String |
getTreePath()
Returns the tree path of this asset category.
|
long |
getUserId()
Returns the user ID of this asset category.
|
java.lang.String |
getUserName()
Returns the user name of this asset category.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset category.
|
java.lang.String |
getUuid()
Returns the uuid of this asset category.
|
long |
getVocabularyId()
Returns the vocabulary ID of this asset category.
|
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 |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCategoryId(long categoryId)
Sets the category ID of this asset category.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset category.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset category.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset category.
|
void |
setDescription(java.lang.String description)
Sets the description of this asset category.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this asset category in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this asset category in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this asset category from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this asset category from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this asset category.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset category.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset category.
|
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 category.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset category.
|
void |
setName(java.lang.String name)
Sets the name of this asset category.
|
void |
setParentCategoryId(long parentCategoryId)
Sets the parent category ID of this asset category.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset category.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setTitle(java.lang.String title)
Sets the title of this asset category.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this asset category in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this asset category in the language, and sets the default locale.
|
void |
setTitleCurrentLanguageId(java.lang.String languageId) |
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
Sets the localized titles of this asset category from the map of locales and localized titles.
|
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
Sets the localized titles of this asset category from the map of locales and localized titles, and sets the default locale.
|
void |
setTreePath(java.lang.String treePath)
Sets the tree path of this asset category.
|
void |
setUserId(long userId)
Sets the user ID of this asset category.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset category.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset category.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset category.
|
void |
setVocabularyId(long vocabularyId)
Sets the vocabulary ID of this asset category.
|
CacheModel<AssetCategory> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
AssetCategory |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
static AssetCategory |
toModel(AssetCategorySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<AssetCategory> |
toModels(AssetCategorySoap[] 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 EXTERNALREFERENCECODE_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PARENTCATEGORYID_COLUMN_BITMASK
public static final long TREEPATH_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long VOCABULARYID_COLUMN_BITMASK
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final java.lang.Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
@Deprecated public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final long LOCK_EXPIRATION_TIME
public static AssetCategory toModel(AssetCategorySoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<AssetCategory> toModels(AssetCategorySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
AssetCategoryModelgetPrimaryKey in interface AssetCategoryModelgetPrimaryKey in interface CTModel<AssetCategory>public void setPrimaryKey(long primaryKey)
AssetCategoryModelsetPrimaryKey in interface AssetCategoryModelsetPrimaryKey in interface CTModel<AssetCategory>primaryKey - the primary key of this asset categorypublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<AssetCategory>getPrimaryKeyObj in interface ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<AssetCategory>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<AssetCategory>getModelAttributes in class BaseModelImpl<AssetCategory>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AssetCategory>setModelAttributes in class BaseModelImpl<AssetCategory>public java.util.Map<java.lang.String,java.util.function.Function<AssetCategory,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<AssetCategory>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetCategory,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<AssetCategory>@JSON public long getMvccVersion()
AssetCategoryModelgetMvccVersion in interface AssetCategoryModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
AssetCategoryModelsetMvccVersion in interface AssetCategoryModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset category@JSON public long getCtCollectionId()
AssetCategoryModelgetCtCollectionId in interface AssetCategoryModelgetCtCollectionId in interface CTModel<AssetCategory>public void setCtCollectionId(long ctCollectionId)
AssetCategoryModelsetCtCollectionId in interface AssetCategoryModelsetCtCollectionId in interface CTModel<AssetCategory>ctCollectionId - the ct collection ID of this asset category@JSON public java.lang.String getUuid()
AssetCategoryModelgetUuid in interface AssetCategoryModelgetUuid in interface StagedModelpublic void setUuid(java.lang.String uuid)
AssetCategoryModelsetUuid in interface AssetCategoryModelsetUuid in interface StagedModeluuid - the uuid of this asset categorypublic java.lang.String getOriginalUuid()
@JSON public java.lang.String getExternalReferenceCode()
AssetCategoryModelgetExternalReferenceCode in interface AssetCategoryModelpublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
AssetCategoryModelsetExternalReferenceCode in interface AssetCategoryModelexternalReferenceCode - the external reference code of this asset categorypublic java.lang.String getOriginalExternalReferenceCode()
@JSON public long getCategoryId()
AssetCategoryModelgetCategoryId in interface AssetCategoryModelpublic void setCategoryId(long categoryId)
AssetCategoryModelsetCategoryId in interface AssetCategoryModelcategoryId - the category ID of this asset category@JSON public long getGroupId()
AssetCategoryModelgetGroupId in interface AssetCategoryModelgetGroupId in interface GroupedModelpublic void setGroupId(long groupId)
AssetCategoryModelsetGroupId in interface AssetCategoryModelsetGroupId in interface GroupedModelgroupId - the group ID of this asset categorypublic long getOriginalGroupId()
@JSON public long getCompanyId()
AssetCategoryModelgetCompanyId in interface AssetCategoryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic void setCompanyId(long companyId)
AssetCategoryModelsetCompanyId in interface AssetCategoryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset categorypublic long getOriginalCompanyId()
@JSON public long getUserId()
AssetCategoryModelgetUserId in interface AssetCategoryModelgetUserId in interface AuditedModelpublic void setUserId(long userId)
AssetCategoryModelsetUserId in interface AssetCategoryModelsetUserId in interface AuditedModeluserId - the user ID of this asset categorypublic java.lang.String getUserUuid()
AssetCategoryModelgetUserUuid in interface AssetCategoryModelgetUserUuid in interface AuditedModelpublic void setUserUuid(java.lang.String userUuid)
AssetCategoryModelsetUserUuid in interface AssetCategoryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset category@JSON public java.lang.String getUserName()
AssetCategoryModelgetUserName in interface AssetCategoryModelgetUserName in interface AuditedModelpublic void setUserName(java.lang.String userName)
AssetCategoryModelsetUserName in interface AssetCategoryModelsetUserName in interface AuditedModeluserName - the user name of this asset category@JSON public java.util.Date getCreateDate()
AssetCategoryModelgetCreateDate in interface AssetCategoryModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic void setCreateDate(java.util.Date createDate)
AssetCategoryModelsetCreateDate in interface AssetCategoryModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this asset category@JSON public java.util.Date getModifiedDate()
AssetCategoryModelgetModifiedDate in interface AssetCategoryModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
AssetCategoryModelsetModifiedDate in interface AssetCategoryModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this asset category@JSON public long getParentCategoryId()
AssetCategoryModelgetParentCategoryId in interface AssetCategoryModelpublic void setParentCategoryId(long parentCategoryId)
AssetCategoryModelsetParentCategoryId in interface AssetCategoryModelparentCategoryId - the parent category ID of this asset categorypublic long getOriginalParentCategoryId()
@JSON public java.lang.String getTreePath()
AssetCategoryModelgetTreePath in interface AssetCategoryModelpublic void setTreePath(java.lang.String treePath)
AssetCategoryModelsetTreePath in interface AssetCategoryModeltreePath - the tree path of this asset categorypublic java.lang.String getOriginalTreePath()
@JSON public java.lang.String getName()
AssetCategoryModelgetName in interface AssetCategoryModelpublic void setName(java.lang.String name)
AssetCategoryModelsetName in interface AssetCategoryModelname - the name of this asset categorypublic java.lang.String getOriginalName()
@JSON public java.lang.String getTitle()
AssetCategoryModelgetTitle in interface AssetCategoryModelpublic java.lang.String getTitle(java.util.Locale locale)
AssetCategoryModelgetTitle in interface AssetCategoryModellocale - the locale of the languagepublic java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
AssetCategoryModelgetTitle in interface AssetCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getTitle(java.lang.String languageId)
AssetCategoryModelgetTitle in interface AssetCategoryModellanguageId - the ID of the languagepublic java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
AssetCategoryModelgetTitle in interface AssetCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface AssetCategoryModel@JSON public java.lang.String getTitleCurrentValue()
getTitleCurrentValue in interface AssetCategoryModelpublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
AssetCategoryModelgetTitleMap in interface AssetCategoryModelpublic void setTitle(java.lang.String title)
AssetCategoryModelsetTitle in interface AssetCategoryModeltitle - the title of this asset categorypublic void setTitle(java.lang.String title,
java.util.Locale locale)
AssetCategoryModelsetTitle in interface AssetCategoryModeltitle - the localized title of this asset categorylocale - the locale of the languagepublic void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
AssetCategoryModelsetTitle in interface AssetCategoryModeltitle - the localized title of this asset categorylocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId in interface AssetCategoryModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
AssetCategoryModelsetTitleMap in interface AssetCategoryModeltitleMap - the locales and localized titles of this asset categorypublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
AssetCategoryModelsetTitleMap in interface AssetCategoryModeltitleMap - the locales and localized titles of this asset categorydefaultLocale - the default locale@JSON public java.lang.String getDescription()
AssetCategoryModelgetDescription in interface AssetCategoryModelpublic java.lang.String getDescription(java.util.Locale locale)
AssetCategoryModelgetDescription in interface AssetCategoryModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
AssetCategoryModelgetDescription in interface AssetCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getDescription(java.lang.String languageId)
AssetCategoryModelgetDescription in interface AssetCategoryModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
AssetCategoryModelgetDescription in interface AssetCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface AssetCategoryModel@JSON public java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface AssetCategoryModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
AssetCategoryModelgetDescriptionMap in interface AssetCategoryModelpublic void setDescription(java.lang.String description)
AssetCategoryModelsetDescription in interface AssetCategoryModeldescription - the description of this asset categorypublic void setDescription(java.lang.String description,
java.util.Locale locale)
AssetCategoryModelsetDescription in interface AssetCategoryModeldescription - the localized description of this asset categorylocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
AssetCategoryModelsetDescription in interface AssetCategoryModeldescription - the localized description of this asset categorylocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface AssetCategoryModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
AssetCategoryModelsetDescriptionMap in interface AssetCategoryModeldescriptionMap - the locales and localized descriptions of this asset categorypublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
AssetCategoryModelsetDescriptionMap in interface AssetCategoryModeldescriptionMap - the locales and localized descriptions of this asset categorydefaultLocale - the default locale@JSON public long getVocabularyId()
AssetCategoryModelgetVocabularyId in interface AssetCategoryModelpublic void setVocabularyId(long vocabularyId)
AssetCategoryModelsetVocabularyId in interface AssetCategoryModelvocabularyId - the vocabulary ID of this asset categorypublic long getOriginalVocabularyId()
@JSON public java.util.Date getLastPublishDate()
AssetCategoryModelgetLastPublishDate in interface AssetCategoryModelgetLastPublishDate in interface StagedGroupedModelpublic void setLastPublishDate(java.util.Date lastPublishDate)
AssetCategoryModelsetLastPublishDate in interface AssetCategoryModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this asset categorypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<AssetCategory>getExpandoBridge in interface ClassedModelgetExpandoBridge in class BaseModelImpl<AssetCategory>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<AssetCategory>setExpandoBridgeAttributes in class BaseModelImpl<AssetCategory>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface AssetCategoryModelgetAvailableLanguageIds in interface LocalizedModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface AssetCategoryModelgetDefaultLanguageId in interface LocalizedModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface AssetCategoryModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface AssetCategoryModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic AssetCategory toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<AssetCategory>toEscapedModel in class BaseModelImpl<AssetCategory>AutoEscapeBeanHandlerpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<AssetCategory>clone in interface StagedModelclone in class BaseModelImpl<AssetCategory>public int compareTo(AssetCategory assetCategory)
compareTo in interface java.lang.Comparable<AssetCategory>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<AssetCategory>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<AssetCategory>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<AssetCategory>resetOriginalValues in class BaseModelImpl<AssetCategory>public CacheModel<AssetCategory> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<AssetCategory>toCacheModel in class BaseModelImpl<AssetCategory>public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<AssetCategory>