@ProviderType
public class SystemEventModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>
implements com.liferay.portal.kernel.model.SystemEventModel
This implementation and its corresponding interface SystemEventModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SystemEventImpl.
SystemEventImpl,
SystemEvent,
SystemEventModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
CREATEDATE_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static long |
SYSTEMEVENTSETKEY_COLUMN_BITMASK |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
TYPE_COLUMN_BITMASK |
| Constructor and Description |
|---|
SystemEventModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.SystemEvent systemEvent) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
java.lang.String |
getClassUuid() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getExtraData() |
long |
getGroupId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalGroupId() |
long |
getOriginalSystemEventSetKey() |
int |
getOriginalType() |
long |
getParentSystemEventId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getReferrerClassNameId() |
long |
getSystemEventId() |
long |
getSystemEventSetKey() |
int |
getType() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setClassUuid(java.lang.String classUuid) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExtraData(java.lang.String extraData) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setParentSystemEventId(long parentSystemEventId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setReferrerClassNameId(long referrerClassNameId) |
void |
setSystemEventId(long systemEventId) |
void |
setSystemEventSetKey(long systemEventSetKey) |
void |
setType(int type) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.SystemEvent> |
toCacheModel() |
com.liferay.portal.kernel.model.SystemEvent |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long SYSTEMEVENTSETKEY_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getSystemEventId()
getSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setSystemEventId(long systemEventId)
setSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.SystemEventModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.SystemEventModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getOriginalClassPK()
public java.lang.String getClassUuid()
getClassUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setClassUuid(java.lang.String classUuid)
setClassUuid in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getReferrerClassNameId()
getReferrerClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setReferrerClassNameId(long referrerClassNameId)
setReferrerClassNameId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getParentSystemEventId()
getParentSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setParentSystemEventId(long parentSystemEventId)
setParentSystemEventId in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getSystemEventSetKey()
getSystemEventSetKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getOriginalSystemEventSetKey()
public int getType()
getType in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setType(int type)
setType in interface com.liferay.portal.kernel.model.SystemEventModelpublic int getOriginalType()
public java.lang.String getExtraData()
getExtraData in interface com.liferay.portal.kernel.model.SystemEventModelpublic void setExtraData(java.lang.String extraData)
setExtraData in interface com.liferay.portal.kernel.model.SystemEventModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.kernel.model.SystemEventModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.SystemEventModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public com.liferay.portal.kernel.model.SystemEvent toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>toEscapedModel in interface com.liferay.portal.kernel.model.SystemEventModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>clone in interface com.liferay.portal.kernel.model.SystemEventModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public int compareTo(com.liferay.portal.kernel.model.SystemEvent systemEvent)
compareTo in interface com.liferay.portal.kernel.model.SystemEventModelcompareTo in interface java.lang.Comparable<com.liferay.portal.kernel.model.SystemEvent>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.kernel.model.SystemEventModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.SystemEvent> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>toCacheModel in interface com.liferay.portal.kernel.model.SystemEventModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.SystemEvent>public java.lang.String toString()
toString in interface com.liferay.portal.kernel.model.SystemEventModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.SystemEvent>toXmlString in interface com.liferay.portal.kernel.model.SystemEventModel