Class PLOEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>
com.liferay.portal.language.override.model.PLOEntryWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<PLOEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<PLOEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, PLOEntry, PLOEntryModel, Serializable, Cloneable, Comparable<PLOEntry>

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

This class is a wrapper for PLOEntry.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.portal.language.override.model.PLOEntry

    PLO_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    protected PLOEntryWrapper
    wrap(PLOEntry ploEntry)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper

    getWrappedModel
  • Constructor Details

    • PLOEntryWrapper

      public PLOEntryWrapper(PLOEntry ploEntry)
  • Method Details

    • getModelAttributes

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

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

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

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

      public Date getCreateDate()
      Returns the create date of this plo entry.
      Specified by:
      getCreateDate in interface PLOEntryModel
      Returns:
      the create date of this plo entry
    • getKey

      public String getKey()
      Returns the key of this plo entry.
      Specified by:
      getKey in interface PLOEntryModel
      Returns:
      the key of this plo entry
    • getLanguageId

      public String getLanguageId()
      Returns the language ID of this plo entry.
      Specified by:
      getLanguageId in interface PLOEntryModel
      Returns:
      the language ID of this plo entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this plo entry.
      Specified by:
      getModifiedDate in interface PLOEntryModel
      Returns:
      the modified date of this plo entry
    • getMvccVersion

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

      public long getPloEntryId()
      Returns the plo entry ID of this plo entry.
      Specified by:
      getPloEntryId in interface PLOEntryModel
      Returns:
      the plo entry ID of this plo entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this plo entry.
      Specified by:
      getPrimaryKey in interface PLOEntryModel
      Returns:
      the primary key of this plo entry
    • getUserId

      public long getUserId()
      Returns the user ID of this plo entry.
      Specified by:
      getUserId in interface PLOEntryModel
      Returns:
      the user ID of this plo entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this plo entry.
      Specified by:
      getUserUuid in interface PLOEntryModel
      Returns:
      the user uuid of this plo entry
    • getValue

      public String getValue()
      Returns the value of this plo entry.
      Specified by:
      getValue in interface PLOEntryModel
      Returns:
      the value of this plo entry
    • 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 plo entry.
      Specified by:
      setCompanyId in interface PLOEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this plo entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this plo entry.
      Specified by:
      setCreateDate in interface PLOEntryModel
      Parameters:
      createDate - the create date of this plo entry
    • setKey

      public void setKey(String key)
      Sets the key of this plo entry.
      Specified by:
      setKey in interface PLOEntryModel
      Parameters:
      key - the key of this plo entry
    • setLanguageId

      public void setLanguageId(String languageId)
      Sets the language ID of this plo entry.
      Specified by:
      setLanguageId in interface PLOEntryModel
      Parameters:
      languageId - the language ID of this plo entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this plo entry.
      Specified by:
      setModifiedDate in interface PLOEntryModel
      Parameters:
      modifiedDate - the modified date of this plo entry
    • setMvccVersion

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

      public void setPloEntryId(long ploEntryId)
      Sets the plo entry ID of this plo entry.
      Specified by:
      setPloEntryId in interface PLOEntryModel
      Parameters:
      ploEntryId - the plo entry ID of this plo entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this plo entry.
      Specified by:
      setPrimaryKey in interface PLOEntryModel
      Parameters:
      primaryKey - the primary key of this plo entry
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this plo entry.
      Specified by:
      setUserId in interface PLOEntryModel
      Parameters:
      userId - the user ID of this plo entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this plo entry.
      Specified by:
      setUserUuid in interface PLOEntryModel
      Parameters:
      userUuid - the user uuid of this plo entry
    • setValue

      public void setValue(String value)
      Sets the value of this plo entry.
      Specified by:
      setValue in interface PLOEntryModel
      Parameters:
      value - the value of this plo entry
    • toXmlString

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

      protected PLOEntryWrapper wrap(PLOEntry ploEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>