Interface CTSContentModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTSContent>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CTSContent>, com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
CTSContent
All Known Implementing Classes:
CTSContentWrapper

@ProviderType public interface CTSContentModel extends com.liferay.portal.kernel.model.BaseModel<CTSContent>, com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CTSContent service. Represents a row in the "CTSContent" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.change.tracking.store.model.impl.CTSContentModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.change.tracking.store.model.impl.CTSContentImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this cts content.
    long
    Returns the ct collection ID of this cts content.
    long
    Returns the cts content ID of this cts content.
    Returns the data of this cts content.
    long
    Returns the mvcc version of this cts content.
    Returns the path of this cts content.
    long
    Returns the primary key of this cts content.
    long
    Returns the repository ID of this cts content.
    long
    Returns the size of this cts content.
    Returns the store type of this cts content.
    Returns the version of this cts content.
    void
    setCompanyId(long companyId)
    Sets the company ID of this cts content.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this cts content.
    void
    setCtsContentId(long ctsContentId)
    Sets the cts content ID of this cts content.
    void
    setData(Blob data)
    Sets the data of this cts content.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this cts content.
    void
    Sets the path of this cts content.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this cts content.
    void
    setRepositoryId(long repositoryId)
    Sets the repository ID of this cts content.
    void
    setSize(long size)
    Sets the size of this cts content.
    void
    setStoreType(String storeType)
    Sets the store type of this cts content.
    void
    setVersion(String version)
    Sets the version of this cts content.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this cts content.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>
      Returns:
      the primary key of this cts content
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this cts content.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>
      Parameters:
      primaryKey - the primary key of this cts content
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this cts content.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this cts content
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this cts content.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this cts content
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this cts content.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>
      Returns:
      the ct collection ID of this cts content
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this cts content.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>
      Parameters:
      ctCollectionId - the ct collection ID of this cts content
    • getCtsContentId

      long getCtsContentId()
      Returns the cts content ID of this cts content.
      Returns:
      the cts content ID of this cts content
    • setCtsContentId

      void setCtsContentId(long ctsContentId)
      Sets the cts content ID of this cts content.
      Parameters:
      ctsContentId - the cts content ID of this cts content
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this cts content.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this cts content
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this cts content.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this cts content
    • getRepositoryId

      long getRepositoryId()
      Returns the repository ID of this cts content.
      Returns:
      the repository ID of this cts content
    • setRepositoryId

      void setRepositoryId(long repositoryId)
      Sets the repository ID of this cts content.
      Parameters:
      repositoryId - the repository ID of this cts content
    • getPath

      @AutoEscape String getPath()
      Returns the path of this cts content.
      Returns:
      the path of this cts content
    • setPath

      void setPath(String path)
      Sets the path of this cts content.
      Parameters:
      path - the path of this cts content
    • getVersion

      @AutoEscape String getVersion()
      Returns the version of this cts content.
      Returns:
      the version of this cts content
    • setVersion

      void setVersion(String version)
      Sets the version of this cts content.
      Parameters:
      version - the version of this cts content
    • getData

      Blob getData()
      Returns the data of this cts content.
      Returns:
      the data of this cts content
    • setData

      void setData(Blob data)
      Sets the data of this cts content.
      Parameters:
      data - the data of this cts content
    • getSize

      long getSize()
      Returns the size of this cts content.
      Returns:
      the size of this cts content
    • setSize

      void setSize(long size)
      Sets the size of this cts content.
      Parameters:
      size - the size of this cts content
    • getStoreType

      @AutoEscape String getStoreType()
      Returns the store type of this cts content.
      Returns:
      the store type of this cts content
    • setStoreType

      void setStoreType(String storeType)
      Sets the store type of this cts content.
      Parameters:
      storeType - the store type of this cts content
    • cloneWithOriginalValues

      CTSContent cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTSContent>
    • toXmlString

      default String toXmlString()