Package com.liferay.portal.kernel.model
Class SystemEventWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SystemEvent>
com.liferay.portal.kernel.model.SystemEventWrapper
- All Implemented Interfaces:
AttachedModel,BaseModel<SystemEvent>,CTModel<SystemEvent>,ClassedModel,ModelWrapper<SystemEvent>,MVCCModel,PersistedModel,ShardedModel,SystemEvent,SystemEventModel,TypedModel,Serializable,Cloneable,Comparable<SystemEvent>
public class SystemEventWrapper
extends BaseModelWrapper<SystemEvent>
implements ModelWrapper<SystemEvent>, SystemEvent
This class is a wrapper for SystemEvent.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.SystemEvent
SYSTEM_EVENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this system event.longReturns the class name ID of this system event.longReturns the class pk of this system event.Returns the class uuid of this system event.longReturns the company ID of this system event.Returns the create date of this system event.longReturns the ct collection ID of this system event.Returns the extra data of this system event.longReturns the group ID of this system event.longReturns the mvcc version of this system event.longReturns the parent system event ID of this system event.longReturns the primary key of this system event.longReturns the referrer class name ID of this system event.longReturns the system event ID of this system event.longReturns the system event set key of this system event.intgetType()Returns the type of this system event.longReturns the user ID of this system event.Returns the user name of this system event.Returns the user uuid of this system event.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this system event.voidsetClassPK(long classPK) Sets the class pk of this system event.voidsetClassUuid(String classUuid) Sets the class uuid of this system event.voidsetCompanyId(long companyId) Sets the company ID of this system event.voidsetCreateDate(Date createDate) Sets the create date of this system event.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this system event.voidsetExtraData(String extraData) Sets the extra data of this system event.voidsetGroupId(long groupId) Sets the group ID of this system event.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this system event.voidsetParentSystemEventId(long parentSystemEventId) Sets the parent system event ID of this system event.voidsetPrimaryKey(long primaryKey) Sets the primary key of this system event.voidsetReferrerClassName(String referrerClassName) voidsetReferrerClassNameId(long referrerClassNameId) Sets the referrer class name ID of this system event.voidsetSystemEventId(long systemEventId) Sets the system event ID of this system event.voidsetSystemEventSetKey(long systemEventSetKey) Sets the system event set key of this system event.voidsetType(int type) Sets the type of this system event.voidsetUserId(long userId) Sets the user ID of this system event.voidsetUserName(String userName) Sets the user name of this system event.voidsetUserUuid(String userUuid) Sets the user uuid of this system event.protected SystemEventWrapperwrap(SystemEvent systemEvent) 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.ModelWrapper
getWrappedModel
-
Constructor Details
-
SystemEventWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<SystemEvent>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<SystemEvent>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<SystemEvent>- Specified by:
cloneWithOriginalValuesin interfaceSystemEventModel
-
getClassName
Returns the fully qualified class name of this system event.- Specified by:
getClassNamein interfaceSystemEventModel- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this system event
-
getClassNameId
public long getClassNameId()Returns the class name ID of this system event.- Specified by:
getClassNameIdin interfaceSystemEventModel- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this system event
-
getClassPK
public long getClassPK()Returns the class pk of this system event.- Specified by:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin interfaceSystemEventModel- Returns:
- the class pk of this system event
-
getClassUuid
Returns the class uuid of this system event.- Specified by:
getClassUuidin interfaceSystemEventModel- Returns:
- the class uuid of this system event
-
getCompanyId
public long getCompanyId()Returns the company ID of this system event.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceSystemEventModel- Returns:
- the company ID of this system event
-
getCreateDate
Returns the create date of this system event.- Specified by:
getCreateDatein interfaceSystemEventModel- Returns:
- the create date of this system event
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this system event.- Specified by:
getCtCollectionIdin interfaceCTModel<SystemEvent>- Specified by:
getCtCollectionIdin interfaceSystemEventModel- Returns:
- the ct collection ID of this system event
-
getExtraData
Returns the extra data of this system event.- Specified by:
getExtraDatain interfaceSystemEventModel- Returns:
- the extra data of this system event
-
getGroupId
public long getGroupId()Returns the group ID of this system event.- Specified by:
getGroupIdin interfaceSystemEventModel- Returns:
- the group ID of this system event
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this system event.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceSystemEventModel- Returns:
- the mvcc version of this system event
-
getParentSystemEventId
public long getParentSystemEventId()Returns the parent system event ID of this system event.- Specified by:
getParentSystemEventIdin interfaceSystemEventModel- Returns:
- the parent system event ID of this system event
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this system event.- Specified by:
getPrimaryKeyin interfaceCTModel<SystemEvent>- Specified by:
getPrimaryKeyin interfaceSystemEventModel- Returns:
- the primary key of this system event
-
getReferrerClassName
- Specified by:
getReferrerClassNamein interfaceSystemEvent
-
getReferrerClassNameId
public long getReferrerClassNameId()Returns the referrer class name ID of this system event.- Specified by:
getReferrerClassNameIdin interfaceSystemEventModel- Returns:
- the referrer class name ID of this system event
-
getSystemEventId
public long getSystemEventId()Returns the system event ID of this system event.- Specified by:
getSystemEventIdin interfaceSystemEventModel- Returns:
- the system event ID of this system event
-
getSystemEventSetKey
public long getSystemEventSetKey()Returns the system event set key of this system event.- Specified by:
getSystemEventSetKeyin interfaceSystemEventModel- Returns:
- the system event set key of this system event
-
getType
public int getType()Returns the type of this system event.- Specified by:
getTypein interfaceSystemEventModel- Returns:
- the type of this system event
-
getUserId
public long getUserId()Returns the user ID of this system event.- Specified by:
getUserIdin interfaceSystemEventModel- Returns:
- the user ID of this system event
-
getUserName
Returns the user name of this system event.- Specified by:
getUserNamein interfaceSystemEventModel- Returns:
- the user name of this system event
-
getUserUuid
Returns the user uuid of this system event.- Specified by:
getUserUuidin interfaceSystemEventModel- Returns:
- the user uuid of this system event
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceSystemEventModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this system event.- Specified by:
setClassNameIdin interfaceSystemEventModel- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this system event
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this system event.- Specified by:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin interfaceSystemEventModel- Parameters:
classPK- the class pk of this system event
-
setClassUuid
Sets the class uuid of this system event.- Specified by:
setClassUuidin interfaceSystemEventModel- Parameters:
classUuid- the class uuid of this system event
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this system event.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceSystemEventModel- Parameters:
companyId- the company ID of this system event
-
setCreateDate
Sets the create date of this system event.- Specified by:
setCreateDatein interfaceSystemEventModel- Parameters:
createDate- the create date of this system event
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this system event.- Specified by:
setCtCollectionIdin interfaceCTModel<SystemEvent>- Specified by:
setCtCollectionIdin interfaceSystemEventModel- Parameters:
ctCollectionId- the ct collection ID of this system event
-
setExtraData
Sets the extra data of this system event.- Specified by:
setExtraDatain interfaceSystemEventModel- Parameters:
extraData- the extra data of this system event
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this system event.- Specified by:
setGroupIdin interfaceSystemEventModel- Parameters:
groupId- the group ID of this system event
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this system event.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceSystemEventModel- Parameters:
mvccVersion- the mvcc version of this system event
-
setParentSystemEventId
public void setParentSystemEventId(long parentSystemEventId) Sets the parent system event ID of this system event.- Specified by:
setParentSystemEventIdin interfaceSystemEventModel- Parameters:
parentSystemEventId- the parent system event ID of this system event
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this system event.- Specified by:
setPrimaryKeyin interfaceCTModel<SystemEvent>- Specified by:
setPrimaryKeyin interfaceSystemEventModel- Parameters:
primaryKey- the primary key of this system event
-
setReferrerClassName
- Specified by:
setReferrerClassNamein interfaceSystemEvent
-
setReferrerClassNameId
public void setReferrerClassNameId(long referrerClassNameId) Sets the referrer class name ID of this system event.- Specified by:
setReferrerClassNameIdin interfaceSystemEventModel- Parameters:
referrerClassNameId- the referrer class name ID of this system event
-
setSystemEventId
public void setSystemEventId(long systemEventId) Sets the system event ID of this system event.- Specified by:
setSystemEventIdin interfaceSystemEventModel- Parameters:
systemEventId- the system event ID of this system event
-
setSystemEventSetKey
public void setSystemEventSetKey(long systemEventSetKey) Sets the system event set key of this system event.- Specified by:
setSystemEventSetKeyin interfaceSystemEventModel- Parameters:
systemEventSetKey- the system event set key of this system event
-
setType
public void setType(int type) Sets the type of this system event.- Specified by:
setTypein interfaceSystemEventModel- Parameters:
type- the type of this system event
-
setUserId
public void setUserId(long userId) Sets the user ID of this system event.- Specified by:
setUserIdin interfaceSystemEventModel- Parameters:
userId- the user ID of this system event
-
setUserName
Sets the user name of this system event.- Specified by:
setUserNamein interfaceSystemEventModel- Parameters:
userName- the user name of this system event
-
setUserUuid
Sets the user uuid of this system event.- Specified by:
setUserUuidin interfaceSystemEventModel- Parameters:
userUuid- the user uuid of this system event
-
toXmlString
- Specified by:
toXmlStringin interfaceSystemEventModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<SystemEvent>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<SystemEvent>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<SystemEvent>
-