Class AudiencesEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AudiencesEntry>
com.liferay.audiences.model.AudiencesEntryWrapper
All Implemented Interfaces:
AudiencesEntry, AudiencesEntryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AudiencesEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ModelWrapper<AudiencesEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<AudiencesEntry>

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

This class is a wrapper for AudiencesEntry.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.audiences.model.AudiencesEntry

    AUDIENCES_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the audiences entry ID of this audiences entry.
    long
    Returns the company ID of this audiences entry.
    Returns the create date of this audiences entry.
    Returns the external reference code of this audiences entry.
    Returns the json of this audiences entry.
     
    Returns the modified date of this audiences entry.
    long
    Returns the mvcc version of this audiences entry.
    Returns the name of this audiences entry.
    long
    Returns the primary key of this audiences entry.
    long
    Returns the user ID of this audiences entry.
    Returns the user name of this audiences entry.
    Returns the user uuid of this audiences entry.
    void
     
    void
    setAudiencesEntryId(long audiencesEntryId)
    Sets the audiences entry ID of this audiences entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this audiences entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this audiences entry.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this audiences entry.
    void
    Sets the json of this audiences entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this audiences entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this audiences entry.
    void
    Sets the name of this audiences entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this audiences entry.
    void
    setUserId(long userId)
    Sets the user ID of this audiences entry.
    void
    setUserName(String userName)
    Sets the user name of this audiences entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this audiences entry.
     
    wrap(AudiencesEntry audiencesEntry)
     

    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, copyCacheFields, 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

    • AudiencesEntryWrapper

      public AudiencesEntryWrapper(AudiencesEntry audiencesEntry)
  • Method Details

    • getModelAttributes

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

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

      public AudiencesEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AudiencesEntryModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AudiencesEntry>
    • getAudiencesEntryId

      public long getAudiencesEntryId()
      Returns the audiences entry ID of this audiences entry.
      Specified by:
      getAudiencesEntryId in interface AudiencesEntryModel
      Returns:
      the audiences entry ID of this audiences entry
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this audiences entry.
      Specified by:
      getCreateDate in interface AudiencesEntryModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this audiences entry
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this audiences entry.
      Specified by:
      getExternalReferenceCode in interface AudiencesEntryModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this audiences entry
    • getJSON

      public String getJSON()
      Returns the json of this audiences entry.
      Specified by:
      getJSON in interface AudiencesEntryModel
      Returns:
      the json of this audiences entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this audiences entry.
      Specified by:
      getModifiedDate in interface AudiencesEntryModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this audiences entry
    • getMvccVersion

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

      public String getName()
      Returns the name of this audiences entry.
      Specified by:
      getName in interface AudiencesEntryModel
      Returns:
      the name of this audiences entry
    • getPrimaryKey

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

      public long getUserId()
      Returns the user ID of this audiences entry.
      Specified by:
      getUserId in interface AudiencesEntryModel
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this audiences entry
    • getUserName

      public String getUserName()
      Returns the user name of this audiences entry.
      Specified by:
      getUserName in interface AudiencesEntryModel
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this audiences entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this audiences entry.
      Specified by:
      getUserUuid in interface AudiencesEntryModel
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this audiences entry
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAudiencesEntryId

      public void setAudiencesEntryId(long audiencesEntryId)
      Sets the audiences entry ID of this audiences entry.
      Specified by:
      setAudiencesEntryId in interface AudiencesEntryModel
      Parameters:
      audiencesEntryId - the audiences entry ID of this audiences entry
    • setCompanyId

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

      public void setCreateDate(Date createDate)
      Sets the create date of this audiences entry.
      Specified by:
      setCreateDate in interface AudiencesEntryModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this audiences entry
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this audiences entry.
      Specified by:
      setExternalReferenceCode in interface AudiencesEntryModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this audiences entry
    • setJSON

      public void setJSON(String json)
      Sets the json of this audiences entry.
      Specified by:
      setJSON in interface AudiencesEntryModel
      Parameters:
      json - the json of this audiences entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this audiences entry.
      Specified by:
      setModifiedDate in interface AudiencesEntryModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this audiences entry
    • setMvccVersion

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

      public void setName(String name)
      Sets the name of this audiences entry.
      Specified by:
      setName in interface AudiencesEntryModel
      Parameters:
      name - the name of this audiences entry
    • setPrimaryKey

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

      public void setUserId(long userId)
      Sets the user ID of this audiences entry.
      Specified by:
      setUserId in interface AudiencesEntryModel
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this audiences entry
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this audiences entry.
      Specified by:
      setUserName in interface AudiencesEntryModel
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this audiences entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this audiences entry.
      Specified by:
      setUserUuid in interface AudiencesEntryModel
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this audiences entry
    • toXmlString

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

      protected AudiencesEntryWrapper wrap(AudiencesEntry audiencesEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AudiencesEntry>