Package com.liferay.portal.kernel.model
Interface SystemEventModel
- All Superinterfaces:
AttachedModel,BaseModel<SystemEvent>,ClassedModel,Cloneable,Comparable<SystemEvent>,CTModel<SystemEvent>,MVCCModel,Serializable,ShardedModel,TypedModel
- All Known Subinterfaces:
SystemEvent
- All Known Implementing Classes:
SystemEventWrapper
@ProviderType
public interface SystemEventModel
extends AttachedModel, BaseModel<SystemEvent>, CTModel<SystemEvent>, MVCCModel, ShardedModel
The base model interface for the SystemEvent service. Represents a row in the "SystemEvent" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.SystemEventModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.SystemEventImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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.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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this system event.- Specified by:
getPrimaryKeyin interfaceCTModel<SystemEvent>- Returns:
- the primary key of this system event
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this system event.- Specified by:
setPrimaryKeyin interfaceCTModel<SystemEvent>- Parameters:
primaryKey- the primary key of this system event
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this system event.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this system event
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this system event.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this system event
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this system event.- Specified by:
getCtCollectionIdin interfaceCTModel<SystemEvent>- Returns:
- the ct collection ID of this system event
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this system event.- Specified by:
setCtCollectionIdin interfaceCTModel<SystemEvent>- Parameters:
ctCollectionId- the ct collection ID of this system event
-
getSystemEventId
long getSystemEventId()Returns the system event ID of this system event.- Returns:
- the system event ID of this system event
-
setSystemEventId
void setSystemEventId(long systemEventId) Sets the system event ID of this system event.- Parameters:
systemEventId- the system event ID of this system event
-
getGroupId
long getGroupId()Returns the group ID of this system event.- Returns:
- the group ID of this system event
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this system event.- Parameters:
groupId- the group ID of this system event
-
getCompanyId
long getCompanyId()Returns the company ID of this system event.- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this system event
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this system event.- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this system event
-
getUserId
long getUserId()Returns the user ID of this system event.- Returns:
- the user ID of this system event
-
setUserId
void setUserId(long userId) Sets the user ID of this system event.- Parameters:
userId- the user ID of this system event
-
getUserUuid
String getUserUuid()Returns the user uuid of this system event.- Returns:
- the user uuid of this system event
-
setUserUuid
Sets the user uuid of this system event.- Parameters:
userUuid- the user uuid of this system event
-
getUserName
Returns the user name of this system event.- Returns:
- the user name of this system event
-
setUserName
Sets the user name of this system event.- Parameters:
userName- the user name of this system event
-
getCreateDate
Date getCreateDate()Returns the create date of this system event.- Returns:
- the create date of this system event
-
setCreateDate
Sets the create date of this system event.- Parameters:
createDate- the create date of this system event
-
getClassName
String getClassName()Returns the fully qualified class name of this system event.- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this system event
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this system event.- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this system event
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this system event.- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this system event
-
getClassPK
long getClassPK()Returns the class pk of this system event.- Specified by:
getClassPKin interfaceAttachedModel- Returns:
- the class pk of this system event
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this system event.- Specified by:
setClassPKin interfaceAttachedModel- Parameters:
classPK- the class pk of this system event
-
getClassUuid
Returns the class uuid of this system event.- Returns:
- the class uuid of this system event
-
setClassUuid
Sets the class uuid of this system event.- Parameters:
classUuid- the class uuid of this system event
-
getReferrerClassNameId
long getReferrerClassNameId()Returns the referrer class name ID of this system event.- Returns:
- the referrer class name ID of this system event
-
setReferrerClassNameId
void setReferrerClassNameId(long referrerClassNameId) Sets the referrer class name ID of this system event.- Parameters:
referrerClassNameId- the referrer class name ID of this system event
-
getParentSystemEventId
long getParentSystemEventId()Returns the parent system event ID of this system event.- Returns:
- the parent system event ID of this system event
-
setParentSystemEventId
void setParentSystemEventId(long parentSystemEventId) Sets the parent system event ID of this system event.- Parameters:
parentSystemEventId- the parent system event ID of this system event
-
getSystemEventSetKey
long getSystemEventSetKey()Returns the system event set key of this system event.- Returns:
- the system event set key of this system event
-
setSystemEventSetKey
void setSystemEventSetKey(long systemEventSetKey) Sets the system event set key of this system event.- Parameters:
systemEventSetKey- the system event set key of this system event
-
getType
int getType()Returns the type of this system event.- Returns:
- the type of this system event
-
setType
void setType(int type) Sets the type of this system event.- Parameters:
type- the type of this system event
-
getExtraData
Returns the extra data of this system event.- Returns:
- the extra data of this system event
-
setExtraData
Sets the extra data of this system event.- Parameters:
extraData- the extra data of this system event
-
cloneWithOriginalValues
SystemEvent cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<SystemEvent>
-
toXmlString
-