Interface LayoutLocalizationModel

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

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

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

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this layout localization.
    Returns the content of this layout localization.
    Returns the create date of this layout localization.
    long
    Returns the ct collection ID of this layout localization.
    long
    Returns the group ID of this layout localization.
    Returns the language ID of this layout localization.
    Returns the last publish date of this layout localization.
    long
    Returns the layout localization ID of this layout localization.
    Returns the modified date of this layout localization.
    long
    Returns the mvcc version of this layout localization.
    long
    Returns the plid of this layout localization.
    long
    Returns the primary key of this layout localization.
    Returns the uuid of this layout localization.
    void
    setCompanyId(long companyId)
    Sets the company ID of this layout localization.
    void
    setContent(String content)
    Sets the content of this layout localization.
    void
    setCreateDate(Date createDate)
    Sets the create date of this layout localization.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this layout localization.
    void
    setGroupId(long groupId)
    Sets the group ID of this layout localization.
    void
    setLanguageId(String languageId)
    Sets the language ID of this layout localization.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this layout localization.
    void
    setLayoutLocalizationId(long layoutLocalizationId)
    Sets the layout localization ID of this layout localization.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this layout localization.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this layout localization.
    void
    setPlid(long plid)
    Sets the plid of this layout localization.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this layout localization.
    void
    Sets the uuid of this layout localization.
    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 localization.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
      Returns:
      the primary key of this layout localization
    • setPrimaryKey

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

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

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

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

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

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

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

      long getLayoutLocalizationId()
      Returns the layout localization ID of this layout localization.
      Returns:
      the layout localization ID of this layout localization
    • setLayoutLocalizationId

      void setLayoutLocalizationId(long layoutLocalizationId)
      Sets the layout localization ID of this layout localization.
      Parameters:
      layoutLocalizationId - the layout localization ID of this layout localization
    • getGroupId

      long getGroupId()
      Returns the group ID of this layout localization.
      Returns:
      the group ID of this layout localization
    • setGroupId

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

      long getCompanyId()
      Returns the company ID of this layout localization.
      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 localization
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this layout localization.
      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 localization
    • getCreateDate

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

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

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

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

      @AutoEscape String getContent()
      Returns the content of this layout localization.
      Returns:
      the content of this layout localization
    • setContent

      void setContent(String content)
      Sets the content of this layout localization.
      Parameters:
      content - the content of this layout localization
    • getLanguageId

      @AutoEscape String getLanguageId()
      Returns the language ID of this layout localization.
      Returns:
      the language ID of this layout localization
    • setLanguageId

      void setLanguageId(String languageId)
      Sets the language ID of this layout localization.
      Parameters:
      languageId - the language ID of this layout localization
    • getPlid

      long getPlid()
      Returns the plid of this layout localization.
      Returns:
      the plid of this layout localization
    • setPlid

      void setPlid(long plid)
      Sets the plid of this layout localization.
      Parameters:
      plid - the plid of this layout localization
    • getLastPublishDate

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

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

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

      default String toXmlString()