Class DDMStructureVersionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureVersion>
com.liferay.dynamic.data.mapping.model.DDMStructureVersionWrapper
All Implemented Interfaces:
DDMStructureVersion, DDMStructureVersionModel, com.liferay.portal.kernel.model.BaseModel<DDMStructureVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureVersion>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ModelWrapper<DDMStructureVersion>, 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<DDMStructureVersion>

public class DDMStructureVersionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureVersion> implements DDMStructureVersion, com.liferay.portal.kernel.model.ModelWrapper<DDMStructureVersion>

This class is a wrapper for DDMStructureVersion.

See Also:
Generated:
  • Constructor Details

    • DDMStructureVersionWrapper

      public DDMStructureVersionWrapper(DDMStructureVersion ddmStructureVersion)
  • Method Details

    • getModelAttributes

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

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

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

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

      public long getCompanyId()
      Returns the company ID of this ddm structure version.
      Specified by:
      getCompanyId in interface DDMStructureVersionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ddm structure version
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ddm structure version.
      Specified by:
      getCreateDate in interface DDMStructureVersionModel
      Returns:
      the create date of this ddm structure version
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ddm structure version.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureVersion>
      Specified by:
      getCtCollectionId in interface DDMStructureVersionModel
      Returns:
      the ct collection ID of this ddm structure version
    • getDDMForm

      public DDMForm getDDMForm()
      Specified by:
      getDDMForm in interface DDMStructureVersion
    • getDDMFormLayout

      public DDMFormLayout getDDMFormLayout() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDDMFormLayout in interface DDMStructureVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefaultLanguageId

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

      public String getDefinition()
      Returns the definition of this ddm structure version.
      Specified by:
      getDefinition in interface DDMStructureVersionModel
      Returns:
      the definition of this ddm structure version
    • getDescription

      public String getDescription()
      Returns the description of this ddm structure version.
      Specified by:
      getDescription in interface DDMStructureVersionModel
      Returns:
      the description of this ddm structure version
    • getDescription

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

      public String getDescription(Locale locale, boolean useDefault)
      Returns the localized description of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface DDMStructureVersionModel
      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 ddm structure 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 ddm structure version in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface DDMStructureVersionModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized description of this ddm structure version
    • getDescription

      public String getDescription(String languageId, boolean useDefault)
      Returns the localized description of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface DDMStructureVersionModel
      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 ddm structure version
    • getDescriptionCurrentLanguageId

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

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

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

      public long getGroupId()
      Returns the group ID of this ddm structure version.
      Specified by:
      getGroupId in interface DDMStructureVersionModel
      Returns:
      the group ID of this ddm structure version
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this ddm structure version.
      Specified by:
      getMvccVersion in interface DDMStructureVersionModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ddm structure version
    • getName

      public String getName()
      Returns the name of this ddm structure version.
      Specified by:
      getName in interface DDMStructureVersionModel
      Returns:
      the name of this ddm structure version
    • getName

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

      public String getName(Locale locale, boolean useDefault)
      Returns the localized name of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface DDMStructureVersionModel
      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 ddm structure 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 ddm structure version in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface DDMStructureVersionModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this ddm structure version
    • getName

      public String getName(String languageId, boolean useDefault)
      Returns the localized name of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface DDMStructureVersionModel
      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 ddm structure version
    • getNameCurrentLanguageId

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

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

      public Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this ddm structure version.
      Specified by:
      getNameMap in interface DDMStructureVersionModel
      Returns:
      the locales and localized names of this ddm structure version
    • getParentStructureId

      public long getParentStructureId()
      Returns the parent structure ID of this ddm structure version.
      Specified by:
      getParentStructureId in interface DDMStructureVersionModel
      Returns:
      the parent structure ID of this ddm structure version
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ddm structure version.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureVersion>
      Specified by:
      getPrimaryKey in interface DDMStructureVersionModel
      Returns:
      the primary key of this ddm structure version
    • getStatus

      public int getStatus()
      Returns the status of this ddm structure version.
      Specified by:
      getStatus in interface DDMStructureVersionModel
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this ddm structure version
    • getStatusByUserId

      public long getStatusByUserId()
      Returns the status by user ID of this ddm structure version.
      Specified by:
      getStatusByUserId in interface DDMStructureVersionModel
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this ddm structure version
    • getStatusByUserName

      public String getStatusByUserName()
      Returns the status by user name of this ddm structure version.
      Specified by:
      getStatusByUserName in interface DDMStructureVersionModel
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this ddm structure version
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this ddm structure version.
      Specified by:
      getStatusByUserUuid in interface DDMStructureVersionModel
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this ddm structure version
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this ddm structure version.
      Specified by:
      getStatusDate in interface DDMStructureVersionModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this ddm structure version
    • getStorageType

      public String getStorageType()
      Returns the storage type of this ddm structure version.
      Specified by:
      getStorageType in interface DDMStructureVersionModel
      Returns:
      the storage type of this ddm structure version
    • getStructure

      public DDMStructure getStructure() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getStructure in interface DDMStructureVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStructureId

      public long getStructureId()
      Returns the structure ID of this ddm structure version.
      Specified by:
      getStructureId in interface DDMStructureVersionModel
      Returns:
      the structure ID of this ddm structure version
    • getStructureVersionId

      public long getStructureVersionId()
      Returns the structure version ID of this ddm structure version.
      Specified by:
      getStructureVersionId in interface DDMStructureVersionModel
      Returns:
      the structure version ID of this ddm structure version
    • getType

      public int getType()
      Returns the type of this ddm structure version.
      Specified by:
      getType in interface DDMStructureVersionModel
      Returns:
      the type of this ddm structure version
    • getUserId

      public long getUserId()
      Returns the user ID of this ddm structure version.
      Specified by:
      getUserId in interface DDMStructureVersionModel
      Returns:
      the user ID of this ddm structure version
    • getUserName

      public String getUserName()
      Returns the user name of this ddm structure version.
      Specified by:
      getUserName in interface DDMStructureVersionModel
      Returns:
      the user name of this ddm structure version
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ddm structure version.
      Specified by:
      getUserUuid in interface DDMStructureVersionModel
      Returns:
      the user uuid of this ddm structure version
    • getVersion

      public String getVersion()
      Returns the version of this ddm structure version.
      Specified by:
      getVersion in interface DDMStructureVersionModel
      Returns:
      the version of this ddm structure version
    • isApproved

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

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

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

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

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

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

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

      public boolean isScheduled()
      Returns true if this ddm structure version is scheduled.
      Specified by:
      isScheduled in interface DDMStructureVersionModel
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddm structure 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 DDMStructureVersionModel
      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 DDMStructureVersionModel
      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 ddm structure version.
      Specified by:
      setCompanyId in interface DDMStructureVersionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ddm structure version
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this ddm structure version.
      Specified by:
      setCreateDate in interface DDMStructureVersionModel
      Parameters:
      createDate - the create date of this ddm structure version
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ddm structure version.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureVersion>
      Specified by:
      setCtCollectionId in interface DDMStructureVersionModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddm structure version
    • setDDMForm

      public void setDDMForm(DDMForm ddmForm)
      Specified by:
      setDDMForm in interface DDMStructureVersion
    • setDefinition

      public void setDefinition(String definition)
      Sets the definition of this ddm structure version.
      Specified by:
      setDefinition in interface DDMStructureVersionModel
      Parameters:
      definition - the definition of this ddm structure version
    • setDescription

      public void setDescription(String description)
      Sets the description of this ddm structure version.
      Specified by:
      setDescription in interface DDMStructureVersionModel
      Parameters:
      description - the description of this ddm structure version
    • setDescription

      public void setDescription(String description, Locale locale)
      Sets the localized description of this ddm structure version in the language.
      Specified by:
      setDescription in interface DDMStructureVersionModel
      Parameters:
      description - the localized description of this ddm structure version
      locale - the locale of the language
    • setDescription

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

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

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

      public void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
      Sets the localized descriptions of this ddm structure version from the map of locales and localized descriptions, and sets the default locale.
      Specified by:
      setDescriptionMap in interface DDMStructureVersionModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this ddm structure version
      defaultLocale - the default locale
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this ddm structure version.
      Specified by:
      setGroupId in interface DDMStructureVersionModel
      Parameters:
      groupId - the group ID of this ddm structure version
    • setMvccVersion

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

      public void setName(String name)
      Sets the name of this ddm structure version.
      Specified by:
      setName in interface DDMStructureVersionModel
      Parameters:
      name - the name of this ddm structure version
    • setName

      public void setName(String name, Locale locale)
      Sets the localized name of this ddm structure version in the language.
      Specified by:
      setName in interface DDMStructureVersionModel
      Parameters:
      name - the localized name of this ddm structure version
      locale - the locale of the language
    • setName

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

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

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

      public void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
      Sets the localized names of this ddm structure version from the map of locales and localized names, and sets the default locale.
      Specified by:
      setNameMap in interface DDMStructureVersionModel
      Parameters:
      nameMap - the locales and localized names of this ddm structure version
      defaultLocale - the default locale
    • setParentStructureId

      public void setParentStructureId(long parentStructureId)
      Sets the parent structure ID of this ddm structure version.
      Specified by:
      setParentStructureId in interface DDMStructureVersionModel
      Parameters:
      parentStructureId - the parent structure ID of this ddm structure version
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ddm structure version.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureVersion>
      Specified by:
      setPrimaryKey in interface DDMStructureVersionModel
      Parameters:
      primaryKey - the primary key of this ddm structure version
    • setStatus

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

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

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

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

      public void setStatusDate(Date statusDate)
      Sets the status date of this ddm structure version.
      Specified by:
      setStatusDate in interface DDMStructureVersionModel
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this ddm structure version
    • setStorageType

      public void setStorageType(String storageType)
      Sets the storage type of this ddm structure version.
      Specified by:
      setStorageType in interface DDMStructureVersionModel
      Parameters:
      storageType - the storage type of this ddm structure version
    • setStructureId

      public void setStructureId(long structureId)
      Sets the structure ID of this ddm structure version.
      Specified by:
      setStructureId in interface DDMStructureVersionModel
      Parameters:
      structureId - the structure ID of this ddm structure version
    • setStructureVersionId

      public void setStructureVersionId(long structureVersionId)
      Sets the structure version ID of this ddm structure version.
      Specified by:
      setStructureVersionId in interface DDMStructureVersionModel
      Parameters:
      structureVersionId - the structure version ID of this ddm structure version
    • setType

      public void setType(int type)
      Sets the type of this ddm structure version.
      Specified by:
      setType in interface DDMStructureVersionModel
      Parameters:
      type - the type of this ddm structure version
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this ddm structure version.
      Specified by:
      setUserId in interface DDMStructureVersionModel
      Parameters:
      userId - the user ID of this ddm structure version
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this ddm structure version.
      Specified by:
      setUserName in interface DDMStructureVersionModel
      Parameters:
      userName - the user name of this ddm structure version
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ddm structure version.
      Specified by:
      setUserUuid in interface DDMStructureVersionModel
      Parameters:
      userUuid - the user uuid of this ddm structure version
    • setVersion

      public void setVersion(String version)
      Sets the version of this ddm structure version.
      Specified by:
      setVersion in interface DDMStructureVersionModel
      Parameters:
      version - the version of this ddm structure version
    • toXmlString

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

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

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

      protected DDMStructureVersionWrapper wrap(DDMStructureVersion ddmStructureVersion)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureVersion>