public class ObjectDefinitionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectDefinition> implements com.liferay.portal.kernel.model.ModelWrapper<ObjectDefinition>, ObjectDefinition
This class is a wrapper for ObjectDefinition
.
ObjectDefinition
,
Serialized FormOBJECT_DEFINITION_ID_ACCESSOR
Constructor and Description |
---|
ObjectDefinitionWrapper(ObjectDefinition objectDefinition) |
Modifier and Type | Method and Description |
---|---|
ObjectDefinition |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this object definition.
|
java.lang.String[] |
getAvailableLanguageIds() |
java.lang.String |
getClassName()
Returns the class name of this object definition.
|
long |
getCompanyId()
Returns the company ID of this object definition.
|
java.util.Date |
getCreateDate()
Returns the create date of this object definition.
|
java.lang.String |
getDBTableName()
Returns the db table name of this object definition.
|
java.lang.String |
getDefaultLanguageId() |
long |
getDescriptionObjectFieldId()
Returns the description object field ID of this object definition.
|
java.lang.String |
getDestinationName() |
java.lang.String |
getExtensionDBTableName() |
java.lang.String |
getLabel()
Returns the label of this object definition.
|
java.lang.String |
getLabel(java.util.Locale locale)
Returns the localized label of this object definition in the language.
|
java.lang.String |
getLabel(java.util.Locale locale,
boolean useDefault)
Returns the localized label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getLabel(java.lang.String languageId)
Returns the localized label of this object definition in the language.
|
java.lang.String |
getLabel(java.lang.String languageId,
boolean useDefault)
Returns the localized label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getLabelCurrentLanguageId() |
java.lang.String |
getLabelCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getLabelMap()
Returns a map of the locales and localized labels of this object definition.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this object definition.
|
long |
getMvccVersion()
Returns the mvcc version of this object definition.
|
java.lang.String |
getName()
Returns the name of this object definition.
|
long |
getObjectDefinitionId()
Returns the object definition ID of this object definition.
|
java.lang.String |
getPanelAppOrder()
Returns the panel app order of this object definition.
|
java.lang.String |
getPanelCategoryKey()
Returns the panel category key of this object definition.
|
java.lang.String |
getPKObjectFieldDBColumnName()
Returns the pk object field db column name of this object definition.
|
java.lang.String |
getPKObjectFieldName()
Returns the pk object field name of this object definition.
|
java.lang.String |
getPluralLabel()
Returns the plural label of this object definition.
|
java.lang.String |
getPluralLabel(java.util.Locale locale)
Returns the localized plural label of this object definition in the language.
|
java.lang.String |
getPluralLabel(java.util.Locale locale,
boolean useDefault)
Returns the localized plural label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getPluralLabel(java.lang.String languageId)
Returns the localized plural label of this object definition in the language.
|
java.lang.String |
getPluralLabel(java.lang.String languageId,
boolean useDefault)
Returns the localized plural label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getPluralLabelCurrentLanguageId() |
java.lang.String |
getPluralLabelCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getPluralLabelMap()
Returns a map of the locales and localized plural labels of this object definition.
|
java.lang.String |
getPortletId() |
long |
getPrimaryKey()
Returns the primary key of this object definition.
|
java.lang.String |
getResourceName() |
java.lang.String |
getRESTContextPath() |
java.lang.String |
getScope()
Returns the scope of this object definition.
|
java.lang.String |
getShortName() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this object definition.
|
boolean |
getSystem()
Returns the system of this object definition.
|
long |
getTitleObjectFieldId()
Returns the title object field ID of this object definition.
|
long |
getUserId()
Returns the user ID of this object definition.
|
java.lang.String |
getUserName()
Returns the user name of this object definition.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this object definition.
|
java.lang.String |
getUuid()
Returns the uuid of this object definition.
|
int |
getVersion()
Returns the version of this object definition.
|
boolean |
isActive()
Returns
true if this object definition is active. |
boolean |
isApproved() |
boolean |
isSystem()
Returns
true if this object definition is system. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setActive(boolean active)
Sets whether this object definition is active.
|
void |
setClassName(java.lang.String className)
Sets the class name of this object definition.
|
void |
setCompanyId(long companyId)
Sets the company ID of this object definition.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this object definition.
|
void |
setDBTableName(java.lang.String dbTableName)
Sets the db table name of this object definition.
|
void |
setDescriptionObjectFieldId(long descriptionObjectFieldId)
Sets the description object field ID of this object definition.
|
void |
setLabel(java.lang.String label)
Sets the label of this object definition.
|
void |
setLabel(java.lang.String label,
java.util.Locale locale)
Sets the localized label of this object definition in the language.
|
void |
setLabel(java.lang.String label,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized label of this object definition in the language, and sets the default locale.
|
void |
setLabelCurrentLanguageId(java.lang.String languageId) |
void |
setLabelMap(java.util.Map<java.util.Locale,java.lang.String> labelMap)
Sets the localized labels of this object definition from the map of locales and localized labels.
|
void |
setLabelMap(java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.util.Locale defaultLocale)
Sets the localized labels of this object definition from the map of locales and localized labels, and sets the default locale.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this object definition.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this object definition.
|
void |
setName(java.lang.String name)
Sets the name of this object definition.
|
void |
setObjectDefinitionId(long objectDefinitionId)
Sets the object definition ID of this object definition.
|
void |
setPanelAppOrder(java.lang.String panelAppOrder)
Sets the panel app order of this object definition.
|
void |
setPanelCategoryKey(java.lang.String panelCategoryKey)
Sets the panel category key of this object definition.
|
void |
setPKObjectFieldDBColumnName(java.lang.String pkObjectFieldDBColumnName)
Sets the pk object field db column name of this object definition.
|
void |
setPKObjectFieldName(java.lang.String pkObjectFieldName)
Sets the pk object field name of this object definition.
|
void |
setPluralLabel(java.lang.String pluralLabel)
Sets the plural label of this object definition.
|
void |
setPluralLabel(java.lang.String pluralLabel,
java.util.Locale locale)
Sets the localized plural label of this object definition in the language.
|
void |
setPluralLabel(java.lang.String pluralLabel,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized plural label of this object definition in the language, and sets the default locale.
|
void |
setPluralLabelCurrentLanguageId(java.lang.String languageId) |
void |
setPluralLabelMap(java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap)
Sets the localized plural labels of this object definition from the map of locales and localized plural labels.
|
void |
setPluralLabelMap(java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.util.Locale defaultLocale)
Sets the localized plural labels of this object definition from the map of locales and localized plural labels, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this object definition.
|
void |
setScope(java.lang.String scope)
Sets the scope of this object definition.
|
void |
setStatus(int status)
Sets the status of this object definition.
|
void |
setSystem(boolean system)
Sets whether this object definition is system.
|
void |
setTitleObjectFieldId(long titleObjectFieldId)
Sets the title object field ID of this object definition.
|
void |
setUserId(long userId)
Sets the user ID of this object definition.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this object definition.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this object definition.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this object definition.
|
void |
setVersion(int version)
Sets the version of this object definition.
|
protected ObjectDefinitionWrapper |
wrap(ObjectDefinition objectDefinition) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public ObjectDefinitionWrapper(ObjectDefinition objectDefinition)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>
public ObjectDefinition cloneWithOriginalValues()
cloneWithOriginalValues
in interface ObjectDefinitionModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>
public boolean getActive()
getActive
in interface ObjectDefinitionModel
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface ObjectDefinitionModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.lang.String getClassName()
getClassName
in interface ObjectDefinitionModel
public long getCompanyId()
getCompanyId
in interface ObjectDefinitionModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface ObjectDefinitionModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getDBTableName()
getDBTableName
in interface ObjectDefinitionModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface ObjectDefinitionModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public long getDescriptionObjectFieldId()
getDescriptionObjectFieldId
in interface ObjectDefinitionModel
public java.lang.String getDestinationName()
getDestinationName
in interface ObjectDefinition
public java.lang.String getExtensionDBTableName()
getExtensionDBTableName
in interface ObjectDefinition
public java.lang.String getLabel()
getLabel
in interface ObjectDefinitionModel
public java.lang.String getLabel(java.util.Locale locale)
getLabel
in interface ObjectDefinitionModel
locale
- the locale of the languagepublic java.lang.String getLabel(java.util.Locale locale, boolean useDefault)
getLabel
in interface ObjectDefinitionModel
locale
- 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 getLabel(java.lang.String languageId)
getLabel
in interface ObjectDefinitionModel
languageId
- the ID of the languagepublic java.lang.String getLabel(java.lang.String languageId, boolean useDefault)
getLabel
in interface ObjectDefinitionModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getLabelCurrentLanguageId()
getLabelCurrentLanguageId
in interface ObjectDefinitionModel
public java.lang.String getLabelCurrentValue()
getLabelCurrentValue
in interface ObjectDefinitionModel
public java.util.Map<java.util.Locale,java.lang.String> getLabelMap()
getLabelMap
in interface ObjectDefinitionModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface ObjectDefinitionModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface ObjectDefinitionModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public java.lang.String getName()
getName
in interface ObjectDefinitionModel
public long getObjectDefinitionId()
getObjectDefinitionId
in interface ObjectDefinitionModel
public java.lang.String getPanelAppOrder()
getPanelAppOrder
in interface ObjectDefinitionModel
public java.lang.String getPanelCategoryKey()
getPanelCategoryKey
in interface ObjectDefinitionModel
public java.lang.String getPKObjectFieldDBColumnName()
getPKObjectFieldDBColumnName
in interface ObjectDefinitionModel
public java.lang.String getPKObjectFieldName()
getPKObjectFieldName
in interface ObjectDefinitionModel
public java.lang.String getPluralLabel()
getPluralLabel
in interface ObjectDefinitionModel
public java.lang.String getPluralLabel(java.util.Locale locale)
getPluralLabel
in interface ObjectDefinitionModel
locale
- the locale of the languagepublic java.lang.String getPluralLabel(java.util.Locale locale, boolean useDefault)
getPluralLabel
in interface ObjectDefinitionModel
locale
- 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 getPluralLabel(java.lang.String languageId)
getPluralLabel
in interface ObjectDefinitionModel
languageId
- the ID of the languagepublic java.lang.String getPluralLabel(java.lang.String languageId, boolean useDefault)
getPluralLabel
in interface ObjectDefinitionModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getPluralLabelCurrentLanguageId()
getPluralLabelCurrentLanguageId
in interface ObjectDefinitionModel
public java.lang.String getPluralLabelCurrentValue()
getPluralLabelCurrentValue
in interface ObjectDefinitionModel
public java.util.Map<java.util.Locale,java.lang.String> getPluralLabelMap()
getPluralLabelMap
in interface ObjectDefinitionModel
public java.lang.String getPortletId()
getPortletId
in interface ObjectDefinition
public long getPrimaryKey()
getPrimaryKey
in interface ObjectDefinitionModel
public java.lang.String getResourceName()
getResourceName
in interface ObjectDefinition
public java.lang.String getRESTContextPath()
getRESTContextPath
in interface ObjectDefinition
public java.lang.String getScope()
getScope
in interface ObjectDefinitionModel
public java.lang.String getShortName()
getShortName
in interface ObjectDefinition
public int getStatus()
getStatus
in interface ObjectDefinitionModel
public boolean getSystem()
getSystem
in interface ObjectDefinitionModel
public long getTitleObjectFieldId()
getTitleObjectFieldId
in interface ObjectDefinitionModel
public long getUserId()
getUserId
in interface ObjectDefinitionModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface ObjectDefinitionModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface ObjectDefinitionModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface ObjectDefinitionModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public int getVersion()
getVersion
in interface ObjectDefinitionModel
public boolean isActive()
true
if this object definition is active.isActive
in interface ObjectDefinitionModel
true
if this object definition is active; false
otherwisepublic boolean isApproved()
isApproved
in interface ObjectDefinition
public boolean isSystem()
true
if this object definition is system.isSystem
in interface ObjectDefinitionModel
true
if this object definition is system; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface ObjectDefinitionModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface ObjectDefinitionModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void setActive(boolean active)
setActive
in interface ObjectDefinitionModel
active
- the active of this object definitionpublic void setClassName(java.lang.String className)
setClassName
in interface ObjectDefinitionModel
className
- the class name of this object definitionpublic void setCompanyId(long companyId)
setCompanyId
in interface ObjectDefinitionModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this object definitionpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface ObjectDefinitionModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this object definitionpublic void setDBTableName(java.lang.String dbTableName)
setDBTableName
in interface ObjectDefinitionModel
dbTableName
- the db table name of this object definitionpublic void setDescriptionObjectFieldId(long descriptionObjectFieldId)
setDescriptionObjectFieldId
in interface ObjectDefinitionModel
descriptionObjectFieldId
- the description object field ID of this object definitionpublic void setLabel(java.lang.String label)
setLabel
in interface ObjectDefinitionModel
label
- the label of this object definitionpublic void setLabel(java.lang.String label, java.util.Locale locale)
setLabel
in interface ObjectDefinitionModel
label
- the localized label of this object definitionlocale
- the locale of the languagepublic void setLabel(java.lang.String label, java.util.Locale locale, java.util.Locale defaultLocale)
setLabel
in interface ObjectDefinitionModel
label
- the localized label of this object definitionlocale
- the locale of the languagedefaultLocale
- the default localepublic void setLabelCurrentLanguageId(java.lang.String languageId)
setLabelCurrentLanguageId
in interface ObjectDefinitionModel
public void setLabelMap(java.util.Map<java.util.Locale,java.lang.String> labelMap)
setLabelMap
in interface ObjectDefinitionModel
labelMap
- the locales and localized labels of this object definitionpublic void setLabelMap(java.util.Map<java.util.Locale,java.lang.String> labelMap, java.util.Locale defaultLocale)
setLabelMap
in interface ObjectDefinitionModel
labelMap
- the locales and localized labels of this object definitiondefaultLocale
- the default localepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface ObjectDefinitionModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this object definitionpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface ObjectDefinitionModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this object definitionpublic void setName(java.lang.String name)
setName
in interface ObjectDefinitionModel
name
- the name of this object definitionpublic void setObjectDefinitionId(long objectDefinitionId)
setObjectDefinitionId
in interface ObjectDefinitionModel
objectDefinitionId
- the object definition ID of this object definitionpublic void setPanelAppOrder(java.lang.String panelAppOrder)
setPanelAppOrder
in interface ObjectDefinitionModel
panelAppOrder
- the panel app order of this object definitionpublic void setPanelCategoryKey(java.lang.String panelCategoryKey)
setPanelCategoryKey
in interface ObjectDefinitionModel
panelCategoryKey
- the panel category key of this object definitionpublic void setPKObjectFieldDBColumnName(java.lang.String pkObjectFieldDBColumnName)
setPKObjectFieldDBColumnName
in interface ObjectDefinitionModel
pkObjectFieldDBColumnName
- the pk object field db column name of this object definitionpublic void setPKObjectFieldName(java.lang.String pkObjectFieldName)
setPKObjectFieldName
in interface ObjectDefinitionModel
pkObjectFieldName
- the pk object field name of this object definitionpublic void setPluralLabel(java.lang.String pluralLabel)
setPluralLabel
in interface ObjectDefinitionModel
pluralLabel
- the plural label of this object definitionpublic void setPluralLabel(java.lang.String pluralLabel, java.util.Locale locale)
setPluralLabel
in interface ObjectDefinitionModel
pluralLabel
- the localized plural label of this object definitionlocale
- the locale of the languagepublic void setPluralLabel(java.lang.String pluralLabel, java.util.Locale locale, java.util.Locale defaultLocale)
setPluralLabel
in interface ObjectDefinitionModel
pluralLabel
- the localized plural label of this object definitionlocale
- the locale of the languagedefaultLocale
- the default localepublic void setPluralLabelCurrentLanguageId(java.lang.String languageId)
setPluralLabelCurrentLanguageId
in interface ObjectDefinitionModel
public void setPluralLabelMap(java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap)
setPluralLabelMap
in interface ObjectDefinitionModel
pluralLabelMap
- the locales and localized plural labels of this object definitionpublic void setPluralLabelMap(java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.util.Locale defaultLocale)
setPluralLabelMap
in interface ObjectDefinitionModel
pluralLabelMap
- the locales and localized plural labels of this object definitiondefaultLocale
- the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface ObjectDefinitionModel
primaryKey
- the primary key of this object definitionpublic void setScope(java.lang.String scope)
setScope
in interface ObjectDefinitionModel
scope
- the scope of this object definitionpublic void setStatus(int status)
setStatus
in interface ObjectDefinitionModel
status
- the status of this object definitionpublic void setSystem(boolean system)
setSystem
in interface ObjectDefinitionModel
system
- the system of this object definitionpublic void setTitleObjectFieldId(long titleObjectFieldId)
setTitleObjectFieldId
in interface ObjectDefinitionModel
titleObjectFieldId
- the title object field ID of this object definitionpublic void setUserId(long userId)
setUserId
in interface ObjectDefinitionModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this object definitionpublic void setUserName(java.lang.String userName)
setUserName
in interface ObjectDefinitionModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this object definitionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface ObjectDefinitionModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this object definitionpublic void setUuid(java.lang.String uuid)
setUuid
in interface ObjectDefinitionModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this object definitionpublic void setVersion(int version)
setVersion
in interface ObjectDefinitionModel
version
- the version of this object definitionpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected ObjectDefinitionWrapper wrap(ObjectDefinition objectDefinition)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectDefinition>