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:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.analytics.message.storage.model.AnalyticsAssociation
ANALYTICS_ASSOCIATION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the analytics association ID of this analytics association.Returns the association class name of this analytics association.longReturns the association class pk of this analytics association.Returns the class name of this analytics association.longReturns the class pk of this analytics association.longReturns the company ID of this analytics association.Returns the create date of this analytics association.longReturns the ct collection ID of this analytics association.Returns the modified date of this analytics association.longReturns the mvcc version of this analytics association.longReturns the primary key of this analytics association.longReturns the user ID of this analytics association.Returns the user uuid of this analytics association.voidpersist()voidsetAnalyticsAssociationId(long analyticsAssociationId) Sets the analytics association ID of this analytics association.voidsetAssociationClassName(String associationClassName) Sets the association class name of this analytics association.voidsetAssociationClassPK(long associationClassPK) Sets the association class pk of this analytics association.voidsetClassName(String className) Sets the class name of this analytics association.voidsetClassPK(long classPK) Sets the class pk of this analytics association.voidsetCompanyId(long companyId) Sets the company ID of this analytics association.voidsetCreateDate(Date createDate) Sets the create date of this analytics association.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this analytics association.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this analytics association.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this analytics association.voidsetPrimaryKey(long primaryKey) Sets the primary key of this analytics association.voidsetUserId(long userId) Sets the user ID of this analytics association.voidsetUserUuid(String userUuid) Sets the user uuid of this analytics association.protected AnalyticsAssociationWrapperwrap(AnalyticsAssociation analyticsAssociation) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AnalyticsAssociationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAnalyticsAssociationModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
-
getAnalyticsAssociationId
public long getAnalyticsAssociationId()Returns the analytics association ID of this analytics association.- Specified by:
getAnalyticsAssociationIdin interfaceAnalyticsAssociationModel- Returns:
- the analytics association ID of this analytics association
-
getAssociationClassName
Returns the association class name of this analytics association.- Specified by:
getAssociationClassNamein interfaceAnalyticsAssociationModel- Returns:
- the association class name of this analytics association
-
getAssociationClassPK
public long getAssociationClassPK()Returns the association class pk of this analytics association.- Specified by:
getAssociationClassPKin interfaceAnalyticsAssociationModel- Returns:
- the association class pk of this analytics association
-
getClassName
Returns the class name of this analytics association.- Specified by:
getClassNamein interfaceAnalyticsAssociationModel- Returns:
- the class name of this analytics association
-
getClassPK
public long getClassPK()Returns the class pk of this analytics association.- Specified by:
getClassPKin interfaceAnalyticsAssociationModel- Returns:
- the class pk of this analytics association
-
getCompanyId
public long getCompanyId()Returns the company ID of this analytics association.- Specified by:
getCompanyIdin interfaceAnalyticsAssociationModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this analytics association
-
getCreateDate
Returns the create date of this analytics association.- Specified by:
getCreateDatein interfaceAnalyticsAssociationModel- Returns:
- the create date of this analytics association
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this analytics association.- Specified by:
getCtCollectionIdin interfaceAnalyticsAssociationModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>- Returns:
- the ct collection ID of this analytics association
-
getModifiedDate
Returns the modified date of this analytics association.- Specified by:
getModifiedDatein interfaceAnalyticsAssociationModel- Returns:
- the modified date of this analytics association
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this analytics association.- Specified by:
getMvccVersionin interfaceAnalyticsAssociationModel- Specified by:
getMvccVersionin interfacecom.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:
getPrimaryKeyin interfaceAnalyticsAssociationModel- Specified by:
getPrimaryKeyin interfacecom.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:
getUserIdin interfaceAnalyticsAssociationModel- Returns:
- the user ID of this analytics association
-
getUserUuid
Returns the user uuid of this analytics association.- Specified by:
getUserUuidin interfaceAnalyticsAssociationModel- Returns:
- the user uuid of this analytics association
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAnalyticsAssociationId
public void setAnalyticsAssociationId(long analyticsAssociationId) Sets the analytics association ID of this analytics association.- Specified by:
setAnalyticsAssociationIdin interfaceAnalyticsAssociationModel- Parameters:
analyticsAssociationId- the analytics association ID of this analytics association
-
setAssociationClassName
Sets the association class name of this analytics association.- Specified by:
setAssociationClassNamein interfaceAnalyticsAssociationModel- 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:
setAssociationClassPKin interfaceAnalyticsAssociationModel- Parameters:
associationClassPK- the association class pk of this analytics association
-
setClassName
Sets the class name of this analytics association.- Specified by:
setClassNamein interfaceAnalyticsAssociationModel- 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:
setClassPKin interfaceAnalyticsAssociationModel- 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:
setCompanyIdin interfaceAnalyticsAssociationModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this analytics association
-
setCreateDate
Sets the create date of this analytics association.- Specified by:
setCreateDatein interfaceAnalyticsAssociationModel- 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:
setCtCollectionIdin interfaceAnalyticsAssociationModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>- Parameters:
ctCollectionId- the ct collection ID of this analytics association
-
setModifiedDate
Sets the modified date of this analytics association.- Specified by:
setModifiedDatein interfaceAnalyticsAssociationModel- 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:
setMvccVersionin interfaceAnalyticsAssociationModel- Specified by:
setMvccVersionin interfacecom.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:
setPrimaryKeyin interfaceAnalyticsAssociationModel- Specified by:
setPrimaryKeyin interfacecom.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:
setUserIdin interfaceAnalyticsAssociationModel- Parameters:
userId- the user ID of this analytics association
-
setUserUuid
Sets the user uuid of this analytics association.- Specified by:
setUserUuidin interfaceAnalyticsAssociationModel- Parameters:
userUuid- the user uuid of this analytics association
-
toXmlString
- Specified by:
toXmlStringin interfaceAnalyticsAssociationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AnalyticsAssociation>
-