Interface LayoutClassedModelUsageModel

All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<LayoutClassedModelUsage>, com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel
All Known Subinterfaces:
LayoutClassedModelUsage
All Known Implementing Classes:
LayoutClassedModelUsageWrapper

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

This interface and its corresponding implementation com.liferay.layout.model.impl.LayoutClassedModelUsageModelImpl 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.layout.model.impl.LayoutClassedModelUsageImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the classed model external reference code of this layout classed model usage.
    Returns the fully qualified class name of this layout classed model usage.
    long
    Returns the class name ID of this layout classed model usage.
    long
    Returns the class pk of this layout classed model usage.
    long
    Returns the company ID of this layout classed model usage.
    Returns the container key of this layout classed model usage.
    long
    Returns the container type of this layout classed model usage.
    Returns the create date of this layout classed model usage.
    long
    Returns the ct collection ID of this layout classed model usage.
    long
    Returns the group ID of this layout classed model usage.
    Returns the last publish date of this layout classed model usage.
    long
    Returns the layout classed model usage ID of this layout classed model usage.
    Returns the modified date of this layout classed model usage.
    long
    Returns the mvcc version of this layout classed model usage.
    long
    Returns the plid of this layout classed model usage.
    long
    Returns the primary key of this layout classed model usage.
    int
    Returns the type of this layout classed model usage.
    Returns the uuid of this layout classed model usage.
    void
    setClassedModelExternalReferenceCode(String classedModelExternalReferenceCode)
    Sets the classed model external reference code of this layout classed model usage.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this layout classed model usage.
    void
    setClassPK(long classPK)
    Sets the class pk of this layout classed model usage.
    void
    setCompanyId(long companyId)
    Sets the company ID of this layout classed model usage.
    void
    setContainerKey(String containerKey)
    Sets the container key of this layout classed model usage.
    void
    setContainerType(long containerType)
    Sets the container type of this layout classed model usage.
    void
    setCreateDate(Date createDate)
    Sets the create date of this layout classed model usage.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this layout classed model usage.
    void
    setGroupId(long groupId)
    Sets the group ID of this layout classed model usage.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this layout classed model usage.
    void
    setLayoutClassedModelUsageId(long layoutClassedModelUsageId)
    Sets the layout classed model usage ID of this layout classed model usage.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this layout classed model usage.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this layout classed model usage.
    void
    setPlid(long plid)
    Sets the plid of this layout classed model usage.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this layout classed model usage.
    void
    setType(int type)
    Sets the type of this layout classed model usage.
    void
    Sets the uuid of this layout classed model usage.
    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

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

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

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

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

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

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

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

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this layout classed model usage.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>
      Parameters:
      ctCollectionId - the ct collection ID of this layout classed model usage
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this layout classed model usage.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this layout classed model usage
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this layout classed model usage.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this layout classed model usage
    • getLayoutClassedModelUsageId

      long getLayoutClassedModelUsageId()
      Returns the layout classed model usage ID of this layout classed model usage.
      Returns:
      the layout classed model usage ID of this layout classed model usage
    • setLayoutClassedModelUsageId

      void setLayoutClassedModelUsageId(long layoutClassedModelUsageId)
      Sets the layout classed model usage ID of this layout classed model usage.
      Parameters:
      layoutClassedModelUsageId - the layout classed model usage ID of this layout classed model usage
    • getGroupId

      long getGroupId()
      Returns the group ID of this layout classed model usage.
      Returns:
      the group ID of this layout classed model usage
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this layout classed model usage.
      Parameters:
      groupId - the group ID of this layout classed model usage
    • getCompanyId

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

      void setCompanyId(long companyId)
      Sets the company ID of this layout classed model usage.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this layout classed model usage
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this layout classed model usage.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this layout classed model usage
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this layout classed model usage.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this layout classed model usage
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this layout classed model usage.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this layout classed model usage
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this layout classed model usage.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this layout classed model usage
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this layout classed model usage.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this layout classed model usage
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this layout classed model usage.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this layout classed model usage
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this layout classed model usage.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this layout classed model usage
    • getClassPK

      long getClassPK()
      Returns the class pk of this layout classed model usage.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Returns:
      the class pk of this layout classed model usage
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this layout classed model usage.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Parameters:
      classPK - the class pk of this layout classed model usage
    • getClassedModelExternalReferenceCode

      @AutoEscape String getClassedModelExternalReferenceCode()
      Returns the classed model external reference code of this layout classed model usage.
      Returns:
      the classed model external reference code of this layout classed model usage
    • setClassedModelExternalReferenceCode

      void setClassedModelExternalReferenceCode(String classedModelExternalReferenceCode)
      Sets the classed model external reference code of this layout classed model usage.
      Parameters:
      classedModelExternalReferenceCode - the classed model external reference code of this layout classed model usage
    • getContainerKey

      @AutoEscape String getContainerKey()
      Returns the container key of this layout classed model usage.
      Returns:
      the container key of this layout classed model usage
    • setContainerKey

      void setContainerKey(String containerKey)
      Sets the container key of this layout classed model usage.
      Parameters:
      containerKey - the container key of this layout classed model usage
    • getContainerType

      long getContainerType()
      Returns the container type of this layout classed model usage.
      Returns:
      the container type of this layout classed model usage
    • setContainerType

      void setContainerType(long containerType)
      Sets the container type of this layout classed model usage.
      Parameters:
      containerType - the container type of this layout classed model usage
    • getPlid

      long getPlid()
      Returns the plid of this layout classed model usage.
      Returns:
      the plid of this layout classed model usage
    • setPlid

      void setPlid(long plid)
      Sets the plid of this layout classed model usage.
      Parameters:
      plid - the plid of this layout classed model usage
    • getType

      int getType()
      Returns the type of this layout classed model usage.
      Returns:
      the type of this layout classed model usage
    • setType

      void setType(int type)
      Sets the type of this layout classed model usage.
      Parameters:
      type - the type of this layout classed model usage
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this layout classed model usage.
      Returns:
      the last publish date of this layout classed model usage
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this layout classed model usage.
      Parameters:
      lastPublishDate - the last publish date of this layout classed model usage
    • cloneWithOriginalValues

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

      default String toXmlString()