@JSON(strict=true)
public class AssetVocabularyModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
implements com.liferay.asset.kernel.model.AssetVocabularyModel
This implementation and its corresponding interface AssetVocabularyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetVocabularyImpl.
AssetVocabularyImpl,
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
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
EXTERNALREFERENCECODE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
VISIBILITYTYPE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
| Constructor and Description |
|---|
AssetVocabularyModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
com.liferay.asset.kernel.model.AssetVocabulary |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.asset.kernel.model.AssetVocabulary,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetVocabulary,Object>> |
getAttributeSetterBiConsumers() |
String[] |
getAvailableLanguageIds() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getCtCollectionId() |
String |
getDefaultLanguageId() |
String |
getDescription() |
String |
getDescription(Locale locale) |
String |
getDescription(Locale locale,
boolean useDefault) |
String |
getDescription(String languageId) |
String |
getDescription(String languageId,
boolean useDefault) |
String |
getDescriptionCurrentLanguageId() |
String |
getDescriptionCurrentValue() |
Map<Locale,String> |
getDescriptionMap() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getExternalReferenceCode() |
long |
getGroupId() |
Date |
getLastPublishDate() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalExternalReferenceCode()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalName()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
int |
getOriginalVisibilityType()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSettings() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
String |
getTitle() |
String |
getTitle(Locale locale) |
String |
getTitle(Locale locale,
boolean useDefault) |
String |
getTitle(String languageId) |
String |
getTitle(String languageId,
boolean useDefault) |
String |
getTitleCurrentLanguageId() |
String |
getTitleCurrentValue() |
Map<Locale,String> |
getTitleMap() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
int |
getVisibilityType() |
long |
getVocabularyId() |
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(Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setCtCollectionId(long ctCollectionId) |
void |
setDescription(String description) |
void |
setDescription(String description,
Locale locale) |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale) |
void |
setDescriptionCurrentLanguageId(String languageId) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExternalReferenceCode(String externalReferenceCode) |
void |
setGroupId(long groupId) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSettings(String settings) |
void |
setTitle(String title) |
void |
setTitle(String title,
Locale locale) |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale) |
void |
setTitleCurrentLanguageId(String languageId) |
void |
setTitleMap(Map<Locale,String> titleMap) |
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setUuid(String uuid) |
void |
setVisibilityType(int visibilityType) |
void |
setVocabularyId(long vocabularyId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetVocabulary> |
toCacheModel() |
com.liferay.asset.kernel.model.AssetVocabulary |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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
@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long EXTERNALREFERENCECODE_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long NAME_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long UUID_COLUMN_BITMASK
getColumnBitmask(String)@Deprecated public static final long VISIBILITYTYPE_COLUMN_BITMASK
getColumnBitmask(String)public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>public Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public Map<String,Function<com.liferay.asset.kernel.model.AssetVocabulary,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetVocabulary,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getCtCollectionId()
getCtCollectionId in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>public void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>@JSON public String getUuid()
getUuid in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetUuid in interface com.liferay.portal.kernel.model.StagedModel@Deprecated public String getOriginalUuid()
getColumnOriginalValue(String)@JSON public String getExternalReferenceCode()
getExternalReferenceCode in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setExternalReferenceCode(String externalReferenceCode)
setExternalReferenceCode in interface com.liferay.asset.kernel.model.AssetVocabularyModel@Deprecated public String getOriginalExternalReferenceCode()
getColumnOriginalValue(String)@JSON public long getVocabularyId()
getVocabularyId in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setVocabularyId(long vocabularyId)
setVocabularyId in interface com.liferay.asset.kernel.model.AssetVocabularyModel@JSON public long getGroupId()
getGroupId in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModel@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)@JSON public long getCompanyId()
getCompanyId in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModel@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)@JSON public long getUserId()
getUserId in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic String getUserUuid()
getUserUuid in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@JSON public String getUserName()
getUserName in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(String userName)
setUserName in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public String getName()
getName in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setName(String name)
setName in interface com.liferay.asset.kernel.model.AssetVocabularyModel@Deprecated public String getOriginalName()
getColumnOriginalValue(String)@JSON public String getTitle()
getTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getTitle(Locale locale)
getTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getTitle(Locale locale,
boolean useDefault)
getTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getTitle(String languageId)
getTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getTitle(String languageId,
boolean useDefault)
getTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetVocabularyModel@JSON public String getTitleCurrentValue()
getTitleCurrentValue in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic Map<Locale,String> getTitleMap()
getTitleMap in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setTitle(String title)
setTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setTitle(String title,
Locale locale)
setTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setTitle(String title,
Locale locale,
Locale defaultLocale)
setTitle in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setTitleMap(Map<Locale,String> titleMap)
setTitleMap in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
setTitleMap in interface com.liferay.asset.kernel.model.AssetVocabularyModel@JSON public String getDescription()
getDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getDescription(Locale locale)
getDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getDescription(Locale locale,
boolean useDefault)
getDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getDescription(String languageId)
getDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getDescription(String languageId,
boolean useDefault)
getDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetVocabularyModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setDescription(String description)
setDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setDescription(String description,
Locale locale)
setDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface com.liferay.asset.kernel.model.AssetVocabularyModel@JSON public String getSettings()
getSettings in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setSettings(String settings)
setSettings in interface com.liferay.asset.kernel.model.AssetVocabularyModel@JSON public int getVisibilityType()
getVisibilityType in interface com.liferay.asset.kernel.model.AssetVocabularyModelpublic void setVisibilityType(int visibilityType)
setVisibilityType in interface com.liferay.asset.kernel.model.AssetVocabularyModel@Deprecated public int getOriginalVisibilityType()
getColumnOriginalValue(String)@JSON public Date getLastPublishDate()
getLastPublishDate in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface com.liferay.asset.kernel.model.AssetVocabularyModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.asset.kernel.model.AssetVocabularyModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetVocabularyModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetVocabularyModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic com.liferay.asset.kernel.model.AssetVocabulary toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public com.liferay.asset.kernel.model.AssetVocabulary cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.asset.kernel.model.AssetVocabularyModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>public int compareTo(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary)
compareTo in interface Comparable<com.liferay.asset.kernel.model.AssetVocabulary>public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>@Deprecated public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetVocabulary> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)