Interface PLOEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<PLOEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<PLOEntry>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
PLOEntry
All Known Implementing Classes:
PLOEntryWrapper

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

This interface and its corresponding implementation com.liferay.portal.language.override.model.impl.PLOEntryModelImpl 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.portal.language.override.model.impl.PLOEntryImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this plo entry.
    Returns the create date of this plo entry.
    Returns the key of this plo entry.
    Returns the language ID of this plo entry.
    Returns the modified date of this plo entry.
    long
    Returns the mvcc version of this plo entry.
    long
    Returns the plo entry ID of this plo entry.
    long
    Returns the primary key of this plo entry.
    long
    Returns the user ID of this plo entry.
    Returns the user uuid of this plo entry.
    Returns the value of this plo entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this plo entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this plo entry.
    void
    Sets the key of this plo entry.
    void
    setLanguageId(String languageId)
    Sets the language ID of this plo entry.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this plo entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this plo entry.
    void
    setPloEntryId(long ploEntryId)
    Sets the plo entry ID of this plo entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this plo entry.
    void
    setUserId(long userId)
    Sets the user ID of this plo entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this plo entry.
    void
    Sets the value of this plo entry.
    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 plo entry.
      Returns:
      the primary key of this plo entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this plo entry.
      Parameters:
      primaryKey - the primary key of this plo entry
    • getMvccVersion

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

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

      long getPloEntryId()
      Returns the plo entry ID of this plo entry.
      Returns:
      the plo entry ID of this plo entry
    • setPloEntryId

      void setPloEntryId(long ploEntryId)
      Sets the plo entry ID of this plo entry.
      Parameters:
      ploEntryId - the plo entry ID of this plo entry
    • getCompanyId

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

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

      long getUserId()
      Returns the user ID of this plo entry.
      Returns:
      the user ID of this plo entry
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this plo entry.
      Parameters:
      userId - the user ID of this plo entry
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this plo entry.
      Returns:
      the user uuid of this plo entry
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this plo entry.
      Parameters:
      userUuid - the user uuid of this plo entry
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this plo entry.
      Returns:
      the create date of this plo entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this plo entry.
      Parameters:
      createDate - the create date of this plo entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this plo entry.
      Returns:
      the modified date of this plo entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this plo entry.
      Parameters:
      modifiedDate - the modified date of this plo entry
    • getKey

      @AutoEscape String getKey()
      Returns the key of this plo entry.
      Returns:
      the key of this plo entry
    • setKey

      void setKey(String key)
      Sets the key of this plo entry.
      Parameters:
      key - the key of this plo entry
    • getLanguageId

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

      void setLanguageId(String languageId)
      Sets the language ID of this plo entry.
      Parameters:
      languageId - the language ID of this plo entry
    • getValue

      @AutoEscape String getValue()
      Returns the value of this plo entry.
      Returns:
      the value of this plo entry
    • setValue

      void setValue(String value)
      Sets the value of this plo entry.
      Parameters:
      value - the value of this plo entry
    • cloneWithOriginalValues

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

      default String toXmlString()