Package com.liferay.message.boards.model
Interface MBSuspiciousActivityModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<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,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
MBSuspiciousActivity
- All Known Implementing Classes:
MBSuspiciousActivityWrapper
@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
The base model interface for the MBSuspiciousActivity service. Represents a row in the "MBSuspiciousActivity" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this message boards suspicious activity.longReturns the container model ID of this message boards suspicious activity.Returns the container name of this message boards suspicious activity.Returns the create date of this message boards suspicious activity.longReturns the ct collection ID of this message boards suspicious activity.longReturns the group ID of this message boards suspicious activity.longReturns the message ID of this message boards suspicious activity.Returns the modified date of this message boards suspicious activity.longReturns the mvcc version of this message boards suspicious activity.longReturns the parent container model ID of this message boards suspicious activity.longReturns the primary key of this message boards suspicious activity.Returns the reason of this message boards suspicious activity.longReturns the suspicious activity ID of this message boards suspicious activity.longReturns the thread ID of this message boards suspicious activity.longReturns the user ID of this message boards suspicious activity.Returns the user name of this message boards suspicious activity.Returns the user uuid of this message boards suspicious activity.getUuid()Returns the uuid of this message boards suspicious activity.booleanReturns the validated of this message boards suspicious activity.booleanReturnstrueif this message boards suspicious activity is validated.voidsetCompanyId(long companyId) Sets the company ID of this message boards suspicious activity.voidsetContainerModelId(long containerModelId) Sets the container model ID of this message boards suspicious activity.voidsetCreateDate(Date createDate) Sets the create date of this message boards suspicious activity.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards suspicious activity.voidsetGroupId(long groupId) Sets the group ID of this message boards suspicious activity.voidsetMessageId(long messageId) Sets the message ID of this message boards suspicious activity.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this message boards suspicious activity.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this message boards suspicious activity.voidsetParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this message boards suspicious activity.voidsetPrimaryKey(long primaryKey) Sets the primary key of this message boards suspicious activity.voidSets the reason of this message boards suspicious activity.voidsetSuspiciousActivityId(long suspiciousActivityId) Sets the suspicious activity ID of this message boards suspicious activity.voidsetThreadId(long threadId) Sets the thread ID of this message boards suspicious activity.voidsetUserId(long userId) Sets the user ID of this message boards suspicious activity.voidsetUserName(String userName) Sets the user name of this message boards suspicious activity.voidsetUserUuid(String userUuid) Sets the user uuid of this message boards suspicious activity.voidSets the uuid of this message boards suspicious activity.voidsetValidated(boolean validated) Sets whether this message boards suspicious activity is validated.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
compareToMethods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this message boards suspicious activity.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>- Returns:
- the primary key of this message boards suspicious activity
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this message boards suspicious activity.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>- Parameters:
primaryKey- the primary key of this message boards suspicious activity
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this message boards suspicious activity.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this message boards suspicious activity
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this message boards suspicious activity.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this message boards suspicious activity
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this message boards suspicious activity.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>- Returns:
- the ct collection ID of this message boards suspicious activity
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards suspicious activity.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>- Parameters:
ctCollectionId- the ct collection ID of this message boards suspicious activity
-
getUuid
Returns the uuid of this message boards suspicious activity.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this message boards suspicious activity
-
setUuid
Sets the uuid of this message boards suspicious activity.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this message boards suspicious activity
-
getSuspiciousActivityId
long getSuspiciousActivityId()Returns the suspicious activity ID of this message boards suspicious activity.- Returns:
- the suspicious activity ID of this message boards suspicious activity
-
setSuspiciousActivityId
void setSuspiciousActivityId(long suspiciousActivityId) Sets the suspicious activity ID of this message boards suspicious activity.- Parameters:
suspiciousActivityId- the suspicious activity ID of this message boards suspicious activity
-
getGroupId
long getGroupId()Returns the group ID of this message boards suspicious activity.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this message boards suspicious activity
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this message boards suspicious activity.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this message boards suspicious activity
-
getCompanyId
long getCompanyId()Returns the company ID of this message boards suspicious activity.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this message boards suspicious activity
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this message boards suspicious activity.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this message boards suspicious activity
-
getUserId
long getUserId()Returns the user ID of this message boards suspicious activity.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this message boards suspicious activity
-
setUserId
void setUserId(long userId) Sets the user ID of this message boards suspicious activity.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this message boards suspicious activity
-
getUserUuid
String getUserUuid()Returns the user uuid of this message boards suspicious activity.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this message boards suspicious activity
-
setUserUuid
Sets the user uuid of this message boards suspicious activity.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this message boards suspicious activity
-
getUserName
Returns the user name of this message boards suspicious activity.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this message boards suspicious activity
-
setUserName
Sets the user name of this message boards suspicious activity.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this message boards suspicious activity
-
getCreateDate
Date getCreateDate()Returns the create date of this message boards suspicious activity.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this message boards suspicious activity
-
setCreateDate
Sets the create date of this message boards suspicious activity.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this message boards suspicious activity
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this message boards suspicious activity.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this message boards suspicious activity
-
setModifiedDate
Sets the modified date of this message boards suspicious activity.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this message boards suspicious activity
-
getMessageId
long getMessageId()Returns the message ID of this message boards suspicious activity.- Returns:
- the message ID of this message boards suspicious activity
-
setMessageId
void setMessageId(long messageId) Sets the message ID of this message boards suspicious activity.- Parameters:
messageId- the message ID of this message boards suspicious activity
-
getThreadId
long getThreadId()Returns the thread ID of this message boards suspicious activity.- Returns:
- the thread ID of this message boards suspicious activity
-
setThreadId
void setThreadId(long threadId) Sets the thread ID of this message boards suspicious activity.- Parameters:
threadId- the thread ID of this message boards suspicious activity
-
getReason
Returns the reason of this message boards suspicious activity.- Returns:
- the reason of this message boards suspicious activity
-
setReason
Sets the reason of this message boards suspicious activity.- Parameters:
reason- the reason of this message boards suspicious activity
-
getValidated
boolean getValidated()Returns the validated of this message boards suspicious activity.- Returns:
- the validated of this message boards suspicious activity
-
isValidated
boolean isValidated()Returnstrueif this message boards suspicious activity is validated.- Returns:
trueif this message boards suspicious activity is validated;falseotherwise
-
setValidated
void setValidated(boolean validated) Sets whether this message boards suspicious activity is validated.- Parameters:
validated- the validated of this message boards suspicious activity
-
getContainerModelId
long getContainerModelId()Returns the container model ID of this message boards suspicious activity.- Specified by:
getContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Returns:
- the container model ID of this message boards suspicious activity
-
setContainerModelId
void setContainerModelId(long containerModelId) Sets the container model ID of this message boards suspicious activity.- Specified by:
setContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Parameters:
containerModelId- the container model ID of this message boards suspicious activity
-
getContainerModelName
String getContainerModelName()Returns the container name of this message boards suspicious activity.- Specified by:
getContainerModelNamein interfacecom.liferay.portal.kernel.model.ContainerModel- Returns:
- the container name of this message boards suspicious activity
-
getParentContainerModelId
long getParentContainerModelId()Returns the parent container model ID of this message boards suspicious activity.- Specified by:
getParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Returns:
- the parent container model ID of this message boards suspicious activity
-
setParentContainerModelId
void setParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this message boards suspicious activity.- Specified by:
setParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Parameters:
parentContainerModelId- the parent container model ID of this message boards suspicious activity
-
cloneWithOriginalValues
MBSuspiciousActivity cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
-
toXmlString
-