Interface AnalyticsAssociationModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AnalyticsAssociation>,com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
AnalyticsAssociation
- All Known Implementing Classes:
AnalyticsAssociationWrapper
@ProviderType
public interface AnalyticsAssociationModel
extends com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>, com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AnalyticsAssociation service. Represents a row in the "AnalyticsAssociation" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.analytics.message.storage.model.impl.AnalyticsAssociationModelImpl 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.analytics.message.storage.model.impl.AnalyticsAssociationImpl.
- See Also:
- Generated:
-
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.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.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.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this analytics association.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>- Returns:
- the primary key of this analytics association
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this analytics association.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>- Parameters:
primaryKey- the primary key of this analytics association
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this analytics association.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this analytics association
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this analytics association.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this analytics association
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this analytics association.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>- Returns:
- the ct collection ID of this analytics association
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this analytics association.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsAssociation>- Parameters:
ctCollectionId- the ct collection ID of this analytics association
-
getAnalyticsAssociationId
long getAnalyticsAssociationId()Returns the analytics association ID of this analytics association.- Returns:
- the analytics association ID of this analytics association
-
setAnalyticsAssociationId
void setAnalyticsAssociationId(long analyticsAssociationId) Sets the analytics association ID of this analytics association.- Parameters:
analyticsAssociationId- the analytics association ID of this analytics association
-
getCompanyId
long getCompanyId()Returns the company ID of this analytics association.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this analytics association
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this analytics association.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this analytics association
-
getCreateDate
Date getCreateDate()Returns the create date of this analytics association.- Returns:
- the create date of this analytics association
-
setCreateDate
Sets the create date of this analytics association.- Parameters:
createDate- the create date of this analytics association
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this analytics association.- Returns:
- the modified date of this analytics association
-
setModifiedDate
Sets the modified date of this analytics association.- Parameters:
modifiedDate- the modified date of this analytics association
-
getUserId
long getUserId()Returns the user ID of this analytics association.- Returns:
- the user ID of this analytics association
-
setUserId
void setUserId(long userId) Sets the user ID of this analytics association.- Parameters:
userId- the user ID of this analytics association
-
getUserUuid
String getUserUuid()Returns the user uuid of this analytics association.- Returns:
- the user uuid of this analytics association
-
setUserUuid
Sets the user uuid of this analytics association.- Parameters:
userUuid- the user uuid of this analytics association
-
getAssociationClassName
Returns the association class name of this analytics association.- Returns:
- the association class name of this analytics association
-
setAssociationClassName
Sets the association class name of this analytics association.- Parameters:
associationClassName- the association class name of this analytics association
-
getAssociationClassPK
long getAssociationClassPK()Returns the association class pk of this analytics association.- Returns:
- the association class pk of this analytics association
-
setAssociationClassPK
void setAssociationClassPK(long associationClassPK) Sets the association class pk of this analytics association.- Parameters:
associationClassPK- the association class pk of this analytics association
-
getClassName
Returns the class name of this analytics association.- Returns:
- the class name of this analytics association
-
setClassName
Sets the class name of this analytics association.- Parameters:
className- the class name of this analytics association
-
getClassPK
long getClassPK()Returns the class pk of this analytics association.- Returns:
- the class pk of this analytics association
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this analytics association.- Parameters:
classPK- the class pk of this analytics association
-
cloneWithOriginalValues
AnalyticsAssociation cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
-
toXmlString
-