public class KaleoNotificationWrapper extends BaseModelWrapper<KaleoNotification> implements KaleoNotification, ModelWrapper<KaleoNotification>
This class is a wrapper for KaleoNotification.
KaleoNotification,
Serialized FormmodelKALEO_NOTIFICATION_ID_ACCESSOR| Constructor and Description |
|---|
KaleoNotificationWrapper(KaleoNotification kaleoNotification) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 pk of this kaleo notification.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo notification.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version 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.util.Date |
getModifiedDate()
Returns the modified date of this kaleo notification.
|
long |
getMvccVersion()
Returns the mvcc version 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.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.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
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 pk of this kaleo notification.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo notification.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version 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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo notification.
|
void |
setName(java.lang.String name)
Sets the name of this kaleo notification.
|
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 |
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.
|
protected KaleoNotificationWrapper |
wrap(KaleoNotification kaleoNotification) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic KaleoNotificationWrapper(KaleoNotification kaleoNotification)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<KaleoNotification>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<KaleoNotification>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface KaleoNotificationModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface KaleoNotificationModelpublic java.lang.String getDescription()
getDescription in interface KaleoNotificationModelpublic java.lang.String getExecutionType()
getExecutionType in interface KaleoNotificationModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface KaleoNotificationModelpublic java.lang.String getKaleoClassName()
getKaleoClassName in interface KaleoNotificationModelpublic long getKaleoClassPK()
getKaleoClassPK in interface KaleoNotificationModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoNotificationModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoNotificationModelpublic java.lang.String getKaleoNodeName()
getKaleoNodeName in interface KaleoNotificationModelpublic long getKaleoNotificationId()
getKaleoNotificationId in interface KaleoNotificationModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface KaleoNotificationModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion 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.lang.String getTemplate()
getTemplate in interface KaleoNotificationModelpublic java.lang.String getTemplateLanguage()
getTemplateLanguage in interface KaleoNotificationModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface KaleoNotificationModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface KaleoNotificationModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface KaleoNotificationModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface KaleoNotificationModelcompanyId - the company ID of this kaleo notificationpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface 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 setGroupId(long groupId)
setGroupId in interface 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 pk of this kaleo notificationpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoNotificationModelkaleoDefinitionId - the kaleo definition ID of this kaleo notificationpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoNotificationModelkaleoDefinitionVersionId - the kaleo definition version 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 AuditedModelsetModifiedDate in interface KaleoNotificationModelmodifiedDate - the modified date of this kaleo notificationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface KaleoNotificationModelmvccVersion - the mvcc version of this kaleo notificationpublic void setName(java.lang.String name)
setName in interface KaleoNotificationModelname - the name of this kaleo notificationpublic 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 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 AuditedModelsetUserId in interface KaleoNotificationModeluserId - the user ID of this kaleo notificationpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface KaleoNotificationModeluserName - the user name of this kaleo notificationpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface KaleoNotificationModeluserUuid - the user uuid of this kaleo notificationprotected KaleoNotificationWrapper wrap(KaleoNotification kaleoNotification)
wrap in class BaseModelWrapper<KaleoNotification>