@ProviderType public class KaleoNotificationWrapper extends java.lang.Object implements KaleoNotification, com.liferay.portal.kernel.model.ModelWrapper<KaleoNotification>
This class is a wrapper for KaleoNotification.
KaleoNotification,
Serialized FormKALEO_NOTIFICATION_ID_ACCESSOR| Constructor and Description |
|---|
KaleoNotificationWrapper(KaleoNotification kaleoNotification) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoNotification kaleoNotification) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this kaleo notification.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo notification.
|
java.lang.String |
getDescription()
Returns the description of this kaleo notification.
|
java.lang.String |
getExecutionType()
Returns the execution type of this kaleo notification.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this kaleo notification.
|
java.lang.String |
getKaleoClassName()
Returns the kaleo class name of this kaleo notification.
|
long |
getKaleoClassPK()
Returns the kaleo class p k of this kaleo notification.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo notification.
|
java.lang.String |
getKaleoNodeName()
Returns the kaleo node name of this kaleo notification.
|
long |
getKaleoNotificationId()
Returns the kaleo notification ID of this kaleo notification.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo notification.
|
java.lang.String |
getName()
Returns the name of this kaleo notification.
|
java.lang.String |
getNotificationTypes()
Returns the notification types of this kaleo notification.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo notification.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getTemplate()
Returns the template of this kaleo notification.
|
java.lang.String |
getTemplateLanguage()
Returns the template language of this kaleo notification.
|
long |
getUserId()
Returns the user ID of this kaleo notification.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo notification.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo notification.
|
KaleoNotification |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo notification.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo notification.
|
void |
setDescription(java.lang.String description)
Sets the description of this kaleo notification.
|
void |
setExecutionType(java.lang.String executionType)
Sets the execution type of this kaleo notification.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this kaleo notification.
|
void |
setKaleoClassName(java.lang.String kaleoClassName)
Sets the kaleo class name of this kaleo notification.
|
void |
setKaleoClassPK(long kaleoClassPK)
Sets the kaleo class p k of this kaleo notification.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo notification.
|
void |
setKaleoNodeName(java.lang.String kaleoNodeName)
Sets the kaleo node name of this kaleo notification.
|
void |
setKaleoNotificationId(long kaleoNotificationId)
Sets the kaleo notification ID of this kaleo notification.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo notification.
|
void |
setName(java.lang.String name)
Sets the name of this kaleo notification.
|
void |
setNew(boolean n) |
void |
setNotificationTypes(java.lang.String notificationTypes)
Sets the notification types of this kaleo notification.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo notification.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setTemplate(java.lang.String template)
Sets the template of this kaleo notification.
|
void |
setTemplateLanguage(java.lang.String templateLanguage)
Sets the template language of this kaleo notification.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo notification.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo notification.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo notification.
|
com.liferay.portal.kernel.model.CacheModel<KaleoNotification> |
toCacheModel() |
KaleoNotification |
toEscapedModel() |
java.lang.String |
toString() |
KaleoNotification |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public KaleoNotificationWrapper(KaleoNotification kaleoNotification)
public 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<KaleoNotification>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>clone in interface KaleoNotificationModelclone in class java.lang.Objectpublic int compareTo(KaleoNotification kaleoNotification)
compareTo in interface KaleoNotificationModelcompareTo in interface java.lang.Comparable<KaleoNotification>public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoNotificationModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoNotificationModelpublic java.lang.String getDescription()
getDescription in interface KaleoNotificationModelpublic java.lang.String getExecutionType()
getExecutionType in interface KaleoNotificationModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface KaleoNotificationModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoNotificationModelpublic java.lang.String getKaleoClassName()
getKaleoClassName in interface KaleoNotificationModelpublic long getKaleoClassPK()
getKaleoClassPK in interface KaleoNotificationModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoNotificationModelpublic java.lang.String getKaleoNodeName()
getKaleoNodeName in interface KaleoNotificationModelpublic long getKaleoNotificationId()
getKaleoNotificationId in interface KaleoNotificationModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoNotificationModelpublic java.lang.String getName()
getName in interface KaleoNotificationModelpublic java.lang.String getNotificationTypes()
getNotificationTypes in interface KaleoNotificationModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoNotificationModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface KaleoNotificationModelpublic java.lang.String getTemplate()
getTemplate in interface KaleoNotificationModelpublic java.lang.String getTemplateLanguage()
getTemplateLanguage in interface KaleoNotificationModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoNotificationModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoNotificationModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoNotificationModelpublic int hashCode()
hashCode in interface KaleoNotificationModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>isCachedModel in interface KaleoNotificationModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>isEscapedModel in interface KaleoNotificationModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>isNew in interface KaleoNotificationModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>setCachedModel in interface KaleoNotificationModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoNotificationModelcompanyId - the company ID of this kaleo notificationpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoNotificationModelcreateDate - the create date of this kaleo notificationpublic void setDescription(java.lang.String description)
setDescription in interface KaleoNotificationModeldescription - the description of this kaleo notificationpublic void setExecutionType(java.lang.String executionType)
setExecutionType in interface KaleoNotificationModelexecutionType - the execution type of this kaleo notificationpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>setExpandoBridgeAttributes in interface KaleoNotificationModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>setExpandoBridgeAttributes in interface KaleoNotificationModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>setExpandoBridgeAttributes in interface KaleoNotificationModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoNotificationModelgroupId - the group ID of this kaleo notificationpublic void setKaleoClassName(java.lang.String kaleoClassName)
setKaleoClassName in interface KaleoNotificationModelkaleoClassName - the kaleo class name of this kaleo notificationpublic void setKaleoClassPK(long kaleoClassPK)
setKaleoClassPK in interface KaleoNotificationModelkaleoClassPK - the kaleo class p k of this kaleo notificationpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoNotificationModelkaleoDefinitionId - the kaleo definition ID of this kaleo notificationpublic void setKaleoNodeName(java.lang.String kaleoNodeName)
setKaleoNodeName in interface KaleoNotificationModelkaleoNodeName - the kaleo node name of this kaleo notificationpublic void setKaleoNotificationId(long kaleoNotificationId)
setKaleoNotificationId in interface KaleoNotificationModelkaleoNotificationId - the kaleo notification ID of this kaleo notificationpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoNotificationModelmodifiedDate - the modified date of this kaleo notificationpublic void setName(java.lang.String name)
setName in interface KaleoNotificationModelname - the name of this kaleo notificationpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>setNew in interface KaleoNotificationModelpublic void setNotificationTypes(java.lang.String notificationTypes)
setNotificationTypes in interface KaleoNotificationModelnotificationTypes - the notification types of this kaleo notificationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoNotificationModelprimaryKey - the primary key of this kaleo notificationpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface KaleoNotificationModelpublic void setTemplate(java.lang.String template)
setTemplate in interface KaleoNotificationModeltemplate - the template of this kaleo notificationpublic void setTemplateLanguage(java.lang.String templateLanguage)
setTemplateLanguage in interface KaleoNotificationModeltemplateLanguage - the template language of this kaleo notificationpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoNotificationModeluserId - the user ID of this kaleo notificationpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoNotificationModeluserName - the user name of this kaleo notificationpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoNotificationModeluserUuid - the user uuid of this kaleo notificationpublic com.liferay.portal.kernel.model.CacheModel<KaleoNotification> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>toCacheModel in interface KaleoNotificationModelpublic KaleoNotification toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>toEscapedModel in interface KaleoNotificationModelpublic java.lang.String toString()
toString in interface KaleoNotificationModeltoString in class java.lang.Objectpublic KaleoNotification toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>toUnescapedModel in interface KaleoNotificationModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>toXmlString in interface KaleoNotificationModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic KaleoNotification getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<KaleoNotification>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>