Class DDLRecordSetVersionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordSetVersion>
com.liferay.dynamic.data.lists.model.DDLRecordSetVersionWrapper
All Implemented Interfaces:
DDLRecordSetVersion, DDLRecordSetVersionModel, com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ModelWrapper<DDLRecordSetVersion>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<DDLRecordSetVersion>

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.

See Also:
Generated:
  • Constructor Details

    • DDLRecordSetVersionWrapper

      public DDLRecordSetVersionWrapper(DDLRecordSetVersion ddlRecordSetVersion)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>
    • cloneWithOriginalValues

      public DDLRecordSetVersion cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>
      Specified by:
      cloneWithOriginalValues in interface DDLRecordSetVersionModel
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface DDLRecordSetVersionModel
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this ddl record set version.
      Specified by:
      getCompanyId in interface DDLRecordSetVersionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ddl record set version
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ddl record set version.
      Specified by:
      getCreateDate in interface DDLRecordSetVersionModel
      Returns:
      the create date of this ddl record set version
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ddl record set version.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>
      Specified by:
      getCtCollectionId in interface DDLRecordSetVersionModel
      Returns:
      the ct collection ID of this ddl record set version
    • getDDMStructureVersion

      public com.liferay.dynamic.data.mapping.model.DDMStructureVersion getDDMStructureVersion() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDDMStructureVersion in interface DDLRecordSetVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDDMStructureVersionId

      public long getDDMStructureVersionId()
      Returns the ddm structure version ID of this ddl record set version.
      Specified by:
      getDDMStructureVersionId in interface DDLRecordSetVersionModel
      Returns:
      the ddm structure version ID of this ddl record set version
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface DDLRecordSetVersionModel
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • getDescription

      public String getDescription()
      Returns the description of this ddl record set version.
      Specified by:
      getDescription in interface DDLRecordSetVersionModel
      Returns:
      the description of this ddl record set version
    • getDescription

      public String getDescription(Locale locale)
      Returns the localized description of this ddl record set version in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface DDLRecordSetVersionModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized description of this ddl record set version
    • getDescription

      public String getDescription(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.
      Specified by:
      getDescription in interface DDLRecordSetVersionModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this ddl record set version. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getDescription

      public String getDescription(String languageId)
      Returns the localized description of this ddl record set version in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface DDLRecordSetVersionModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized description of this ddl record set version
    • getDescription

      public String getDescription(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.
      Specified by:
      getDescription in interface DDLRecordSetVersionModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this ddl record set version
    • getDescriptionCurrentLanguageId

      public String getDescriptionCurrentLanguageId()
      Specified by:
      getDescriptionCurrentLanguageId in interface DDLRecordSetVersionModel
    • getDescriptionCurrentValue

      public String getDescriptionCurrentValue()
      Specified by:
      getDescriptionCurrentValue in interface DDLRecordSetVersionModel
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
      Returns a map of the locales and localized descriptions of this ddl record set version.
      Specified by:
      getDescriptionMap in interface DDLRecordSetVersionModel
      Returns:
      the locales and localized descriptions of this ddl record set version
    • getGroupId

      public long getGroupId()
      Returns the group ID of this ddl record set version.
      Specified by:
      getGroupId in interface DDLRecordSetVersionModel
      Returns:
      the group ID of this ddl record set version
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this ddl record set version.
      Specified by:
      getMvccVersion in interface DDLRecordSetVersionModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ddl record set version
    • getName

      public String getName()
      Returns the name of this ddl record set version.
      Specified by:
      getName in interface DDLRecordSetVersionModel
      Returns:
      the name of this ddl record set version
    • getName

      public String getName(Locale locale)
      Returns the localized name of this ddl record set version in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface DDLRecordSetVersionModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized name of this ddl record set version
    • getName

      public String getName(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.
      Specified by:
      getName in interface DDLRecordSetVersionModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this ddl record set version. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getName

      public String getName(String languageId)
      Returns the localized name of this ddl record set version in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface DDLRecordSetVersionModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this ddl record set version
    • getName

      public String getName(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.
      Specified by:
      getName in interface DDLRecordSetVersionModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this ddl record set version
    • getNameCurrentLanguageId

      public String getNameCurrentLanguageId()
      Specified by:
      getNameCurrentLanguageId in interface DDLRecordSetVersionModel
    • getNameCurrentValue

      public String getNameCurrentValue()
      Specified by:
      getNameCurrentValue in interface DDLRecordSetVersionModel
    • getNameMap

      public Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this ddl record set version.
      Specified by:
      getNameMap in interface DDLRecordSetVersionModel
      Returns:
      the locales and localized names of this ddl record set version
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ddl record set version.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>
      Specified by:
      getPrimaryKey in interface DDLRecordSetVersionModel
      Returns:
      the primary key of this ddl record set version
    • getRecordSet

      public DDLRecordSet getRecordSet() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRecordSet in interface DDLRecordSetVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecordSetId

      public long getRecordSetId()
      Returns the record set ID of this ddl record set version.
      Specified by:
      getRecordSetId in interface DDLRecordSetVersionModel
      Returns:
      the record set ID of this ddl record set version
    • getRecordSetVersionId

      public long getRecordSetVersionId()
      Returns the record set version ID of this ddl record set version.
      Specified by:
      getRecordSetVersionId in interface DDLRecordSetVersionModel
      Returns:
      the record set version ID of this ddl record set version
    • getSettings

      public String getSettings()
      Returns the settings of this ddl record set version.
      Specified by:
      getSettings in interface DDLRecordSetVersionModel
      Returns:
      the settings of this ddl record set version
    • getStatus

      public int getStatus()
      Returns the status of this ddl record set version.
      Specified by:
      getStatus in interface DDLRecordSetVersionModel
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this ddl record set version
    • getStatusByUserId

      public long getStatusByUserId()
      Returns the status by user ID of this ddl record set version.
      Specified by:
      getStatusByUserId in interface DDLRecordSetVersionModel
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this ddl record set version
    • getStatusByUserName

      public String getStatusByUserName()
      Returns the status by user name of this ddl record set version.
      Specified by:
      getStatusByUserName in interface DDLRecordSetVersionModel
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this ddl record set version
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this ddl record set version.
      Specified by:
      getStatusByUserUuid in interface DDLRecordSetVersionModel
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this ddl record set version
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this ddl record set version.
      Specified by:
      getStatusDate in interface DDLRecordSetVersionModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this ddl record set version
    • getUserId

      public long getUserId()
      Returns the user ID of this ddl record set version.
      Specified by:
      getUserId in interface DDLRecordSetVersionModel
      Returns:
      the user ID of this ddl record set version
    • getUserName

      public String getUserName()
      Returns the user name of this ddl record set version.
      Specified by:
      getUserName in interface DDLRecordSetVersionModel
      Returns:
      the user name of this ddl record set version
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ddl record set version.
      Specified by:
      getUserUuid in interface DDLRecordSetVersionModel
      Returns:
      the user uuid of this ddl record set version
    • getVersion

      public String getVersion()
      Returns the version of this ddl record set version.
      Specified by:
      getVersion in interface DDLRecordSetVersionModel
      Returns:
      the version of this ddl record set version
    • isApproved

      public boolean isApproved()
      Returns true if this ddl record set version is approved.
      Specified by:
      isApproved in interface DDLRecordSetVersionModel
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is approved; false otherwise
    • isDenied

      public boolean isDenied()
      Returns true if this ddl record set version is denied.
      Specified by:
      isDenied in interface DDLRecordSetVersionModel
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is denied; false otherwise
    • isDraft

      public boolean isDraft()
      Returns true if this ddl record set version is a draft.
      Specified by:
      isDraft in interface DDLRecordSetVersionModel
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is a draft; false otherwise
    • isExpired

      public boolean isExpired()
      Returns true if this ddl record set version is expired.
      Specified by:
      isExpired in interface DDLRecordSetVersionModel
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is expired; false otherwise
    • isInactive

      public boolean isInactive()
      Returns true if this ddl record set version is inactive.
      Specified by:
      isInactive in interface DDLRecordSetVersionModel
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is inactive; false otherwise
    • isIncomplete

      public boolean isIncomplete()
      Returns true if this ddl record set version is incomplete.
      Specified by:
      isIncomplete in interface DDLRecordSetVersionModel
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is incomplete; false otherwise
    • isPending

      public boolean isPending()
      Returns true if this ddl record set version is pending.
      Specified by:
      isPending in interface DDLRecordSetVersionModel
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is pending; false otherwise
    • isScheduled

      public boolean isScheduled()
      Returns true if this ddl record set version is scheduled.
      Specified by:
      isScheduled in interface DDLRecordSetVersionModel
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record set version is scheduled; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface DDLRecordSetVersionModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface DDLRecordSetVersionModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this ddl record set version.
      Specified by:
      setCompanyId in interface DDLRecordSetVersionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ddl record set version
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this ddl record set version.
      Specified by:
      setCreateDate in interface DDLRecordSetVersionModel
      Parameters:
      createDate - the create date of this ddl record set version
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ddl record set version.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>
      Specified by:
      setCtCollectionId in interface DDLRecordSetVersionModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddl record set version
    • setDDMStructureVersionId

      public void setDDMStructureVersionId(long DDMStructureVersionId)
      Sets the ddm structure version ID of this ddl record set version.
      Specified by:
      setDDMStructureVersionId in interface DDLRecordSetVersionModel
      Parameters:
      DDMStructureVersionId - the ddm structure version ID of this ddl record set version
    • setDescription

      public void setDescription(String description)
      Sets the description of this ddl record set version.
      Specified by:
      setDescription in interface DDLRecordSetVersionModel
      Parameters:
      description - the description of this ddl record set version
    • setDescription

      public void setDescription(String description, Locale locale)
      Sets the localized description of this ddl record set version in the language.
      Specified by:
      setDescription in interface DDLRecordSetVersionModel
      Parameters:
      description - the localized description of this ddl record set version
      locale - the locale of the language
    • setDescription

      public void setDescription(String description, Locale locale, Locale defaultLocale)
      Sets the localized description of this ddl record set version in the language, and sets the default locale.
      Specified by:
      setDescription in interface DDLRecordSetVersionModel
      Parameters:
      description - the localized description of this ddl record set version
      locale - the locale of the language
      defaultLocale - the default locale
    • setDescriptionCurrentLanguageId

      public void setDescriptionCurrentLanguageId(String languageId)
      Specified by:
      setDescriptionCurrentLanguageId in interface DDLRecordSetVersionModel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap)
      Sets the localized descriptions of this ddl record set version from the map of locales and localized descriptions.
      Specified by:
      setDescriptionMap in interface DDLRecordSetVersionModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this ddl record set version
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap, 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.
      Specified by:
      setDescriptionMap in interface DDLRecordSetVersionModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this ddl record set version
      defaultLocale - the default locale
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this ddl record set version.
      Specified by:
      setGroupId in interface DDLRecordSetVersionModel
      Parameters:
      groupId - the group ID of this ddl record set version
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this ddl record set version.
      Specified by:
      setMvccVersion in interface DDLRecordSetVersionModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this ddl record set version
    • setName

      public void setName(String name)
      Sets the name of this ddl record set version.
      Specified by:
      setName in interface DDLRecordSetVersionModel
      Parameters:
      name - the name of this ddl record set version
    • setName

      public void setName(String name, Locale locale)
      Sets the localized name of this ddl record set version in the language.
      Specified by:
      setName in interface DDLRecordSetVersionModel
      Parameters:
      name - the localized name of this ddl record set version
      locale - the locale of the language
    • setName

      public void setName(String name, Locale locale, Locale defaultLocale)
      Sets the localized name of this ddl record set version in the language, and sets the default locale.
      Specified by:
      setName in interface DDLRecordSetVersionModel
      Parameters:
      name - the localized name of this ddl record set version
      locale - the locale of the language
      defaultLocale - the default locale
    • setNameCurrentLanguageId

      public void setNameCurrentLanguageId(String languageId)
      Specified by:
      setNameCurrentLanguageId in interface DDLRecordSetVersionModel
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap)
      Sets the localized names of this ddl record set version from the map of locales and localized names.
      Specified by:
      setNameMap in interface DDLRecordSetVersionModel
      Parameters:
      nameMap - the locales and localized names of this ddl record set version
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap, 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.
      Specified by:
      setNameMap in interface DDLRecordSetVersionModel
      Parameters:
      nameMap - the locales and localized names of this ddl record set version
      defaultLocale - the default locale
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ddl record set version.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordSetVersion>
      Specified by:
      setPrimaryKey in interface DDLRecordSetVersionModel
      Parameters:
      primaryKey - the primary key of this ddl record set version
    • setRecordSetId

      public void setRecordSetId(long recordSetId)
      Sets the record set ID of this ddl record set version.
      Specified by:
      setRecordSetId in interface DDLRecordSetVersionModel
      Parameters:
      recordSetId - the record set ID of this ddl record set version
    • setRecordSetVersionId

      public void setRecordSetVersionId(long recordSetVersionId)
      Sets the record set version ID of this ddl record set version.
      Specified by:
      setRecordSetVersionId in interface DDLRecordSetVersionModel
      Parameters:
      recordSetVersionId - the record set version ID of this ddl record set version
    • setSettings

      public void setSettings(String settings)
      Sets the settings of this ddl record set version.
      Specified by:
      setSettings in interface DDLRecordSetVersionModel
      Parameters:
      settings - the settings of this ddl record set version
    • setStatus

      public void setStatus(int status)
      Sets the status of this ddl record set version.
      Specified by:
      setStatus in interface DDLRecordSetVersionModel
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      status - the status of this ddl record set version
    • setStatusByUserId

      public void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this ddl record set version.
      Specified by:
      setStatusByUserId in interface DDLRecordSetVersionModel
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this ddl record set version
    • setStatusByUserName

      public void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this ddl record set version.
      Specified by:
      setStatusByUserName in interface DDLRecordSetVersionModel
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this ddl record set version
    • setStatusByUserUuid

      public void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this ddl record set version.
      Specified by:
      setStatusByUserUuid in interface DDLRecordSetVersionModel
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this ddl record set version
    • setStatusDate

      public void setStatusDate(Date statusDate)
      Sets the status date of this ddl record set version.
      Specified by:
      setStatusDate in interface DDLRecordSetVersionModel
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this ddl record set version
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this ddl record set version.
      Specified by:
      setUserId in interface DDLRecordSetVersionModel
      Parameters:
      userId - the user ID of this ddl record set version
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this ddl record set version.
      Specified by:
      setUserName in interface DDLRecordSetVersionModel
      Parameters:
      userName - the user name of this ddl record set version
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ddl record set version.
      Specified by:
      setUserUuid in interface DDLRecordSetVersionModel
      Parameters:
      userUuid - the user uuid of this ddl record set version
    • setVersion

      public void setVersion(String version)
      Sets the version of this ddl record set version.
      Specified by:
      setVersion in interface DDLRecordSetVersionModel
      Parameters:
      version - the version of this ddl record set version
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DDLRecordSetVersionModel
    • getAttributeGetterFunctions

      public Map<String,Function<DDLRecordSetVersion,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<DDLRecordSetVersion,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordSetVersion>
    • wrap

      protected DDLRecordSetVersionWrapper wrap(DDLRecordSetVersion ddlRecordSetVersion)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordSetVersion>