@ProviderType public interface MBSuspiciousActivityModel extends com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
This interface and its corresponding implementation com.liferay.message.boards.model.impl.MBSuspiciousActivityModelImpl 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.message.boards.model.impl.MBSuspiciousActivityImpl.
MBSuspiciousActivity| Modifier and Type | Method and Description |
|---|---|
MBSuspiciousActivity |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this message boards suspicious activity.
|
long |
getContainerModelId()
Returns the container model ID of this message boards suspicious activity.
|
java.lang.String |
getContainerModelName()
Returns the container name of this message boards suspicious activity.
|
java.util.Date |
getCreateDate()
Returns the create date of this message boards suspicious activity.
|
long |
getCtCollectionId()
Returns the ct collection ID of this message boards suspicious activity.
|
long |
getGroupId()
Returns the group ID of this message boards suspicious activity.
|
long |
getMessageId()
Returns the message ID of this message boards suspicious activity.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this message boards suspicious activity.
|
long |
getMvccVersion()
Returns the mvcc version of this message boards suspicious activity.
|
long |
getParentContainerModelId()
Returns the parent container model ID of this message boards suspicious activity.
|
long |
getPrimaryKey()
Returns the primary key of this message boards suspicious activity.
|
java.lang.String |
getReason()
Returns the reason of this message boards suspicious activity.
|
long |
getSuspiciousActivityId()
Returns the suspicious activity ID of this message boards suspicious activity.
|
long |
getThreadId()
Returns the thread ID of this message boards suspicious activity.
|
long |
getUserId()
Returns the user ID of this message boards suspicious activity.
|
java.lang.String |
getUserName()
Returns the user name of this message boards suspicious activity.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards suspicious activity.
|
java.lang.String |
getUuid()
Returns the uuid of this message boards suspicious activity.
|
boolean |
getValidated()
Returns the validated of this message boards suspicious activity.
|
boolean |
isValidated()
Returns
true if this message boards suspicious activity is validated. |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards suspicious activity.
|
void |
setContainerModelId(long containerModelId)
Sets the container model ID of this message boards suspicious activity.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this message boards suspicious activity.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this message boards suspicious activity.
|
void |
setGroupId(long groupId)
Sets the group ID of this message boards suspicious activity.
|
void |
setMessageId(long messageId)
Sets the message ID of this message boards suspicious activity.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this message boards suspicious activity.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this message boards suspicious activity.
|
void |
setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this message boards suspicious activity.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards suspicious activity.
|
void |
setReason(java.lang.String reason)
Sets the reason of this message boards suspicious activity.
|
void |
setSuspiciousActivityId(long suspiciousActivityId)
Sets the suspicious activity ID of this message boards suspicious activity.
|
void |
setThreadId(long threadId)
Sets the thread ID of this message boards suspicious activity.
|
void |
setUserId(long userId)
Sets the user ID of this message boards suspicious activity.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this message boards suspicious activity.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards suspicious activity.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards suspicious activity.
|
void |
setValidated(boolean validated)
Sets whether this message boards suspicious activity is validated.
|
getModelClass, getModelClassNameclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>primaryKey - the primary key of this message boards suspicious activitylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this message boards suspicious activitylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>ctCollectionId - the ct collection ID of this message boards suspicious activity@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this message boards suspicious activitylong getSuspiciousActivityId()
void setSuspiciousActivityId(long suspiciousActivityId)
suspiciousActivityId - the suspicious activity ID of this message boards suspicious activitylong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this message boards suspicious activitylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId 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 message boards suspicious activitylong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this message boards suspicious activityjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this message boards suspicious activity@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this message boards suspicious activityjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this message boards suspicious activityjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this message boards suspicious activitylong getMessageId()
void setMessageId(long messageId)
messageId - the message ID of this message boards suspicious activitylong getThreadId()
void setThreadId(long threadId)
threadId - the thread ID of this message boards suspicious activity@AutoEscape java.lang.String getReason()
void setReason(java.lang.String reason)
reason - the reason of this message boards suspicious activityboolean getValidated()
boolean isValidated()
true if this message boards suspicious activity is validated.true if this message boards suspicious activity is validated; false otherwisevoid setValidated(boolean validated)
validated - the validated of this message boards suspicious activitylong getContainerModelId()
getContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelvoid setContainerModelId(long containerModelId)
setContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelcontainerModelId - the container model ID of this message boards suspicious activityjava.lang.String getContainerModelName()
getContainerModelName in interface com.liferay.portal.kernel.model.ContainerModellong getParentContainerModelId()
getParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelvoid setParentContainerModelId(long parentContainerModelId)
setParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelparentContainerModelId - the parent container model ID of this message boards suspicious activityMBSuspiciousActivity cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>