|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatamapping.model.DDMStructureVersionWrapper
@ProviderType public class DDMStructureVersionWrapper
This class is a wrapper for DDMStructureVersion.
DDMStructureVersion,
Serialized Form| Constructor Summary | |
|---|---|
DDMStructureVersionWrapper(DDMStructureVersion ddmStructureVersion)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMStructureVersion ddmStructureVersion)
|
boolean |
equals(Object obj)
|
boolean |
getApproved()
Deprecated. As of 6.1.0, replaced by isApproved() |
String[] |
getAvailableLanguageIds()
|
long |
getCompanyId()
Returns the company ID of this d d m structure version. |
Date |
getCreateDate()
Returns the create date of this d d m structure version. |
DDMForm |
getDDMForm()
|
DDMFormLayout |
getDDMFormLayout()
|
String |
getDefaultLanguageId()
|
String |
getDefinition()
Returns the definition of this d d m structure version. |
String |
getDescription()
Returns the description of this d d m structure version. |
String |
getDescription(Locale locale)
Returns the localized description of this d d m structure version in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this d d m structure version in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this d d m structure version in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this d d m structure version in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this d d m structure version. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this d d m structure version. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getName()
Returns the name of this d d m structure version. |
String |
getName(Locale locale)
Returns the localized name of this d d m structure version in the language. |
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this d d m structure version in the language, optionally using the default language if no localization exists for the requested language. |
String |
getName(String languageId)
Returns the localized name of this d d m structure version in the language. |
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this d d m structure version in the language, optionally using the default language if no localization exists for the requested language. |
String |
getNameCurrentLanguageId()
|
String |
getNameCurrentValue()
|
Map<Locale,String> |
getNameMap()
Returns a map of the locales and localized names of this d d m structure version. |
long |
getParentStructureId()
Returns the parent structure ID of this d d m structure version. |
long |
getPrimaryKey()
Returns the primary key of this d d m structure version. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getStatus()
Returns the status of this d d m structure version. |
long |
getStatusByUserId()
Returns the status by user ID of this d d m structure version. |
String |
getStatusByUserName()
Returns the status by user name of this d d m structure version. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this d d m structure version. |
Date |
getStatusDate()
Returns the status date of this d d m structure version. |
String |
getStorageType()
Returns the storage type of this d d m structure version. |
DDMStructure |
getStructure()
|
long |
getStructureId()
Returns the structure ID of this d d m structure version. |
long |
getStructureVersionId()
Returns the structure version ID of this d d m structure version. |
int |
getType()
Returns the type of this d d m structure version. |
long |
getUserId()
Returns the user ID of this d d m structure version. |
String |
getUserName()
Returns the user name of this d d m structure version. |
String |
getUserUuid()
Returns the user uuid of this d d m structure version. |
String |
getVersion()
Returns the version of this d d m structure version. |
DDMStructureVersion |
getWrappedDDMStructureVersion()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
DDMStructureVersion |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isApproved()
Returns true if this d d m structure version is approved. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isDenied()
Returns true if this d d m structure version is denied. |
boolean |
isDraft()
Returns true if this d d m structure version is a draft. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isExpired()
Returns true if this d d m structure version is expired. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isInactive()
Returns true if this d d m structure version is inactive. |
boolean |
isIncomplete()
Returns true if this d d m structure version is incomplete. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPending()
Returns true if this d d m structure version is pending. |
boolean |
isScheduled()
Returns true if this d d m structure version is scheduled. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(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 d d m structure version. |
void |
setCreateDate(Date createDate)
Sets the create date of this d d m structure version. |
void |
setDDMForm(DDMForm ddmForm)
|
void |
setDefinition(String definition)
Sets the definition of this d d m structure version. |
void |
setDescription(String description)
Sets the description of this d d m structure version. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this d d m structure version in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this d d m structure version in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this d d m structure version from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this d d m structure version 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 d d m structure version. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setName(String name)
Sets the name of this d d m structure version. |
void |
setName(String name,
Locale locale)
Sets the localized name of this d d m structure version in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this d d m structure version in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this d d m structure version from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this d d m structure version from the map of locales and localized names, and sets the default locale. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParentStructureId(long parentStructureId)
Sets the parent structure ID of this d d m structure version. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m structure version. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStatus(int status)
Sets the status of this d d m structure version. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this d d m structure version. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this d d m structure version. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this d d m structure version. |
void |
setStatusDate(Date statusDate)
Sets the status date of this d d m structure version. |
void |
setStorageType(String storageType)
Sets the storage type of this d d m structure version. |
void |
setStructureId(long structureId)
Sets the structure ID of this d d m structure version. |
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this d d m structure version. |
void |
setType(int type)
Sets the type of this d d m structure version. |
void |
setUserId(long userId)
Sets the user ID of this d d m structure version. |
void |
setUserName(String userName)
Sets the user name of this d d m structure version. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d d m structure version. |
void |
setVersion(String version)
Sets the version of this d d m structure version. |
CacheModel<DDMStructureVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DDMStructureVersion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
DDMStructureVersion |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DDMStructureVersionWrapper(DDMStructureVersion ddmStructureVersion)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStructureVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DDMStructureVersion>public Object clone()
BaseModel
clone in interface BaseModel<DDMStructureVersion>clone in interface DDMStructureVersionModelclone in class Objectpublic int compareTo(DDMStructureVersion ddmStructureVersion)
compareTo in interface DDMStructureVersionModelcompareTo in interface Comparable<DDMStructureVersion>@Deprecated public boolean getApproved()
isApproved()
getApproved in interface WorkflowedModelgetApproved in interface DDMStructureVersionModelpublic String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LocalizedModelgetAvailableLanguageIds in interface DDMStructureVersionModelpublic long getCompanyId()
getCompanyId in interface DDMStructureVersionModelpublic Date getCreateDate()
getCreateDate in interface DDMStructureVersionModelpublic DDMForm getDDMForm()
getDDMForm in interface DDMStructureVersion
public DDMFormLayout getDDMFormLayout()
throws PortalException
getDDMFormLayout in interface DDMStructureVersionPortalExceptionpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LocalizedModelgetDefaultLanguageId in interface DDMStructureVersionModelpublic String getDefinition()
getDefinition in interface DDMStructureVersionModelpublic String getDescription()
getDescription in interface DDMStructureVersionModelpublic String getDescription(String languageId)
getDescription in interface DDMStructureVersionModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
getDescription in interface DDMStructureVersionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescription(Locale locale)
getDescription in interface DDMStructureVersionModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
getDescription in interface DDMStructureVersionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface DDMStructureVersionModelpublic String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface DDMStructureVersionModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface DDMStructureVersionModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DDMStructureVersion>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMStructureVersionModelpublic long getGroupId()
getGroupId in interface DDMStructureVersionModelpublic String getName()
getName in interface DDMStructureVersionModelpublic String getName(String languageId)
getName in interface DDMStructureVersionModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
getName in interface DDMStructureVersionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getName(Locale locale)
getName in interface DDMStructureVersionModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
getName in interface DDMStructureVersionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface DDMStructureVersionModelpublic String getNameCurrentValue()
getNameCurrentValue in interface DDMStructureVersionModelpublic Map<Locale,String> getNameMap()
getNameMap in interface DDMStructureVersionModelpublic long getParentStructureId()
getParentStructureId in interface DDMStructureVersionModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStructureVersionModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DDMStructureVersion>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMStructureVersionModelpublic int getStatus()
getStatus in interface WorkflowedModelgetStatus in interface DDMStructureVersionModelpublic long getStatusByUserId()
getStatusByUserId in interface WorkflowedModelgetStatusByUserId in interface DDMStructureVersionModelpublic String getStatusByUserName()
getStatusByUserName in interface WorkflowedModelgetStatusByUserName in interface DDMStructureVersionModelpublic String getStatusByUserUuid()
getStatusByUserUuid in interface WorkflowedModelgetStatusByUserUuid in interface DDMStructureVersionModelpublic Date getStatusDate()
getStatusDate in interface WorkflowedModelgetStatusDate in interface DDMStructureVersionModelpublic String getStorageType()
getStorageType in interface DDMStructureVersionModel
public DDMStructure getStructure()
throws PortalException
getStructure in interface DDMStructureVersionPortalExceptionpublic long getStructureId()
getStructureId in interface DDMStructureVersionModelpublic long getStructureVersionId()
getStructureVersionId in interface DDMStructureVersionModelpublic int getType()
getType in interface DDMStructureVersionModelpublic long getUserId()
getUserId in interface DDMStructureVersionModelpublic String getUserName()
getUserName in interface DDMStructureVersionModelpublic String getUserUuid()
getUserUuid in interface DDMStructureVersionModelpublic String getVersion()
getVersion in interface DDMStructureVersionModelpublic int hashCode()
hashCode in interface DDMStructureVersionModelhashCode in class Objectpublic boolean isApproved()
true if this d d m structure version is approved.
isApproved in interface WorkflowedModelisApproved in interface DDMStructureVersionModeltrue if this d d m structure version is approved; false otherwisepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<DDMStructureVersion>isCachedModel in interface DDMStructureVersionModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isDenied()
true if this d d m structure version is denied.
isDenied in interface WorkflowedModelisDenied in interface DDMStructureVersionModeltrue if this d d m structure version is denied; false otherwisepublic boolean isDraft()
true if this d d m structure version is a draft.
isDraft in interface WorkflowedModelisDraft in interface DDMStructureVersionModeltrue if this d d m structure version is a draft; false otherwisepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<DDMStructureVersion>isEscapedModel in interface DDMStructureVersionModeltrue if this model instance is escaped;
false otherwisepublic boolean isExpired()
true if this d d m structure version is expired.
isExpired in interface WorkflowedModelisExpired in interface DDMStructureVersionModeltrue if this d d m structure version is expired; false otherwisepublic boolean isInactive()
true if this d d m structure version is inactive.
isInactive in interface WorkflowedModelisInactive in interface DDMStructureVersionModeltrue if this d d m structure version is inactive; false otherwisepublic boolean isIncomplete()
true if this d d m structure version is incomplete.
isIncomplete in interface WorkflowedModelisIncomplete in interface DDMStructureVersionModeltrue if this d d m structure version is incomplete; false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<DDMStructureVersion>isNew in interface DDMStructureVersionModeltrue if this model instance does not yet exist in
the database; false otherwisepublic boolean isPending()
true if this d d m structure version is pending.
isPending in interface WorkflowedModelisPending in interface DDMStructureVersionModeltrue if this d d m structure version is pending; false otherwisepublic boolean isScheduled()
true if this d d m structure version is scheduled.
isScheduled in interface WorkflowedModelisScheduled in interface DDMStructureVersionModeltrue if this d d m structure version is scheduled; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface DDMStructureVersionModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface DDMStructureVersionModelLocaleExceptionpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<DDMStructureVersion>setCachedModel in interface DDMStructureVersionModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface DDMStructureVersionModelcompanyId - the company ID of this d d m structure versionpublic void setCreateDate(Date createDate)
setCreateDate in interface DDMStructureVersionModelcreateDate - the create date of this d d m structure versionpublic void setDDMForm(DDMForm ddmForm)
setDDMForm in interface DDMStructureVersionpublic void setDefinition(String definition)
setDefinition in interface DDMStructureVersionModeldefinition - the definition of this d d m structure versionpublic void setDescription(String description)
setDescription in interface DDMStructureVersionModeldescription - the description of this d d m structure version
public void setDescription(String description,
Locale locale)
setDescription in interface DDMStructureVersionModeldescription - the localized description of this d d m structure versionlocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface DDMStructureVersionModeldescription - the localized description of this d d m structure versionlocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface DDMStructureVersionModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface DDMStructureVersionModeldescriptionMap - the locales and localized descriptions of this d d m structure version
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface DDMStructureVersionModeldescriptionMap - the locales and localized descriptions of this d d m structure versiondefaultLocale - the default localepublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DDMStructureVersion>setExpandoBridgeAttributes in interface DDMStructureVersionModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DDMStructureVersion>setExpandoBridgeAttributes in interface DDMStructureVersionModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DDMStructureVersion>setExpandoBridgeAttributes in interface DDMStructureVersionModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setGroupId(long groupId)
setGroupId in interface DDMStructureVersionModelgroupId - the group ID of this d d m structure versionpublic void setName(String name)
setName in interface DDMStructureVersionModelname - the name of this d d m structure version
public void setName(String name,
Locale locale)
setName in interface DDMStructureVersionModelname - the localized name of this d d m structure versionlocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
setName in interface DDMStructureVersionModelname - the localized name of this d d m structure versionlocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface DDMStructureVersionModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface DDMStructureVersionModelnameMap - the locales and localized names of this d d m structure version
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
setNameMap in interface DDMStructureVersionModelnameMap - the locales and localized names of this d d m structure versiondefaultLocale - the default localepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<DDMStructureVersion>setNew in interface DDMStructureVersionModeln - whether this model instance does not yet exist in the databasepublic void setParentStructureId(long parentStructureId)
setParentStructureId in interface DDMStructureVersionModelparentStructureId - the parent structure ID of this d d m structure versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStructureVersionModelprimaryKey - the primary key of this d d m structure versionpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DDMStructureVersion>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMStructureVersionModelprimaryKeyObj - the primary key of this model instancepublic void setStatus(int status)
setStatus in interface WorkflowedModelsetStatus in interface DDMStructureVersionModelstatus - the status of this d d m structure versionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface WorkflowedModelsetStatusByUserId in interface DDMStructureVersionModelstatusByUserId - the status by user ID of this d d m structure versionpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface WorkflowedModelsetStatusByUserName in interface DDMStructureVersionModelstatusByUserName - the status by user name of this d d m structure versionpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface WorkflowedModelsetStatusByUserUuid in interface DDMStructureVersionModelstatusByUserUuid - the status by user uuid of this d d m structure versionpublic void setStatusDate(Date statusDate)
setStatusDate in interface WorkflowedModelsetStatusDate in interface DDMStructureVersionModelstatusDate - the status date of this d d m structure versionpublic void setStorageType(String storageType)
setStorageType in interface DDMStructureVersionModelstorageType - the storage type of this d d m structure versionpublic void setStructureId(long structureId)
setStructureId in interface DDMStructureVersionModelstructureId - the structure ID of this d d m structure versionpublic void setStructureVersionId(long structureVersionId)
setStructureVersionId in interface DDMStructureVersionModelstructureVersionId - the structure version ID of this d d m structure versionpublic void setType(int type)
setType in interface DDMStructureVersionModeltype - the type of this d d m structure versionpublic void setUserId(long userId)
setUserId in interface DDMStructureVersionModeluserId - the user ID of this d d m structure versionpublic void setUserName(String userName)
setUserName in interface DDMStructureVersionModeluserName - the user name of this d d m structure versionpublic void setUserUuid(String userUuid)
setUserUuid in interface DDMStructureVersionModeluserUuid - the user uuid of this d d m structure versionpublic void setVersion(String version)
setVersion in interface DDMStructureVersionModelversion - the version of this d d m structure versionpublic CacheModel<DDMStructureVersion> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DDMStructureVersion>toCacheModel in interface DDMStructureVersionModelpublic DDMStructureVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DDMStructureVersion>toEscapedModel in interface DDMStructureVersionModelAutoEscapeBeanHandlerpublic String toString()
toString in interface DDMStructureVersionModeltoString in class Objectpublic DDMStructureVersion toUnescapedModel()
toUnescapedModel in interface BaseModel<DDMStructureVersion>toUnescapedModel in interface DDMStructureVersionModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DDMStructureVersion>toXmlString in interface DDMStructureVersionModelpublic boolean equals(Object obj)
equals in class Object@Deprecated public DDMStructureVersion getWrappedDDMStructureVersion()
getWrappedModel()
public DDMStructureVersion getWrappedModel()
getWrappedModel in interface ModelWrapper<DDMStructureVersion>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DDMStructureVersion>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<DDMStructureVersion>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DDMStructureVersion>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||