public class SystemEventWrapper extends BaseModelWrapper<SystemEvent> implements ModelWrapper<SystemEvent>, SystemEvent
This class is a wrapper for SystemEvent.
SystemEvent,
Serialized FormmodelSYSTEM_EVENT_ID_ACCESSOR| Constructor and Description |
|---|
SystemEventWrapper(SystemEvent systemEvent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the fully qualified class name of this system event.
|
long |
getClassNameId()
Returns the class name ID of this system event.
|
long |
getClassPK()
Returns the class pk of this system event.
|
String |
getClassUuid()
Returns the class uuid of this system event.
|
long |
getCompanyId()
Returns the company ID of this system event.
|
Date |
getCreateDate()
Returns the create date of this system event.
|
String |
getExtraData()
Returns the extra data of this system event.
|
long |
getGroupId()
Returns the group ID of this system event.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this system event.
|
long |
getParentSystemEventId()
Returns the parent system event ID of this system event.
|
long |
getPrimaryKey()
Returns the primary key of this system event.
|
String |
getReferrerClassName() |
long |
getReferrerClassNameId()
Returns the referrer class name ID of this system event.
|
long |
getSystemEventId()
Returns the system event ID of this system event.
|
long |
getSystemEventSetKey()
Returns the system event set key of this system event.
|
int |
getType()
Returns the type of this system event.
|
long |
getUserId()
Returns the user ID of this system event.
|
String |
getUserName()
Returns the user name of this system event.
|
String |
getUserUuid()
Returns the user uuid of this system event.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this system event.
|
void |
setClassPK(long classPK)
Sets the class pk of this system event.
|
void |
setClassUuid(String classUuid)
Sets the class uuid of this system event.
|
void |
setCompanyId(long companyId)
Sets the company ID of this system event.
|
void |
setCreateDate(Date createDate)
Sets the create date of this system event.
|
void |
setExtraData(String extraData)
Sets the extra data of this system event.
|
void |
setGroupId(long groupId)
Sets the group ID of this system event.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this system event.
|
void |
setParentSystemEventId(long parentSystemEventId)
Sets the parent system event ID of this system event.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this system event.
|
void |
setReferrerClassName(String referrerClassName) |
void |
setReferrerClassNameId(long referrerClassNameId)
Sets the referrer class name ID of this system event.
|
void |
setSystemEventId(long systemEventId)
Sets the system event ID of this system event.
|
void |
setSystemEventSetKey(long systemEventSetKey)
Sets the system event set key of this system event.
|
void |
setType(int type)
Sets the type of this system event.
|
void |
setUserId(long userId)
Sets the user ID of this system event.
|
void |
setUserName(String userName)
Sets the user name of this system event.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this system event.
|
protected SystemEventWrapper |
wrap(SystemEvent systemEvent) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic SystemEventWrapper(SystemEvent systemEvent)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SystemEvent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SystemEvent>public String getClassName()
getClassName in interface SystemEventModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface SystemEventModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface SystemEventModelpublic String getClassUuid()
getClassUuid in interface SystemEventModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface SystemEventModelpublic Date getCreateDate()
getCreateDate in interface SystemEventModelpublic String getExtraData()
getExtraData in interface SystemEventModelpublic long getGroupId()
getGroupId in interface SystemEventModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface SystemEventModelpublic long getParentSystemEventId()
getParentSystemEventId in interface SystemEventModelpublic long getPrimaryKey()
getPrimaryKey in interface SystemEventModelpublic String getReferrerClassName()
getReferrerClassName in interface SystemEventpublic long getReferrerClassNameId()
getReferrerClassNameId in interface SystemEventModelpublic long getSystemEventId()
getSystemEventId in interface SystemEventModelpublic long getSystemEventSetKey()
getSystemEventSetKey in interface SystemEventModelpublic int getType()
getType in interface SystemEventModelpublic long getUserId()
getUserId in interface SystemEventModelpublic String getUserName()
getUserName in interface SystemEventModelpublic String getUserUuid()
getUserUuid in interface SystemEventModelpublic void persist()
SystemEvent interface instead.persist in interface PersistedModelpublic void setClassName(String className)
setClassName in interface SystemEventModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SystemEventModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this system eventpublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface SystemEventModelclassPK - the class pk of this system eventpublic void setClassUuid(String classUuid)
setClassUuid in interface SystemEventModelclassUuid - the class uuid of this system eventpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface SystemEventModelcompanyId - the company ID of this system eventpublic void setCreateDate(Date createDate)
setCreateDate in interface SystemEventModelcreateDate - the create date of this system eventpublic void setExtraData(String extraData)
setExtraData in interface SystemEventModelextraData - the extra data of this system eventpublic void setGroupId(long groupId)
setGroupId in interface SystemEventModelgroupId - the group ID of this system eventpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface SystemEventModelmvccVersion - the mvcc version of this system eventpublic void setParentSystemEventId(long parentSystemEventId)
setParentSystemEventId in interface SystemEventModelparentSystemEventId - the parent system event ID of this system eventpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SystemEventModelprimaryKey - the primary key of this system eventpublic void setReferrerClassName(String referrerClassName)
setReferrerClassName in interface SystemEventpublic void setReferrerClassNameId(long referrerClassNameId)
setReferrerClassNameId in interface SystemEventModelreferrerClassNameId - the referrer class name ID of this system eventpublic void setSystemEventId(long systemEventId)
setSystemEventId in interface SystemEventModelsystemEventId - the system event ID of this system eventpublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface SystemEventModelsystemEventSetKey - the system event set key of this system eventpublic void setType(int type)
setType in interface SystemEventModeltype - the type of this system eventpublic void setUserId(long userId)
setUserId in interface SystemEventModeluserId - the user ID of this system eventpublic void setUserName(String userName)
setUserName in interface SystemEventModeluserName - the user name of this system eventpublic void setUserUuid(String userUuid)
setUserUuid in interface SystemEventModeluserUuid - the user uuid of this system eventprotected SystemEventWrapper wrap(SystemEvent systemEvent)
wrap in class BaseModelWrapper<SystemEvent>