Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface SystemEvent

All Superinterfaces:
AttachedModel, BaseModel<SystemEvent>, ClassedModel, Cloneable, Comparable<SystemEvent>, PersistedModel, Serializable, SystemEventModel, TypedModel
All Known Implementing Classes:
SystemEventWrapper

@ProviderType
public interface SystemEvent
extends SystemEventModel, PersistedModel

The extended model interface for the SystemEvent service. Represents a row in the "SystemEvent" database table, with each column mapped to a property of this class.

See Also:
SystemEventModel, SystemEventImpl, SystemEventModelImpl

Field Summary
static Accessor<SystemEvent,Long> SYSTEM_EVENT_ID_ACCESSOR
           
 
Method Summary
 String getReferrerClassName()
           
 void setReferrerClassName(String referrerClassName)
           
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

SYSTEM_EVENT_ID_ACCESSOR

static final Accessor<SystemEvent,Long> SYSTEM_EVENT_ID_ACCESSOR
Method Detail

getReferrerClassName

String getReferrerClassName()

setReferrerClassName

void setReferrerClassName(String referrerClassName)

Liferay 6.2-ce-ga5