Class AnalyticsAssociationWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AnalyticsAssociation>
com.liferay.analytics.message.storage.model.AnalyticsAssociationWrapper
All Implemented Interfaces:
AnalyticsAssociation, AnalyticsAssociationModel, com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>, com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<AnalyticsAssociation>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<AnalyticsAssociation>

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

This class is a wrapper for AnalyticsAssociation.

See Also:
Generated:
  • Constructor Details

    • AnalyticsAssociationWrapper

      public AnalyticsAssociationWrapper(AnalyticsAssociation analyticsAssociation)
  • Method Details

    • getModelAttributes

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

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

      public AnalyticsAssociation cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AnalyticsAssociationModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
    • getAnalyticsAssociationId

      public long getAnalyticsAssociationId()
      Returns the analytics association ID of this analytics association.
      Specified by:
      getAnalyticsAssociationId in interface AnalyticsAssociationModel
      Returns:
      the analytics association ID of this analytics association
    • getAssociationClassName

      public String getAssociationClassName()
      Returns the association class name of this analytics association.
      Specified by:
      getAssociationClassName in interface AnalyticsAssociationModel
      Returns:
      the association class name of this analytics association
    • getAssociationClassPK

      public long getAssociationClassPK()
      Returns the association class pk of this analytics association.
      Specified by:
      getAssociationClassPK in interface AnalyticsAssociationModel
      Returns:
      the association class pk of this analytics association
    • getClassName

      public String getClassName()
      Returns the class name of this analytics association.
      Specified by:
      getClassName in interface AnalyticsAssociationModel
      Returns:
      the class name of this analytics association
    • getClassPK

      public long getClassPK()
      Returns the class pk of this analytics association.
      Specified by:
      getClassPK in interface AnalyticsAssociationModel
      Returns:
      the class pk of this analytics association
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this analytics association.
      Specified by:
      getCreateDate in interface AnalyticsAssociationModel
      Returns:
      the create date of this analytics association
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this analytics association.
      Specified by:
      getCtCollectionId in interface AnalyticsAssociationModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>
      Returns:
      the ct collection ID of this analytics association
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this analytics association.
      Specified by:
      getModifiedDate in interface AnalyticsAssociationModel
      Returns:
      the modified date of this analytics association
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this analytics association.
      Specified by:
      getMvccVersion in interface AnalyticsAssociationModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this analytics association
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this analytics association.
      Specified by:
      getPrimaryKey in interface AnalyticsAssociationModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>
      Returns:
      the primary key of this analytics association
    • getUserId

      public long getUserId()
      Returns the user ID of this analytics association.
      Specified by:
      getUserId in interface AnalyticsAssociationModel
      Returns:
      the user ID of this analytics association
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this analytics association.
      Specified by:
      getUserUuid in interface AnalyticsAssociationModel
      Returns:
      the user uuid of this analytics association
    • persist

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

      public void setAnalyticsAssociationId(long analyticsAssociationId)
      Sets the analytics association ID of this analytics association.
      Specified by:
      setAnalyticsAssociationId in interface AnalyticsAssociationModel
      Parameters:
      analyticsAssociationId - the analytics association ID of this analytics association
    • setAssociationClassName

      public void setAssociationClassName(String associationClassName)
      Sets the association class name of this analytics association.
      Specified by:
      setAssociationClassName in interface AnalyticsAssociationModel
      Parameters:
      associationClassName - the association class name of this analytics association
    • setAssociationClassPK

      public void setAssociationClassPK(long associationClassPK)
      Sets the association class pk of this analytics association.
      Specified by:
      setAssociationClassPK in interface AnalyticsAssociationModel
      Parameters:
      associationClassPK - the association class pk of this analytics association
    • setClassName

      public void setClassName(String className)
      Sets the class name of this analytics association.
      Specified by:
      setClassName in interface AnalyticsAssociationModel
      Parameters:
      className - the class name of this analytics association
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this analytics association.
      Specified by:
      setClassPK in interface AnalyticsAssociationModel
      Parameters:
      classPK - the class pk of this analytics association
    • setCompanyId

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

      public void setCreateDate(Date createDate)
      Sets the create date of this analytics association.
      Specified by:
      setCreateDate in interface AnalyticsAssociationModel
      Parameters:
      createDate - the create date of this analytics association
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this analytics association.
      Specified by:
      setCtCollectionId in interface AnalyticsAssociationModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>
      Parameters:
      ctCollectionId - the ct collection ID of this analytics association
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this analytics association.
      Specified by:
      setModifiedDate in interface AnalyticsAssociationModel
      Parameters:
      modifiedDate - the modified date of this analytics association
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this analytics association.
      Specified by:
      setMvccVersion in interface AnalyticsAssociationModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this analytics association
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this analytics association.
      Specified by:
      setPrimaryKey in interface AnalyticsAssociationModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>
      Parameters:
      primaryKey - the primary key of this analytics association
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this analytics association.
      Specified by:
      setUserId in interface AnalyticsAssociationModel
      Parameters:
      userId - the user ID of this analytics association
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this analytics association.
      Specified by:
      setUserUuid in interface AnalyticsAssociationModel
      Parameters:
      userUuid - the user uuid of this analytics association
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface AnalyticsAssociationModel
    • getAttributeGetterFunctions

      public Map<String,Function<AnalyticsAssociation,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<AnalyticsAssociation,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
    • wrap

      protected AnalyticsAssociationWrapper wrap(AnalyticsAssociation analyticsAssociation)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AnalyticsAssociation>