@ProviderType public class AssetVocabularyWrapper extends java.lang.Object implements AssetVocabulary, ModelWrapper<AssetVocabulary>
This class is a wrapper for AssetVocabulary.
AssetVocabulary,
Serialized Form| Constructor and Description |
|---|
AssetVocabularyWrapper(AssetVocabulary assetVocabulary) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(AssetVocabulary assetVocabulary) |
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAvailableLanguageIds() |
java.util.List<AssetCategory> |
getCategories() |
int |
getCategoriesCount() |
long |
getCompanyId()
Returns the company ID of this asset vocabulary.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset vocabulary.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this asset vocabulary.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this asset vocabulary in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this asset vocabulary 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 vocabulary in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this asset vocabulary 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 vocabulary.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this asset vocabulary.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset vocabulary.
|
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 vocabulary.
|
java.lang.String |
getName()
Returns the name of this asset vocabulary.
|
long |
getPrimaryKey()
Returns the primary key of this asset vocabulary.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long[] |
getRequiredClassNameIds() |
long[] |
getSelectedClassNameIds() |
long[] |
getSelectedClassTypePKs() |
java.lang.String |
getSettings()
Returns the settings of this asset vocabulary.
|
UnicodeProperties |
getSettingsProperties()
Deprecated.
As of 7.0.0, with no direct replacement
|
StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this asset vocabulary.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this asset vocabulary in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this asset vocabulary 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 vocabulary in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this asset vocabulary 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 vocabulary.
|
java.lang.String |
getUnambiguousTitle(java.util.List<AssetVocabulary> vocabularies,
long groupId,
java.util.Locale locale) |
long |
getUserId()
Returns the user ID of this asset vocabulary.
|
java.lang.String |
getUserName()
Returns the user name of this asset vocabulary.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset vocabulary.
|
java.lang.String |
getUuid()
Returns the uuid of this asset vocabulary.
|
long |
getVocabularyId()
Returns the vocabulary ID of this asset vocabulary.
|
AssetVocabulary |
getWrappedAssetVocabulary()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
AssetVocabulary |
getWrappedModel() |
int |
hashCode() |
boolean |
hasMoreThanOneCategorySelected(long[] categoryIds) |
boolean |
isAssociatedToClassNameId(long classNameId) |
boolean |
isAssociatedToClassNameIdAndClassTypePK(long classNameId,
long classTypePK) |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isMissingRequiredCategory(long classNameId,
long classTypePK,
long[] categoryIds) |
boolean |
isMultiValued() |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isRequired(long classNameId)
Deprecated.
As of 7.0.0, replaced by
isRequired(long, long) |
boolean |
isRequired(long classNameId,
long classTypePK) |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset vocabulary.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset vocabulary.
|
void |
setDescription(java.lang.String description)
Sets the description of this asset vocabulary.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this asset vocabulary in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this asset vocabulary 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 vocabulary 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 vocabulary from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
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 vocabulary.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset vocabulary.
|
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 vocabulary.
|
void |
setName(java.lang.String name)
Sets the name of this asset vocabulary.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset vocabulary.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setSettings(java.lang.String settings)
Sets the settings of this asset vocabulary.
|
void |
setSettingsProperties(UnicodeProperties settingsProperties)
Deprecated.
As of 7.0.0, with no direct replacement
|
void |
setTitle(java.lang.String title)
Sets the title of this asset vocabulary.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this asset vocabulary in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this asset vocabulary 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 vocabulary 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 vocabulary from the map of locales and localized titles, and sets the default locale.
|
void |
setUserId(long userId)
Sets the user ID of this asset vocabulary.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset vocabulary.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset vocabulary.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset vocabulary.
|
void |
setVocabularyId(long vocabularyId)
Sets the vocabulary ID of this asset vocabulary.
|
CacheModel<AssetVocabulary> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
AssetVocabulary |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
AssetVocabulary |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public AssetVocabularyWrapper(AssetVocabulary assetVocabulary)
public 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<AssetVocabulary>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AssetVocabulary>public java.lang.Object clone()
BaseModelclone in interface BaseModel<AssetVocabulary>clone in interface StagedModelclone in interface AssetVocabularyModelclone in class java.lang.Objectpublic int compareTo(AssetVocabulary assetVocabulary)
compareTo in interface AssetVocabularyModelcompareTo in interface java.lang.Comparable<AssetVocabulary>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LocalizedModelgetAvailableLanguageIds in interface AssetVocabularyModelpublic java.util.List<AssetCategory> getCategories()
getCategories in interface AssetVocabularypublic int getCategoriesCount()
getCategoriesCount in interface AssetVocabularypublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface AssetVocabularyModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface AssetVocabularyModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface LocalizedModelgetDefaultLanguageId in interface AssetVocabularyModelpublic java.lang.String getDescription()
getDescription in interface AssetVocabularyModelpublic java.lang.String getDescription(java.lang.String languageId)
getDescription in interface AssetVocabularyModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface AssetVocabularyModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface AssetVocabularyModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface AssetVocabularyModellocale - 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 getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface AssetVocabularyModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface AssetVocabularyModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface AssetVocabularyModelpublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<AssetVocabulary>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetVocabularyModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface AssetVocabularyModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface StagedModelgetLastPublishDate in interface AssetVocabularyModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface AssetVocabularyModelpublic java.lang.String getName()
getName in interface AssetVocabularyModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetVocabularyModelpublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<AssetVocabulary>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetVocabularyModelpublic long[] getRequiredClassNameIds()
getRequiredClassNameIds in interface AssetVocabularypublic long[] getSelectedClassNameIds()
getSelectedClassNameIds in interface AssetVocabularypublic long[] getSelectedClassTypePKs()
getSelectedClassTypePKs in interface AssetVocabularypublic java.lang.String getSettings()
getSettings in interface AssetVocabularyModel@Deprecated public UnicodeProperties getSettingsProperties()
getSettingsProperties in interface AssetVocabularypublic java.lang.String getTitle()
getTitle in interface AssetVocabularyModelpublic java.lang.String getTitle(java.lang.String languageId)
getTitle in interface AssetVocabularyModellanguageId - the ID of the languagepublic java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
getTitle in interface AssetVocabularyModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getTitle(java.util.Locale locale)
getTitle in interface AssetVocabularyModellocale - the locale of the languagepublic java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
getTitle in interface AssetVocabularyModellocale - 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 getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface AssetVocabularyModelpublic java.lang.String getTitleCurrentValue()
getTitleCurrentValue in interface AssetVocabularyModelpublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap in interface AssetVocabularyModelpublic java.lang.String getUnambiguousTitle(java.util.List<AssetVocabulary> vocabularies, long groupId, java.util.Locale locale) throws PortalException
getUnambiguousTitle in interface AssetVocabularyPortalExceptionpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface AssetVocabularyModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface AssetVocabularyModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface AssetVocabularyModelpublic java.lang.String getUuid()
getUuid in interface StagedModelgetUuid in interface AssetVocabularyModelpublic long getVocabularyId()
getVocabularyId in interface AssetVocabularyModelpublic boolean hasMoreThanOneCategorySelected(long[] categoryIds)
hasMoreThanOneCategorySelected in interface AssetVocabularypublic int hashCode()
hashCode in interface AssetVocabularyModelhashCode in class java.lang.Objectpublic boolean isAssociatedToClassNameId(long classNameId)
isAssociatedToClassNameId in interface AssetVocabularypublic boolean isAssociatedToClassNameIdAndClassTypePK(long classNameId,
long classTypePK)
isAssociatedToClassNameIdAndClassTypePK in interface AssetVocabularypublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<AssetVocabulary>isCachedModel in interface AssetVocabularyModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<AssetVocabulary>isEscapedModel in interface AssetVocabularyModeltrue if this model instance is escaped;
false otherwisepublic boolean isMissingRequiredCategory(long classNameId,
long classTypePK,
long[] categoryIds)
isMissingRequiredCategory in interface AssetVocabularypublic boolean isMultiValued()
isMultiValued in interface AssetVocabularypublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<AssetVocabulary>isNew in interface AssetVocabularyModeltrue if this model instance does not yet exist in
the database; false otherwise@Deprecated public boolean isRequired(long classNameId)
isRequired(long, long)isRequired in interface AssetVocabularypublic boolean isRequired(long classNameId,
long classTypePK)
isRequired in interface AssetVocabularypublic void persist()
PersistedModelpersist in interface PersistedModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface AssetVocabularyModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface AssetVocabularyModelLocaleExceptionpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<AssetVocabulary>setCachedModel in interface AssetVocabularyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface AssetVocabularyModelcompanyId - the company ID of this asset vocabularypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface AssetVocabularyModelcreateDate - the create date of this asset vocabularypublic void setDescription(java.lang.String description)
setDescription in interface AssetVocabularyModeldescription - the description of this asset vocabularypublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface AssetVocabularyModeldescription - the localized description of this asset vocabularylocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface AssetVocabularyModeldescription - the localized description of this asset vocabularylocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface AssetVocabularyModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface AssetVocabularyModeldescriptionMap - the locales and localized descriptions of this asset vocabularypublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface AssetVocabularyModeldescriptionMap - the locales and localized descriptions of this asset vocabularydefaultLocale - the default localepublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<AssetVocabulary>setExpandoBridgeAttributes in interface AssetVocabularyModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<AssetVocabulary>setExpandoBridgeAttributes in interface AssetVocabularyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<AssetVocabulary>setExpandoBridgeAttributes in interface AssetVocabularyModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface AssetVocabularyModelgroupId - the group ID of this asset vocabularypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface StagedModelsetLastPublishDate in interface AssetVocabularyModellastPublishDate - the last publish date of this asset vocabularypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface AssetVocabularyModelmodifiedDate - the modified date of this asset vocabularypublic void setName(java.lang.String name)
setName in interface AssetVocabularyModelname - the name of this asset vocabularypublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<AssetVocabulary>setNew in interface AssetVocabularyModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetVocabularyModelprimaryKey - the primary key of this asset vocabularypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<AssetVocabulary>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetVocabularyModelprimaryKeyObj - the primary key of this model instancepublic void setSettings(java.lang.String settings)
setSettings in interface AssetVocabularyModelsettings - the settings of this asset vocabulary@Deprecated public void setSettingsProperties(UnicodeProperties settingsProperties)
setSettingsProperties in interface AssetVocabularypublic void setTitle(java.lang.String title)
setTitle in interface AssetVocabularyModeltitle - the title of this asset vocabularypublic void setTitle(java.lang.String title,
java.util.Locale locale)
setTitle in interface AssetVocabularyModeltitle - the localized title of this asset vocabularylocale - the locale of the languagepublic void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
setTitle in interface AssetVocabularyModeltitle - the localized title of this asset vocabularylocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId in interface AssetVocabularyModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
setTitleMap in interface AssetVocabularyModeltitleMap - the locales and localized titles of this asset vocabularypublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
setTitleMap in interface AssetVocabularyModeltitleMap - the locales and localized titles of this asset vocabularydefaultLocale - the default localepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface AssetVocabularyModeluserId - the user ID of this asset vocabularypublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface AssetVocabularyModeluserName - the user name of this asset vocabularypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface AssetVocabularyModeluserUuid - the user uuid of this asset vocabularypublic void setUuid(java.lang.String uuid)
setUuid in interface StagedModelsetUuid in interface AssetVocabularyModeluuid - the uuid of this asset vocabularypublic void setVocabularyId(long vocabularyId)
setVocabularyId in interface AssetVocabularyModelvocabularyId - the vocabulary ID of this asset vocabularypublic CacheModel<AssetVocabulary> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<AssetVocabulary>toCacheModel in interface AssetVocabularyModelpublic AssetVocabulary toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<AssetVocabulary>toEscapedModel in interface AssetVocabularyModelAutoEscapeBeanHandlerpublic java.lang.String toString()
toString in interface AssetVocabularyModeltoString in class java.lang.Objectpublic AssetVocabulary toUnescapedModel()
toUnescapedModel in interface BaseModel<AssetVocabulary>toUnescapedModel in interface AssetVocabularyModelpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<AssetVocabulary>toXmlString in interface AssetVocabularyModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModel@Deprecated public AssetVocabulary getWrappedAssetVocabulary()
getWrappedModel()public AssetVocabulary getWrappedModel()
getWrappedModel in interface ModelWrapper<AssetVocabulary>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<AssetVocabulary>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<AssetVocabulary>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<AssetVocabulary>