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 |
getAccountEntryRestricted()
Returns the account entry restricted of this object definition.
|
long |
getAccountEntryRestrictedObjectFieldId()
Returns the account entry restricted object field ID of this object definition.
|
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() |
boolean |
getEnableCategorization()
Returns the enable categorization of this object definition.
|
boolean |
getEnableComments()
Returns the enable comments of this object definition.
|
boolean |
getEnableObjectEntryHistory()
Returns the enable object entry history of this object definition.
|
java.lang.String |
getExtensionDBTableName() |
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this object definition.
|
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 |
getOSGiJaxRsName() |
java.lang.String |
getOSGiJaxRsName(java.lang.String className) |
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.
|
boolean |
getPortlet()
Returns the portlet 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.
|
java.lang.String |
getStorageType()
Returns the storage type 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 |
isAccountEntryRestricted()
Returns
true if this object definition is account entry restricted. |
boolean |
isActive()
Returns
true if this object definition is active. |
boolean |
isApproved() |
boolean |
isDefaultStorageType() |
boolean |
isEnableCategorization()
Returns
true if this object definition is enable categorization. |
boolean |
isEnableComments()
Returns
true if this object definition is enable comments. |
boolean |
isEnableObjectEntryHistory()
Returns
true if this object definition is enable object entry history. |
boolean |
isPortlet()
Returns
true if this object definition is portlet. |
boolean |
isSystem()
Returns
true if this object definition is system. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setAccountEntryRestricted(boolean accountEntryRestricted)
Sets whether this object definition is account entry restricted.
|
void |
setAccountEntryRestrictedObjectFieldId(long accountEntryRestrictedObjectFieldId)
Sets the account entry restricted object field ID of this object definition.
|
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 |
setEnableCategorization(boolean enableCategorization)
Sets whether this object definition is enable categorization.
|
void |
setEnableComments(boolean enableComments)
Sets whether this object definition is enable comments.
|
void |
setEnableObjectEntryHistory(boolean enableObjectEntryHistory)
Sets whether this object definition is enable object entry history.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code 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 |
setPortlet(boolean portlet)
Sets whether this object definition is portlet.
|
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 |
setStorageType(java.lang.String storageType)
Sets the storage type 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, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic 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 ObjectDefinitionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>public boolean getAccountEntryRestricted()
getAccountEntryRestricted in interface ObjectDefinitionModelpublic long getAccountEntryRestrictedObjectFieldId()
getAccountEntryRestrictedObjectFieldId in interface ObjectDefinitionModelpublic boolean getActive()
getActive in interface ObjectDefinitionModelpublic java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface ObjectDefinitionModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getClassName()
getClassName in interface ObjectDefinitionModelpublic long getCompanyId()
getCompanyId in interface ObjectDefinitionModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface ObjectDefinitionModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getDBTableName()
getDBTableName in interface ObjectDefinitionModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface ObjectDefinitionModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getDescriptionObjectFieldId()
getDescriptionObjectFieldId in interface ObjectDefinitionModelpublic java.lang.String getDestinationName()
getDestinationName in interface ObjectDefinitionpublic boolean getEnableCategorization()
getEnableCategorization in interface ObjectDefinitionModelpublic boolean getEnableComments()
getEnableComments in interface ObjectDefinitionModelpublic boolean getEnableObjectEntryHistory()
getEnableObjectEntryHistory in interface ObjectDefinitionModelpublic java.lang.String getExtensionDBTableName()
getExtensionDBTableName in interface ObjectDefinitionpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface ObjectDefinitionModelpublic java.lang.String getLabel()
getLabel in interface ObjectDefinitionModelpublic java.lang.String getLabel(java.util.Locale locale)
getLabel in interface ObjectDefinitionModellocale - the locale of the languagepublic java.lang.String getLabel(java.util.Locale locale,
boolean useDefault)
getLabel in interface ObjectDefinitionModellocale - 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 ObjectDefinitionModellanguageId - the ID of the languagepublic java.lang.String getLabel(java.lang.String languageId,
boolean useDefault)
getLabel in interface ObjectDefinitionModellanguageId - 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 ObjectDefinitionModelpublic java.lang.String getLabelCurrentValue()
getLabelCurrentValue in interface ObjectDefinitionModelpublic java.util.Map<java.util.Locale,java.lang.String> getLabelMap()
getLabelMap in interface ObjectDefinitionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ObjectDefinitionModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface ObjectDefinitionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface ObjectDefinitionModelpublic long getObjectDefinitionId()
getObjectDefinitionId in interface ObjectDefinitionModelpublic java.lang.String getOSGiJaxRsName()
getOSGiJaxRsName in interface ObjectDefinitionpublic java.lang.String getOSGiJaxRsName(java.lang.String className)
getOSGiJaxRsName in interface ObjectDefinitionpublic java.lang.String getPanelAppOrder()
getPanelAppOrder in interface ObjectDefinitionModelpublic java.lang.String getPanelCategoryKey()
getPanelCategoryKey in interface ObjectDefinitionModelpublic java.lang.String getPKObjectFieldDBColumnName()
getPKObjectFieldDBColumnName in interface ObjectDefinitionModelpublic java.lang.String getPKObjectFieldName()
getPKObjectFieldName in interface ObjectDefinitionModelpublic java.lang.String getPluralLabel()
getPluralLabel in interface ObjectDefinitionModelpublic java.lang.String getPluralLabel(java.util.Locale locale)
getPluralLabel in interface ObjectDefinitionModellocale - the locale of the languagepublic java.lang.String getPluralLabel(java.util.Locale locale,
boolean useDefault)
getPluralLabel in interface ObjectDefinitionModellocale - 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 ObjectDefinitionModellanguageId - the ID of the languagepublic java.lang.String getPluralLabel(java.lang.String languageId,
boolean useDefault)
getPluralLabel in interface ObjectDefinitionModellanguageId - 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 ObjectDefinitionModelpublic java.lang.String getPluralLabelCurrentValue()
getPluralLabelCurrentValue in interface ObjectDefinitionModelpublic java.util.Map<java.util.Locale,java.lang.String> getPluralLabelMap()
getPluralLabelMap in interface ObjectDefinitionModelpublic boolean getPortlet()
getPortlet in interface ObjectDefinitionModelpublic java.lang.String getPortletId()
getPortletId in interface ObjectDefinitionpublic long getPrimaryKey()
getPrimaryKey in interface ObjectDefinitionModelpublic java.lang.String getResourceName()
getResourceName in interface ObjectDefinitionpublic java.lang.String getRESTContextPath()
getRESTContextPath in interface ObjectDefinitionpublic java.lang.String getScope()
getScope in interface ObjectDefinitionModelpublic java.lang.String getShortName()
getShortName in interface ObjectDefinitionpublic int getStatus()
getStatus in interface ObjectDefinitionModelpublic java.lang.String getStorageType()
getStorageType in interface ObjectDefinitionModelpublic boolean getSystem()
getSystem in interface ObjectDefinitionModelpublic long getTitleObjectFieldId()
getTitleObjectFieldId in interface ObjectDefinitionModelpublic long getUserId()
getUserId in interface ObjectDefinitionModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface ObjectDefinitionModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface ObjectDefinitionModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface ObjectDefinitionModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic int getVersion()
getVersion in interface ObjectDefinitionModelpublic boolean isAccountEntryRestricted()
true if this object definition is account entry restricted.isAccountEntryRestricted in interface ObjectDefinitionModeltrue if this object definition is account entry restricted; false otherwisepublic boolean isActive()
true if this object definition is active.isActive in interface ObjectDefinitionModeltrue if this object definition is active; false otherwisepublic boolean isApproved()
isApproved in interface ObjectDefinitionpublic boolean isDefaultStorageType()
isDefaultStorageType in interface ObjectDefinitionpublic boolean isEnableCategorization()
true if this object definition is enable categorization.isEnableCategorization in interface ObjectDefinitionModeltrue if this object definition is enable categorization; false otherwisepublic boolean isEnableComments()
true if this object definition is enable comments.isEnableComments in interface ObjectDefinitionModeltrue if this object definition is enable comments; false otherwisepublic boolean isEnableObjectEntryHistory()
true if this object definition is enable object entry history.isEnableObjectEntryHistory in interface ObjectDefinitionModeltrue if this object definition is enable object entry history; false otherwisepublic boolean isPortlet()
true if this object definition is portlet.isPortlet in interface ObjectDefinitionModeltrue if this object definition is portlet; false otherwisepublic boolean isSystem()
true if this object definition is system.isSystem in interface ObjectDefinitionModeltrue if this object definition is system; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface ObjectDefinitionModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface ObjectDefinitionModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setAccountEntryRestricted(boolean accountEntryRestricted)
setAccountEntryRestricted in interface ObjectDefinitionModelaccountEntryRestricted - the account entry restricted of this object definitionpublic void setAccountEntryRestrictedObjectFieldId(long accountEntryRestrictedObjectFieldId)
setAccountEntryRestrictedObjectFieldId in interface ObjectDefinitionModelaccountEntryRestrictedObjectFieldId - the account entry restricted object field ID of this object definitionpublic void setActive(boolean active)
setActive in interface ObjectDefinitionModelactive - the active of this object definitionpublic void setClassName(java.lang.String className)
setClassName in interface ObjectDefinitionModelclassName - the class name of this object definitionpublic void setCompanyId(long companyId)
setCompanyId in interface ObjectDefinitionModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this object definitionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface ObjectDefinitionModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this object definitionpublic void setDBTableName(java.lang.String dbTableName)
setDBTableName in interface ObjectDefinitionModeldbTableName - the db table name of this object definitionpublic void setDescriptionObjectFieldId(long descriptionObjectFieldId)
setDescriptionObjectFieldId in interface ObjectDefinitionModeldescriptionObjectFieldId - the description object field ID of this object definitionpublic void setEnableCategorization(boolean enableCategorization)
setEnableCategorization in interface ObjectDefinitionModelenableCategorization - the enable categorization of this object definitionpublic void setEnableComments(boolean enableComments)
setEnableComments in interface ObjectDefinitionModelenableComments - the enable comments of this object definitionpublic void setEnableObjectEntryHistory(boolean enableObjectEntryHistory)
setEnableObjectEntryHistory in interface ObjectDefinitionModelenableObjectEntryHistory - the enable object entry history of this object definitionpublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface ObjectDefinitionModelexternalReferenceCode - the external reference code of this object definitionpublic void setLabel(java.lang.String label)
setLabel in interface ObjectDefinitionModellabel - the label of this object definitionpublic void setLabel(java.lang.String label,
java.util.Locale locale)
setLabel in interface ObjectDefinitionModellabel - 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 ObjectDefinitionModellabel - the localized label of this object definitionlocale - the locale of the languagedefaultLocale - the default localepublic void setLabelCurrentLanguageId(java.lang.String languageId)
setLabelCurrentLanguageId in interface ObjectDefinitionModelpublic void setLabelMap(java.util.Map<java.util.Locale,java.lang.String> labelMap)
setLabelMap in interface ObjectDefinitionModellabelMap - 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 ObjectDefinitionModellabelMap - the locales and localized labels of this object definitiondefaultLocale - the default localepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ObjectDefinitionModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this object definitionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface ObjectDefinitionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this object definitionpublic void setName(java.lang.String name)
setName in interface ObjectDefinitionModelname - the name of this object definitionpublic void setObjectDefinitionId(long objectDefinitionId)
setObjectDefinitionId in interface ObjectDefinitionModelobjectDefinitionId - the object definition ID of this object definitionpublic void setPanelAppOrder(java.lang.String panelAppOrder)
setPanelAppOrder in interface ObjectDefinitionModelpanelAppOrder - the panel app order of this object definitionpublic void setPanelCategoryKey(java.lang.String panelCategoryKey)
setPanelCategoryKey in interface ObjectDefinitionModelpanelCategoryKey - the panel category key of this object definitionpublic void setPKObjectFieldDBColumnName(java.lang.String pkObjectFieldDBColumnName)
setPKObjectFieldDBColumnName in interface ObjectDefinitionModelpkObjectFieldDBColumnName - the pk object field db column name of this object definitionpublic void setPKObjectFieldName(java.lang.String pkObjectFieldName)
setPKObjectFieldName in interface ObjectDefinitionModelpkObjectFieldName - the pk object field name of this object definitionpublic void setPluralLabel(java.lang.String pluralLabel)
setPluralLabel in interface ObjectDefinitionModelpluralLabel - the plural label of this object definitionpublic void setPluralLabel(java.lang.String pluralLabel,
java.util.Locale locale)
setPluralLabel in interface ObjectDefinitionModelpluralLabel - 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 ObjectDefinitionModelpluralLabel - 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 ObjectDefinitionModelpublic void setPluralLabelMap(java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap)
setPluralLabelMap in interface ObjectDefinitionModelpluralLabelMap - 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 ObjectDefinitionModelpluralLabelMap - the locales and localized plural labels of this object definitiondefaultLocale - the default localepublic void setPortlet(boolean portlet)
setPortlet in interface ObjectDefinitionModelportlet - the portlet of this object definitionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ObjectDefinitionModelprimaryKey - the primary key of this object definitionpublic void setScope(java.lang.String scope)
setScope in interface ObjectDefinitionModelscope - the scope of this object definitionpublic void setStatus(int status)
setStatus in interface ObjectDefinitionModelstatus - the status of this object definitionpublic void setStorageType(java.lang.String storageType)
setStorageType in interface ObjectDefinitionModelstorageType - the storage type of this object definitionpublic void setSystem(boolean system)
setSystem in interface ObjectDefinitionModelsystem - the system of this object definitionpublic void setTitleObjectFieldId(long titleObjectFieldId)
setTitleObjectFieldId in interface ObjectDefinitionModeltitleObjectFieldId - the title object field ID of this object definitionpublic void setUserId(long userId)
setUserId in interface ObjectDefinitionModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this object definitionpublic void setUserName(java.lang.String userName)
setUserName in interface ObjectDefinitionModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this object definitionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface ObjectDefinitionModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this object definitionpublic void setUuid(java.lang.String uuid)
setUuid in interface ObjectDefinitionModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this object definitionpublic void setVersion(int version)
setVersion in interface ObjectDefinitionModelversion - the version of this object definitionpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected ObjectDefinitionWrapper wrap(ObjectDefinition objectDefinition)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectDefinition>