@ProviderType public class TrackingActionInstanceWrapper extends java.lang.Object implements TrackingActionInstance, com.liferay.portal.kernel.model.ModelWrapper<TrackingActionInstance>
This class is a wrapper for TrackingActionInstance.
TrackingActionInstance,
Serialized FormTRACKING_ACTION_INSTANCE_ID_ACCESSOR| Constructor and Description |
|---|
TrackingActionInstanceWrapper(TrackingActionInstance trackingActionInstance) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(TrackingActionInstance trackingActionInstance) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAlias()
Returns the alias of this tracking action instance.
|
long |
getCampaignId()
Returns the campaign ID of this tracking action instance.
|
long |
getCompanyId()
Returns the company ID of this tracking action instance.
|
java.util.Date |
getCreateDate()
Returns the create date of this tracking action instance.
|
int |
getDisplayOrder()
Returns the display order of this tracking action instance.
|
java.lang.String |
getElementId()
Returns the element ID of this tracking action instance.
|
java.lang.String |
getEventType()
Returns the event type of this tracking action instance.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this tracking action instance.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this tracking action instance.
|
long |
getPrimaryKey()
Returns the primary key of this tracking action instance.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getReferrerClassName() |
long |
getReferrerClassNameId()
Returns the referrer class name ID of this tracking action instance.
|
long |
getReferrerClassPK()
Returns the referrer class pk of this tracking action instance.
|
long |
getReportInstanceId()
Returns the report instance ID of this tracking action instance.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTrackingActionGuid() |
long |
getTrackingActionInstanceId()
Returns the tracking action instance ID of this tracking action instance.
|
java.lang.String |
getTrackingActionKey()
Returns the tracking action key of this tracking action instance.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this tracking action instance.
|
long |
getUserId()
Returns the user ID of this tracking action instance.
|
java.lang.String |
getUserName()
Returns the user name of this tracking action instance.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this tracking action instance.
|
java.lang.String |
getUuid()
Returns the uuid of this tracking action instance.
|
java.util.Map<java.lang.String,java.lang.String> |
getValues() |
TrackingActionInstance |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setAlias(java.lang.String alias)
Sets the alias of this tracking action instance.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCampaignId(long campaignId)
Sets the campaign ID of this tracking action instance.
|
void |
setCompanyId(long companyId)
Sets the company ID of this tracking action instance.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this tracking action instance.
|
void |
setDisplayOrder(int displayOrder)
Sets the display order of this tracking action instance.
|
void |
setElementId(java.lang.String elementId)
Sets the element ID of this tracking action instance.
|
void |
setEventType(java.lang.String eventType)
Sets the event type of this tracking action instance.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this tracking action instance.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this tracking action instance.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this tracking action instance.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setReferrerClassName(java.lang.String referrerClassName) |
void |
setReferrerClassNameId(long referrerClassNameId)
Sets the referrer class name ID of this tracking action instance.
|
void |
setReferrerClassPK(long referrerClassPK)
Sets the referrer class pk of this tracking action instance.
|
void |
setReportInstanceId(long reportInstanceId)
Sets the report instance ID of this tracking action instance.
|
void |
setTrackingActionGuid(java.lang.String trackingActionGuid) |
void |
setTrackingActionInstanceId(long trackingActionInstanceId)
Sets the tracking action instance ID of this tracking action instance.
|
void |
setTrackingActionKey(java.lang.String trackingActionKey)
Sets the tracking action key of this tracking action instance.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this tracking action instance.
|
void |
setUserId(long userId)
Sets the user ID of this tracking action instance.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this tracking action instance.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this tracking action instance.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this tracking action instance.
|
void |
setValues(java.util.Map<java.lang.String,java.lang.String> values) |
com.liferay.portal.kernel.model.CacheModel<TrackingActionInstance> |
toCacheModel() |
TrackingActionInstance |
toEscapedModel() |
java.lang.String |
toString() |
TrackingActionInstance |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public TrackingActionInstanceWrapper(TrackingActionInstance trackingActionInstance)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public java.lang.Object clone()
clone in interface TrackingActionInstanceModelclone in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class java.lang.Objectpublic int compareTo(TrackingActionInstance trackingActionInstance)
compareTo in interface TrackingActionInstanceModelcompareTo in interface java.lang.Comparable<TrackingActionInstance>public java.lang.String getAlias()
getAlias in interface TrackingActionInstanceModelpublic long getCampaignId()
getCampaignId in interface TrackingActionInstanceModelpublic long getCompanyId()
getCompanyId in interface TrackingActionInstanceModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface TrackingActionInstanceModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic int getDisplayOrder()
getDisplayOrder in interface TrackingActionInstanceModelpublic java.lang.String getElementId()
getElementId in interface TrackingActionInstanceModelpublic java.lang.String getEventType()
getEventType in interface TrackingActionInstanceModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface TrackingActionInstanceModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getGroupId()
getGroupId in interface TrackingActionInstanceModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface TrackingActionInstanceModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getPrimaryKey()
getPrimaryKey in interface TrackingActionInstanceModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface TrackingActionInstanceModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getReferrerClassName()
getReferrerClassName in interface TrackingActionInstancepublic long getReferrerClassNameId()
getReferrerClassNameId in interface TrackingActionInstanceModelpublic long getReferrerClassPK()
getReferrerClassPK in interface TrackingActionInstanceModelpublic long getReportInstanceId()
getReportInstanceId in interface TrackingActionInstanceModelpublic java.lang.String getTrackingActionGuid()
getTrackingActionGuid in interface TrackingActionInstancepublic long getTrackingActionInstanceId()
getTrackingActionInstanceId in interface TrackingActionInstanceModelpublic java.lang.String getTrackingActionKey()
getTrackingActionKey in interface TrackingActionInstanceModelpublic java.lang.String getTypeSettings()
getTypeSettings in interface TrackingActionInstanceModelpublic long getUserId()
getUserId in interface TrackingActionInstanceModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface TrackingActionInstanceModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface TrackingActionInstanceModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface TrackingActionInstanceModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Map<java.lang.String,java.lang.String> getValues()
getValues in interface TrackingActionInstancepublic int hashCode()
hashCode in interface TrackingActionInstanceModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface TrackingActionInstanceModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public boolean isEscapedModel()
isEscapedModel in interface TrackingActionInstanceModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public boolean isNew()
isNew in interface TrackingActionInstanceModelisNew in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAlias(java.lang.String alias)
setAlias in interface TrackingActionInstanceModelalias - the alias of this tracking action instancepublic void setCachedModel(boolean cachedModel)
setCachedModel in interface TrackingActionInstanceModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void setCampaignId(long campaignId)
setCampaignId in interface TrackingActionInstanceModelcampaignId - the campaign ID of this tracking action instancepublic void setCompanyId(long companyId)
setCompanyId in interface TrackingActionInstanceModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this tracking action instancepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface TrackingActionInstanceModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this tracking action instancepublic void setDisplayOrder(int displayOrder)
setDisplayOrder in interface TrackingActionInstanceModeldisplayOrder - the display order of this tracking action instancepublic void setElementId(java.lang.String elementId)
setElementId in interface TrackingActionInstanceModelelementId - the element ID of this tracking action instancepublic void setEventType(java.lang.String eventType)
setEventType in interface TrackingActionInstanceModeleventType - the event type of this tracking action instancepublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface TrackingActionInstanceModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface TrackingActionInstanceModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface TrackingActionInstanceModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void setGroupId(long groupId)
setGroupId in interface TrackingActionInstanceModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this tracking action instancepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface TrackingActionInstanceModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this tracking action instancepublic void setNew(boolean n)
setNew in interface TrackingActionInstanceModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface TrackingActionInstanceModelprimaryKey - the primary key of this tracking action instancepublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface TrackingActionInstanceModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setReferrerClassName(java.lang.String referrerClassName)
setReferrerClassName in interface TrackingActionInstancepublic void setReferrerClassNameId(long referrerClassNameId)
setReferrerClassNameId in interface TrackingActionInstanceModelreferrerClassNameId - the referrer class name ID of this tracking action instancepublic void setReferrerClassPK(long referrerClassPK)
setReferrerClassPK in interface TrackingActionInstanceModelreferrerClassPK - the referrer class pk of this tracking action instancepublic void setReportInstanceId(long reportInstanceId)
setReportInstanceId in interface TrackingActionInstanceModelreportInstanceId - the report instance ID of this tracking action instancepublic void setTrackingActionGuid(java.lang.String trackingActionGuid)
setTrackingActionGuid in interface TrackingActionInstancepublic void setTrackingActionInstanceId(long trackingActionInstanceId)
setTrackingActionInstanceId in interface TrackingActionInstanceModeltrackingActionInstanceId - the tracking action instance ID of this tracking action instancepublic void setTrackingActionKey(java.lang.String trackingActionKey)
setTrackingActionKey in interface TrackingActionInstanceModeltrackingActionKey - the tracking action key of this tracking action instancepublic void setTypeSettings(java.lang.String typeSettings)
setTypeSettings in interface TrackingActionInstanceModeltypeSettings - the type settings of this tracking action instancepublic void setUserId(long userId)
setUserId in interface TrackingActionInstanceModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this tracking action instancepublic void setUserName(java.lang.String userName)
setUserName in interface TrackingActionInstanceModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this tracking action instancepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface TrackingActionInstanceModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this tracking action instancepublic void setUuid(java.lang.String uuid)
setUuid in interface TrackingActionInstanceModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this tracking action instancepublic void setValues(java.util.Map<java.lang.String,java.lang.String> values)
setValues in interface TrackingActionInstancepublic com.liferay.portal.kernel.model.CacheModel<TrackingActionInstance> toCacheModel()
toCacheModel in interface TrackingActionInstanceModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public TrackingActionInstance toEscapedModel()
toEscapedModel in interface TrackingActionInstanceModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public java.lang.String toString()
toString in interface TrackingActionInstanceModeltoString in class java.lang.Objectpublic TrackingActionInstance toUnescapedModel()
toUnescapedModel in interface TrackingActionInstanceModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public java.lang.String toXmlString()
toXmlString in interface TrackingActionInstanceModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic TrackingActionInstance getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<TrackingActionInstance>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<TrackingActionInstance>