Package com.liferay.message.boards.model
Class MBSuspiciousActivityWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity>
com.liferay.message.boards.model.MBSuspiciousActivityWrapper
- All Implemented Interfaces:
MBSuspiciousActivity,MBSuspiciousActivityModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>,com.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ContainerModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<MBSuspiciousActivity>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<MBSuspiciousActivity>
public class MBSuspiciousActivityWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity>
implements MBSuspiciousActivity, com.liferay.portal.kernel.model.ModelWrapper<MBSuspiciousActivity>
This class is a wrapper for MBSuspiciousActivity.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.message.boards.model.MBSuspiciousActivity
SUSPICIOUS_ACTIVITY_ID_ACCESSOR -
Constructor Summary
Constructors -
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.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns 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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected MBSuspiciousActivityWrapperwrap(MBSuspiciousActivity mbSuspiciousActivity) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
MBSuspiciousActivityWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>- Specified by:
cloneWithOriginalValuesin interfaceMBSuspiciousActivityModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this message boards suspicious activity.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMBSuspiciousActivityModel- 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
-
getContainerModelId
public long getContainerModelId()Returns the container model ID of this message boards suspicious activity.- Specified by:
getContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelIdin interfaceMBSuspiciousActivityModel- Returns:
- the container model ID of this message boards suspicious activity
-
getContainerModelName
Returns the container name of this message boards suspicious activity.- Specified by:
getContainerModelNamein interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelNamein interfaceMBSuspiciousActivityModel- Returns:
- the container name of this message boards suspicious activity
-
getCreateDate
Returns the create date of this message boards suspicious activity.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceMBSuspiciousActivityModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this message boards suspicious activity
-
getCtCollectionId
public 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>- Specified by:
getCtCollectionIdin interfaceMBSuspiciousActivityModel- Returns:
- the ct collection ID of this message boards suspicious activity
-
getGroupId
public long getGroupId()Returns the group ID of this message boards suspicious activity.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceMBSuspiciousActivityModel- Returns:
- the group ID of this message boards suspicious activity
-
getMessageId
public long getMessageId()Returns the message ID of this message boards suspicious activity.- Specified by:
getMessageIdin interfaceMBSuspiciousActivityModel- Returns:
- the message ID of this message boards suspicious activity
-
getModifiedDate
Returns the modified date of this message boards suspicious activity.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceMBSuspiciousActivityModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this message boards suspicious activity
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this message boards suspicious activity.- Specified by:
getMvccVersionin interfaceMBSuspiciousActivityModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this message boards suspicious activity
-
getParentContainerModelId
public long getParentContainerModelId()Returns the parent container model ID of this message boards suspicious activity.- Specified by:
getParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getParentContainerModelIdin interfaceMBSuspiciousActivityModel- Returns:
- the parent container model ID of this message boards suspicious activity
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this message boards suspicious activity.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBSuspiciousActivity>- Specified by:
getPrimaryKeyin interfaceMBSuspiciousActivityModel- Returns:
- the primary key of this message boards suspicious activity
-
getReason
Returns the reason of this message boards suspicious activity.- Specified by:
getReasonin interfaceMBSuspiciousActivityModel- Returns:
- the reason of this message boards suspicious activity
-
getSuspiciousActivityId
public long getSuspiciousActivityId()Returns the suspicious activity ID of this message boards suspicious activity.- Specified by:
getSuspiciousActivityIdin interfaceMBSuspiciousActivityModel- Returns:
- the suspicious activity ID of this message boards suspicious activity
-
getThreadId
public long getThreadId()Returns the thread ID of this message boards suspicious activity.- Specified by:
getThreadIdin interfaceMBSuspiciousActivityModel- Returns:
- the thread ID of this message boards suspicious activity
-
getUserId
public long getUserId()Returns the user ID of this message boards suspicious activity.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMBSuspiciousActivityModel- Returns:
- the user ID 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- Specified by:
getUserNamein interfaceMBSuspiciousActivityModel- Returns:
- the user name of this message boards suspicious activity
-
getUserUuid
Returns the user uuid of this message boards suspicious activity.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMBSuspiciousActivityModel- Returns:
- the user uuid of this message boards suspicious activity
-
getUuid
Returns the uuid of this message boards suspicious activity.- Specified by:
getUuidin interfaceMBSuspiciousActivityModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this message boards suspicious activity
-
getValidated
public boolean getValidated()Returns the validated of this message boards suspicious activity.- Specified by:
getValidatedin interfaceMBSuspiciousActivityModel- Returns:
- the validated of this message boards suspicious activity
-
isValidated
public boolean isValidated()Returnstrueif this message boards suspicious activity is validated.- Specified by:
isValidatedin interfaceMBSuspiciousActivityModel- Returns:
trueif this message boards suspicious activity is validated;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public 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 interfaceMBSuspiciousActivityModel- 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
-
setContainerModelId
public void setContainerModelId(long containerModelId) Sets the container model ID of this message boards suspicious activity.- Specified by:
setContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setContainerModelIdin interfaceMBSuspiciousActivityModel- Parameters:
containerModelId- the container model ID 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 interfaceMBSuspiciousActivityModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this message boards suspicious activity
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceMBSuspiciousActivityModel- Parameters:
ctCollectionId- the ct collection ID of this message boards suspicious activity
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this message boards suspicious activity.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceMBSuspiciousActivityModel- Parameters:
groupId- the group ID of this message boards suspicious activity
-
setMessageId
public void setMessageId(long messageId) Sets the message ID of this message boards suspicious activity.- Specified by:
setMessageIdin interfaceMBSuspiciousActivityModel- Parameters:
messageId- the message ID 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 interfaceMBSuspiciousActivityModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this message boards suspicious activity
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this message boards suspicious activity.- Specified by:
setMvccVersionin interfaceMBSuspiciousActivityModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this message boards suspicious activity
-
setParentContainerModelId
public 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- Specified by:
setParentContainerModelIdin interfaceMBSuspiciousActivityModel- Parameters:
parentContainerModelId- the parent container model ID of this message boards suspicious activity
-
setPrimaryKey
public 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>- Specified by:
setPrimaryKeyin interfaceMBSuspiciousActivityModel- Parameters:
primaryKey- the primary key of this message boards suspicious activity
-
setReason
Sets the reason of this message boards suspicious activity.- Specified by:
setReasonin interfaceMBSuspiciousActivityModel- Parameters:
reason- the reason of this message boards suspicious activity
-
setSuspiciousActivityId
public void setSuspiciousActivityId(long suspiciousActivityId) Sets the suspicious activity ID of this message boards suspicious activity.- Specified by:
setSuspiciousActivityIdin interfaceMBSuspiciousActivityModel- Parameters:
suspiciousActivityId- the suspicious activity ID of this message boards suspicious activity
-
setThreadId
public void setThreadId(long threadId) Sets the thread ID of this message boards suspicious activity.- Specified by:
setThreadIdin interfaceMBSuspiciousActivityModel- Parameters:
threadId- the thread ID of this message boards suspicious activity
-
setUserId
public void setUserId(long userId) Sets the user ID of this message boards suspicious activity.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMBSuspiciousActivityModel- Parameters:
userId- the user ID 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- Specified by:
setUserNamein interfaceMBSuspiciousActivityModel- Parameters:
userName- the user name 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- Specified by:
setUserUuidin interfaceMBSuspiciousActivityModel- Parameters:
userUuid- the user uuid of this message boards suspicious activity
-
setUuid
Sets the uuid of this message boards suspicious activity.- Specified by:
setUuidin interfaceMBSuspiciousActivityModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this message boards suspicious activity
-
setValidated
public void setValidated(boolean validated) Sets whether this message boards suspicious activity is validated.- Specified by:
setValidatedin interfaceMBSuspiciousActivityModel- Parameters:
validated- the validated of this message boards suspicious activity
-
toXmlString
- Specified by:
toXmlStringin interfaceMBSuspiciousActivityModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<MBSuspiciousActivity>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBSuspiciousActivity>
-