Class DDMTemplateVersionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMTemplateVersion>
com.liferay.dynamic.data.mapping.model.DDMTemplateVersionWrapper
All Implemented Interfaces:
DDMTemplateVersion, DDMTemplateVersionModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMTemplateVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ModelWrapper<DDMTemplateVersion>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<DDMTemplateVersion>

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

This class is a wrapper for DDMTemplateVersion.

See Also:
Generated:
  • Constructor Details

    • DDMTemplateVersionWrapper

      public DDMTemplateVersionWrapper(DDMTemplateVersion ddmTemplateVersion)
  • Method Details

    • getModelAttributes

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

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

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

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

      public String getClassName()
      Returns the fully qualified class name of this ddm template version.
      Specified by:
      getClassName in interface DDMTemplateVersionModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this ddm template version
    • getClassNameId

      public long getClassNameId()
      Returns the class name ID of this ddm template version.
      Specified by:
      getClassNameId in interface DDMTemplateVersionModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this ddm template version
    • getClassPK

      public long getClassPK()
      Returns the class pk of this ddm template version.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface DDMTemplateVersionModel
      Returns:
      the class pk of this ddm template version
    • getCompanyId

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

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

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

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

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

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

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

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

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

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

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

      public long getGroupId()
      Returns the group ID of this ddm template version.
      Specified by:
      getGroupId in interface DDMTemplateVersionModel
      Returns:
      the group ID of this ddm template version
    • getLanguage

      public String getLanguage()
      Returns the language of this ddm template version.
      Specified by:
      getLanguage in interface DDMTemplateVersionModel
      Returns:
      the language of this ddm template version
    • getMvccVersion

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

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

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

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

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

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

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

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

      public long getPrimaryKey()
      Returns the primary key of this ddm template version.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>
      Specified by:
      getPrimaryKey in interface DDMTemplateVersionModel
      Returns:
      the primary key of this ddm template version
    • getScript

      public String getScript()
      Returns the script of this ddm template version.
      Specified by:
      getScript in interface DDMTemplateVersionModel
      Returns:
      the script of this ddm template version
    • getStatus

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

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

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

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

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

      public DDMTemplate getTemplate() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getTemplate in interface DDMTemplateVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTemplateId

      public long getTemplateId()
      Returns the template ID of this ddm template version.
      Specified by:
      getTemplateId in interface DDMTemplateVersionModel
      Returns:
      the template ID of this ddm template version
    • getTemplateVersionId

      public long getTemplateVersionId()
      Returns the template version ID of this ddm template version.
      Specified by:
      getTemplateVersionId in interface DDMTemplateVersionModel
      Returns:
      the template version ID of this ddm template version
    • getUserId

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

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

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

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

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

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

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

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

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

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

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

      public boolean isScheduled()
      Returns true if this ddm template version is scheduled.
      Specified by:
      isScheduled in interface DDMTemplateVersionModel
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddm template 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 DDMTemplateVersionModel
      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 DDMTemplateVersionModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface DDMTemplateVersionModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Sets the class name ID of this ddm template version.
      Specified by:
      setClassNameId in interface DDMTemplateVersionModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this ddm template version
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this ddm template version.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface DDMTemplateVersionModel
      Parameters:
      classPK - the class pk of this ddm template version
    • setCompanyId

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

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

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

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

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

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

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

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

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

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

      public void setLanguage(String language)
      Sets the language of this ddm template version.
      Specified by:
      setLanguage in interface DDMTemplateVersionModel
      Parameters:
      language - the language of this ddm template version
    • setMvccVersion

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

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

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

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

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

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

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

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

      public void setScript(String script)
      Sets the script of this ddm template version.
      Specified by:
      setScript in interface DDMTemplateVersionModel
      Parameters:
      script - the script of this ddm template version
    • setStatus

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

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

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

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

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

      public void setTemplateId(long templateId)
      Sets the template ID of this ddm template version.
      Specified by:
      setTemplateId in interface DDMTemplateVersionModel
      Parameters:
      templateId - the template ID of this ddm template version
    • setTemplateVersionId

      public void setTemplateVersionId(long templateVersionId)
      Sets the template version ID of this ddm template version.
      Specified by:
      setTemplateVersionId in interface DDMTemplateVersionModel
      Parameters:
      templateVersionId - the template version ID of this ddm template version
    • setUserId

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

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

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

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

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

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

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

      protected DDMTemplateVersionWrapper wrap(DDMTemplateVersion ddmTemplateVersion)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMTemplateVersion>