@ProviderType public interface AnalyticsAssociationModel extends com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
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
.
AnalyticsAssociation
Modifier and Type | Method and Description |
---|---|
AnalyticsAssociation |
cloneWithOriginalValues() |
long |
getAnalyticsAssociationId()
Returns the analytics association ID of this analytics association.
|
java.lang.String |
getAssociationClassName()
Returns the association class name of this analytics association.
|
long |
getAssociationClassPK()
Returns the association class pk of this analytics association.
|
java.lang.String |
getClassName()
Returns the class name of this analytics association.
|
long |
getClassPK()
Returns the class pk of this analytics association.
|
long |
getCompanyId()
Returns the company ID of this analytics association.
|
java.util.Date |
getCreateDate()
Returns the create date of this analytics association.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this analytics association.
|
long |
getMvccVersion()
Returns the mvcc version of this analytics association.
|
long |
getPrimaryKey()
Returns the primary key of this analytics association.
|
long |
getUserId()
Returns the user ID of this analytics association.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this analytics association.
|
void |
setAnalyticsAssociationId(long analyticsAssociationId)
Sets the analytics association ID of this analytics association.
|
void |
setAssociationClassName(java.lang.String associationClassName)
Sets the association class name of this analytics association.
|
void |
setAssociationClassPK(long associationClassPK)
Sets the association class pk of this analytics association.
|
void |
setClassName(java.lang.String className)
Sets the class name of this analytics association.
|
void |
setClassPK(long classPK)
Sets the class pk of this analytics association.
|
void |
setCompanyId(long companyId)
Sets the company ID of this analytics association.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this analytics association.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this analytics association.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this analytics association.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this analytics association.
|
void |
setUserId(long userId)
Sets the user ID of this analytics association.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this analytics association.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this analytics associationlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this analytics associationlong getAnalyticsAssociationId()
void setAnalyticsAssociationId(long analyticsAssociationId)
analyticsAssociationId
- the analytics association ID of this analytics associationlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this analytics associationjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this analytics associationjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this analytics associationlong getUserId()
void setUserId(long userId)
userId
- the user ID of this analytics associationjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this analytics association@AutoEscape java.lang.String getAssociationClassName()
void setAssociationClassName(java.lang.String associationClassName)
associationClassName
- the association class name of this analytics associationlong getAssociationClassPK()
void setAssociationClassPK(long associationClassPK)
associationClassPK
- the association class pk of this analytics association@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className
- the class name of this analytics associationlong getClassPK()
void setClassPK(long classPK)
classPK
- the class pk of this analytics associationAnalyticsAssociation cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<AnalyticsAssociation>
default java.lang.String toXmlString()