@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.
|
default java.lang.String |
toXmlString() |
getModelClass, getModelClassName
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long 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.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- 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.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- 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.GroupedModel
void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this message boards suspicious activitylong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this message boards suspicious activitylong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this message boards suspicious activityjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this message boards suspicious activity@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this message boards suspicious activityjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this message boards suspicious activityjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- 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.ContainerModel
void setContainerModelId(long containerModelId)
setContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
containerModelId
- the container model ID of this message boards suspicious activityjava.lang.String getContainerModelName()
getContainerModelName
in interface com.liferay.portal.kernel.model.ContainerModel
long getParentContainerModelId()
getParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
void setParentContainerModelId(long parentContainerModelId)
setParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
parentContainerModelId
- the parent container model ID of this message boards suspicious activityMBSuspiciousActivity cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
default java.lang.String toXmlString()