Class DDMFormInstanceVersionWrapper

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

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

This class is a wrapper for DDMFormInstanceVersion.

See Also:
Generated:
  • Constructor Details

    • DDMFormInstanceVersionWrapper

      public DDMFormInstanceVersionWrapper(DDMFormInstanceVersion ddmFormInstanceVersion)
  • Method Details

    • getModelAttributes

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

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

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

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

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

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

      public long getCtCollectionId()
      Returns the ct collection ID of this ddm form instance version.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceVersion>
      Specified by:
      getCtCollectionId in interface DDMFormInstanceVersionModel
      Returns:
      the ct collection ID of this ddm form instance version
    • getDefaultLanguageId

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

      public String getDescription()
      Returns the description of this ddm form instance version.
      Specified by:
      getDescription in interface DDMFormInstanceVersionModel
      Returns:
      the description of this ddm form instance version
    • getDescription

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

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

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

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

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

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

      public DDMFormInstance getFormInstance() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFormInstance in interface DDMFormInstanceVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstanceId

      public long getFormInstanceId()
      Returns the form instance ID of this ddm form instance version.
      Specified by:
      getFormInstanceId in interface DDMFormInstanceVersionModel
      Returns:
      the form instance ID of this ddm form instance version
    • getFormInstanceVersionId

      public long getFormInstanceVersionId()
      Returns the form instance version ID of this ddm form instance version.
      Specified by:
      getFormInstanceVersionId in interface DDMFormInstanceVersionModel
      Returns:
      the form instance version ID of this ddm form instance version
    • getGroupId

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

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

      public String getName()
      Returns the name of this ddm form instance version.
      Specified by:
      getName in interface DDMFormInstanceVersionModel
      Returns:
      the name of this ddm form instance version
    • getName

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

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

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

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

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

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

      public long getPrimaryKey()
      Returns the primary key of this ddm form instance version.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceVersion>
      Specified by:
      getPrimaryKey in interface DDMFormInstanceVersionModel
      Returns:
      the primary key of this ddm form instance version
    • getSettings

      public String getSettings()
      Returns the settings of this ddm form instance version.
      Specified by:
      getSettings in interface DDMFormInstanceVersionModel
      Returns:
      the settings of this ddm form instance version
    • getStatus

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

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

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

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

      public Date getStatusDate()
      Returns the status date of this ddm form instance version.
      Specified by:
      getStatusDate in interface DDMFormInstanceVersionModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this ddm form instance version
    • getStructureVersion

      public DDMStructureVersion getStructureVersion() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getStructureVersion in interface DDMFormInstanceVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStructureVersionId

      public long getStructureVersionId()
      Returns the structure version ID of this ddm form instance version.
      Specified by:
      getStructureVersionId in interface DDMFormInstanceVersionModel
      Returns:
      the structure version ID of this ddm form instance version
    • getUserId

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

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

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

      public String getVersion()
      Returns the version of this ddm form instance version.
      Specified by:
      getVersion in interface DDMFormInstanceVersionModel
      Returns:
      the version of this ddm form instance version
    • isApproved

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

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

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

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

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

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

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

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

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

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ddm form instance version.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceVersion>
      Specified by:
      setCtCollectionId in interface DDMFormInstanceVersionModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddm form instance version
    • setDescription

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

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

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

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

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

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

      public void setFormInstanceId(long formInstanceId)
      Sets the form instance ID of this ddm form instance version.
      Specified by:
      setFormInstanceId in interface DDMFormInstanceVersionModel
      Parameters:
      formInstanceId - the form instance ID of this ddm form instance version
    • setFormInstanceVersionId

      public void setFormInstanceVersionId(long formInstanceVersionId)
      Sets the form instance version ID of this ddm form instance version.
      Specified by:
      setFormInstanceVersionId in interface DDMFormInstanceVersionModel
      Parameters:
      formInstanceVersionId - the form instance version ID of this ddm form instance version
    • setGroupId

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

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

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

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

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

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

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

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ddm form instance version.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceVersion>
      Specified by:
      setPrimaryKey in interface DDMFormInstanceVersionModel
      Parameters:
      primaryKey - the primary key of this ddm form instance version
    • setSettings

      public void setSettings(String settings)
      Sets the settings of this ddm form instance version.
      Specified by:
      setSettings in interface DDMFormInstanceVersionModel
      Parameters:
      settings - the settings of this ddm form instance version
    • setStatus

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

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

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

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

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

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

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

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

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

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

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

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

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

      protected DDMFormInstanceVersionWrapper wrap(DDMFormInstanceVersion ddmFormInstanceVersion)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceVersion>