Class CTCollectionTemplateWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollectionTemplate>
com.liferay.change.tracking.model.CTCollectionTemplateWrapper
All Implemented Interfaces:
CTCollectionTemplate, CTCollectionTemplateModel, com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CTCollectionTemplate>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CTCollectionTemplate>

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

This class is a wrapper for CTCollectionTemplate.

See Also:
Generated:
  • Constructor Details

    • CTCollectionTemplateWrapper

      public CTCollectionTemplateWrapper(CTCollectionTemplate ctCollectionTemplate)
  • Method Details

    • getModelAttributes

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

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

      public CTCollectionTemplate cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>
      Specified by:
      cloneWithOriginalValues in interface CTCollectionTemplateModel
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this ct collection template.
      Specified by:
      getCreateDate in interface CTCollectionTemplateModel
      Returns:
      the create date of this ct collection template
    • getCtCollectionTemplateId

      public long getCtCollectionTemplateId()
      Returns the ct collection template ID of this ct collection template.
      Specified by:
      getCtCollectionTemplateId in interface CTCollectionTemplateModel
      Returns:
      the ct collection template ID of this ct collection template
    • getDescription

      public String getDescription()
      Returns the description of this ct collection template.
      Specified by:
      getDescription in interface CTCollectionTemplateModel
      Returns:
      the description of this ct collection template
    • getJSONObject

      public com.liferay.portal.kernel.json.JSONObject getJSONObject()
      Specified by:
      getJSONObject in interface CTCollectionTemplate
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this ct collection template.
      Specified by:
      getModifiedDate in interface CTCollectionTemplateModel
      Returns:
      the modified date of this ct collection template
    • getMvccVersion

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

      public String getName()
      Returns the name of this ct collection template.
      Specified by:
      getName in interface CTCollectionTemplateModel
      Returns:
      the name of this ct collection template
    • getParsedPublicationDescription

      public String getParsedPublicationDescription()
      Specified by:
      getParsedPublicationDescription in interface CTCollectionTemplate
    • getParsedPublicationName

      public String getParsedPublicationName()
      Specified by:
      getParsedPublicationName in interface CTCollectionTemplate
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ct collection template.
      Specified by:
      getPrimaryKey in interface CTCollectionTemplateModel
      Returns:
      the primary key of this ct collection template
    • getPublicationDescription

      public String getPublicationDescription()
      Specified by:
      getPublicationDescription in interface CTCollectionTemplate
    • getPublicationName

      public String getPublicationName()
      Specified by:
      getPublicationName in interface CTCollectionTemplate
    • getUserId

      public long getUserId()
      Returns the user ID of this ct collection template.
      Specified by:
      getUserId in interface CTCollectionTemplateModel
      Returns:
      the user ID of this ct collection template
    • getUserName

      public String getUserName()
      Specified by:
      getUserName in interface CTCollectionTemplate
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ct collection template.
      Specified by:
      getUserUuid in interface CTCollectionTemplateModel
      Returns:
      the user uuid of this ct collection template
    • persist

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

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

      public void setCreateDate(Date createDate)
      Sets the create date of this ct collection template.
      Specified by:
      setCreateDate in interface CTCollectionTemplateModel
      Parameters:
      createDate - the create date of this ct collection template
    • setCtCollectionTemplateId

      public void setCtCollectionTemplateId(long ctCollectionTemplateId)
      Sets the ct collection template ID of this ct collection template.
      Specified by:
      setCtCollectionTemplateId in interface CTCollectionTemplateModel
      Parameters:
      ctCollectionTemplateId - the ct collection template ID of this ct collection template
    • setDescription

      public void setDescription(String description)
      Sets the description of this ct collection template.
      Specified by:
      setDescription in interface CTCollectionTemplateModel
      Parameters:
      description - the description of this ct collection template
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this ct collection template.
      Specified by:
      setModifiedDate in interface CTCollectionTemplateModel
      Parameters:
      modifiedDate - the modified date of this ct collection template
    • setMvccVersion

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

      public void setName(String name)
      Sets the name of this ct collection template.
      Specified by:
      setName in interface CTCollectionTemplateModel
      Parameters:
      name - the name of this ct collection template
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ct collection template.
      Specified by:
      setPrimaryKey in interface CTCollectionTemplateModel
      Parameters:
      primaryKey - the primary key of this ct collection template
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this ct collection template.
      Specified by:
      setUserId in interface CTCollectionTemplateModel
      Parameters:
      userId - the user ID of this ct collection template
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ct collection template.
      Specified by:
      setUserUuid in interface CTCollectionTemplateModel
      Parameters:
      userUuid - the user uuid of this ct collection template
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CTCollectionTemplateModel
    • wrap

      protected CTCollectionTemplateWrapper wrap(CTCollectionTemplate ctCollectionTemplate)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollectionTemplate>