public class DDLRecordSetVersionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordSetVersion> implements DDLRecordSetVersion, com.liferay.portal.kernel.model.ModelWrapper<DDLRecordSetVersion>
This class is a wrapper for DDLRecordSetVersion.
DDLRecordSetVersion,
Serialized FormRECORD_SET_VERSION_ID_ACCESSOR| Constructor and Description |
|---|
DDLRecordSetVersionWrapper(DDLRecordSetVersion ddlRecordSetVersion) |
| Modifier and Type | Method and Description |
|---|---|
DDLRecordSetVersion |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<DDLRecordSetVersion,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDLRecordSetVersion,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this ddl record set version.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddl record set version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddl record set version.
|
com.liferay.dynamic.data.mapping.model.DDMStructureVersion |
getDDMStructureVersion() |
long |
getDDMStructureVersionId()
Returns the ddm structure version ID of this ddl record set version.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this ddl record set version.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this ddl record set version in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this ddl record set version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this ddl record set version in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this ddl record set version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this ddl record set version.
|
long |
getGroupId()
Returns the group ID of this ddl record set version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ddl record set version.
|
java.lang.String |
getName()
Returns the name of this ddl record set version.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this ddl record set version in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this ddl record set version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this ddl record set version in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this ddl record set version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this ddl record set version.
|
long |
getPrimaryKey()
Returns the primary key of this ddl record set version.
|
DDLRecordSet |
getRecordSet() |
long |
getRecordSetId()
Returns the record set ID of this ddl record set version.
|
long |
getRecordSetVersionId()
Returns the record set version ID of this ddl record set version.
|
java.lang.String |
getSettings()
Returns the settings of this ddl record set version.
|
int |
getStatus()
Returns the status of this ddl record set version.
|
long |
getStatusByUserId()
Returns the status by user ID of this ddl record set version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this ddl record set version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ddl record set version.
|
java.util.Date |
getStatusDate()
Returns the status date of this ddl record set version.
|
long |
getUserId()
Returns the user ID of this ddl record set version.
|
java.lang.String |
getUserName()
Returns the user name of this ddl record set version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddl record set version.
|
java.lang.String |
getVersion()
Returns the version of this ddl record set version.
|
boolean |
isApproved()
Returns
true if this ddl record set version is approved. |
boolean |
isDenied()
Returns
true if this ddl record set version is denied. |
boolean |
isDraft()
Returns
true if this ddl record set version is a draft. |
boolean |
isExpired()
Returns
true if this ddl record set version is expired. |
boolean |
isInactive()
Returns
true if this ddl record set version is inactive. |
boolean |
isIncomplete()
Returns
true if this ddl record set version is incomplete. |
boolean |
isPending()
Returns
true if this ddl record set version is pending. |
boolean |
isScheduled()
Returns
true if this ddl record set version is scheduled. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this ddl record set version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddl record set version.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddl record set version.
|
void |
setDDMStructureVersionId(long DDMStructureVersionId)
Sets the ddm structure version ID of this ddl record set version.
|
void |
setDescription(java.lang.String description)
Sets the description of this ddl record set version.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this ddl record set version in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this ddl record set version in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this ddl record set version from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this ddl record set version from the map of locales and localized descriptions, and sets the default locale.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddl record set version.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddl record set version.
|
void |
setName(java.lang.String name)
Sets the name of this ddl record set version.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this ddl record set version in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this ddl record set version in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this ddl record set version from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this ddl record set version from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddl record set version.
|
void |
setRecordSetId(long recordSetId)
Sets the record set ID of this ddl record set version.
|
void |
setRecordSetVersionId(long recordSetVersionId)
Sets the record set version ID of this ddl record set version.
|
void |
setSettings(java.lang.String settings)
Sets the settings of this ddl record set version.
|
void |
setStatus(int status)
Sets the status of this ddl record set version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ddl record set version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this ddl record set version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ddl record set version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ddl record set version.
|
void |
setUserId(long userId)
Sets the user ID of this ddl record set version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddl record set version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddl record set version.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddl record set version.
|
java.lang.String |
toXmlString() |
protected DDLRecordSetVersionWrapper |
wrap(DDLRecordSetVersion ddlRecordSetVersion) |
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, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic DDLRecordSetVersionWrapper(DDLRecordSetVersion ddlRecordSetVersion)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>public DDLRecordSetVersion cloneWithOriginalValues()
cloneWithOriginalValues in interface DDLRecordSetVersionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface DDLRecordSetVersionModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface DDLRecordSetVersionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDLRecordSetVersionModelpublic long getCtCollectionId()
getCtCollectionId in interface DDLRecordSetVersionModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>public com.liferay.dynamic.data.mapping.model.DDMStructureVersion getDDMStructureVersion()
throws com.liferay.portal.kernel.exception.PortalException
getDDMStructureVersion in interface DDLRecordSetVersioncom.liferay.portal.kernel.exception.PortalExceptionpublic long getDDMStructureVersionId()
getDDMStructureVersionId in interface DDLRecordSetVersionModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface DDLRecordSetVersionModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface DDLRecordSetVersionModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface DDLRecordSetVersionModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface DDLRecordSetVersionModellocale - 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 getDescription(java.lang.String languageId)
getDescription in interface DDLRecordSetVersionModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface DDLRecordSetVersionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface DDLRecordSetVersionModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface DDLRecordSetVersionModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface DDLRecordSetVersionModelpublic long getGroupId()
getGroupId in interface DDLRecordSetVersionModelpublic long getMvccVersion()
getMvccVersion in interface DDLRecordSetVersionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface DDLRecordSetVersionModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface DDLRecordSetVersionModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface DDLRecordSetVersionModellocale - 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 getName(java.lang.String languageId)
getName in interface DDLRecordSetVersionModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface DDLRecordSetVersionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface DDLRecordSetVersionModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface DDLRecordSetVersionModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface DDLRecordSetVersionModelpublic long getPrimaryKey()
getPrimaryKey in interface DDLRecordSetVersionModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>public DDLRecordSet getRecordSet() throws com.liferay.portal.kernel.exception.PortalException
getRecordSet in interface DDLRecordSetVersioncom.liferay.portal.kernel.exception.PortalExceptionpublic long getRecordSetId()
getRecordSetId in interface DDLRecordSetVersionModelpublic long getRecordSetVersionId()
getRecordSetVersionId in interface DDLRecordSetVersionModelpublic java.lang.String getSettings()
getSettings in interface DDLRecordSetVersionModelpublic int getStatus()
getStatus in interface DDLRecordSetVersionModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface DDLRecordSetVersionModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface DDLRecordSetVersionModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface DDLRecordSetVersionModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface DDLRecordSetVersionModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getUserId()
getUserId in interface DDLRecordSetVersionModelpublic java.lang.String getUserName()
getUserName in interface DDLRecordSetVersionModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDLRecordSetVersionModelpublic java.lang.String getVersion()
getVersion in interface DDLRecordSetVersionModelpublic boolean isApproved()
true if this ddl record set version is approved.isApproved in interface DDLRecordSetVersionModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is approved; false otherwisepublic boolean isDenied()
true if this ddl record set version is denied.isDenied in interface DDLRecordSetVersionModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is denied; false otherwisepublic boolean isDraft()
true if this ddl record set version is a draft.isDraft in interface DDLRecordSetVersionModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is a draft; false otherwisepublic boolean isExpired()
true if this ddl record set version is expired.isExpired in interface DDLRecordSetVersionModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is expired; false otherwisepublic boolean isInactive()
true if this ddl record set version is inactive.isInactive in interface DDLRecordSetVersionModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is inactive; false otherwisepublic boolean isIncomplete()
true if this ddl record set version is incomplete.isIncomplete in interface DDLRecordSetVersionModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is incomplete; false otherwisepublic boolean isPending()
true if this ddl record set version is pending.isPending in interface DDLRecordSetVersionModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is pending; false otherwisepublic boolean isScheduled()
true if this ddl record set version is scheduled.isScheduled in interface DDLRecordSetVersionModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record set version is scheduled; 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 DDLRecordSetVersionModelprepareLocalizedFieldsForImport 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 DDLRecordSetVersionModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface DDLRecordSetVersionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ddl record set versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDLRecordSetVersionModelcreateDate - the create date of this ddl record set versionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDLRecordSetVersionModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>ctCollectionId - the ct collection ID of this ddl record set versionpublic void setDDMStructureVersionId(long DDMStructureVersionId)
setDDMStructureVersionId in interface DDLRecordSetVersionModelDDMStructureVersionId - the ddm structure version ID of this ddl record set versionpublic void setDescription(java.lang.String description)
setDescription in interface DDLRecordSetVersionModeldescription - the description of this ddl record set versionpublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface DDLRecordSetVersionModeldescription - the localized description of this ddl record set versionlocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface DDLRecordSetVersionModeldescription - the localized description of this ddl record set versionlocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface DDLRecordSetVersionModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface DDLRecordSetVersionModeldescriptionMap - the locales and localized descriptions of this ddl record set versionpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface DDLRecordSetVersionModeldescriptionMap - the locales and localized descriptions of this ddl record set versiondefaultLocale - the default localepublic void setGroupId(long groupId)
setGroupId in interface DDLRecordSetVersionModelgroupId - the group ID of this ddl record set versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDLRecordSetVersionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ddl record set versionpublic void setName(java.lang.String name)
setName in interface DDLRecordSetVersionModelname - the name of this ddl record set versionpublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface DDLRecordSetVersionModelname - the localized name of this ddl record set versionlocale - the locale of the languagepublic void setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
setName in interface DDLRecordSetVersionModelname - the localized name of this ddl record set versionlocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface DDLRecordSetVersionModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface DDLRecordSetVersionModelnameMap - the locales and localized names of this ddl record set versionpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
setNameMap in interface DDLRecordSetVersionModelnameMap - the locales and localized names of this ddl record set versiondefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDLRecordSetVersionModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>primaryKey - the primary key of this ddl record set versionpublic void setRecordSetId(long recordSetId)
setRecordSetId in interface DDLRecordSetVersionModelrecordSetId - the record set ID of this ddl record set versionpublic void setRecordSetVersionId(long recordSetVersionId)
setRecordSetVersionId in interface DDLRecordSetVersionModelrecordSetVersionId - the record set version ID of this ddl record set versionpublic void setSettings(java.lang.String settings)
setSettings in interface DDLRecordSetVersionModelsettings - the settings of this ddl record set versionpublic void setStatus(int status)
setStatus in interface DDLRecordSetVersionModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this ddl record set versionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface DDLRecordSetVersionModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this ddl record set versionpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface DDLRecordSetVersionModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this ddl record set versionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface DDLRecordSetVersionModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this ddl record set versionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface DDLRecordSetVersionModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this ddl record set versionpublic void setUserId(long userId)
setUserId in interface DDLRecordSetVersionModeluserId - the user ID of this ddl record set versionpublic void setUserName(java.lang.String userName)
setUserName in interface DDLRecordSetVersionModeluserName - the user name of this ddl record set versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDLRecordSetVersionModeluserUuid - the user uuid of this ddl record set versionpublic void setVersion(java.lang.String version)
setVersion in interface DDLRecordSetVersionModelversion - the version of this ddl record set versionpublic java.lang.String toXmlString()
toXmlString in interface DDLRecordSetVersionModelpublic java.util.Map<java.lang.String,java.util.function.Function<DDLRecordSetVersion,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDLRecordSetVersion,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>protected DDLRecordSetVersionWrapper wrap(DDLRecordSetVersion ddlRecordSetVersion)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordSetVersion>