Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class SystemEventImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SystemEvent>
      extended by com.liferay.portal.model.impl.SystemEventModelImpl
          extended by com.liferay.portal.model.impl.SystemEventBaseImpl
              extended by com.liferay.portal.model.impl.SystemEventImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SystemEvent>, ClassedModel, PersistedModel, SystemEvent, SystemEventModel, TypedModel, Serializable, Cloneable, Comparable<SystemEvent>

public class SystemEventImpl
extends SystemEventBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.SystemEventModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SYSTEMEVENTSETKEY_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.model.SystemEvent
SYSTEM_EVENT_ID_ACCESSOR
 
Constructor Summary
SystemEventImpl()
           
 
Method Summary
 String getReferrerClassName()
           
 void setReferrerClassName(String referrerClassName)
           
 
Methods inherited from class com.liferay.portal.model.impl.SystemEventBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.SystemEventModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getClassUuid, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalSystemEventSetKey, getOriginalType, getParentSystemEventId, getPrimaryKey, getPrimaryKeyObj, getReferrerClassNameId, getSystemEventId, getSystemEventSetKey, getType, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setClassUuid, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtraData, setGroupId, setModelAttributes, setParentSystemEventId, setPrimaryKey, setPrimaryKeyObj, setReferrerClassNameId, setSystemEventId, setSystemEventSetKey, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.SystemEventModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getClassUuid, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getParentSystemEventId, getPrimaryKey, getPrimaryKeyObj, getReferrerClassNameId, getSystemEventId, getSystemEventSetKey, getType, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setClassUuid, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExtraData, setGroupId, setNew, setParentSystemEventId, setPrimaryKey, setPrimaryKeyObj, setReferrerClassNameId, setSystemEventId, setSystemEventSetKey, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SystemEventImpl

public SystemEventImpl()
Method Detail

getReferrerClassName

public String getReferrerClassName()

setReferrerClassName

public void setReferrerClassName(String referrerClassName)

Liferay 6.2-ce-ga5