public class KaleoNotificationWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotification> 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 |
|---|---|
KaleoNotification |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoNotification,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoNotification,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this kaleo notification.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo notification.
|
long |
getCtCollectionId()
Returns the ct collection ID 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() |
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID 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.
|
java.lang.String |
toXmlString() |
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, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic KaleoNotificationWrapper(KaleoNotification kaleoNotification)
public 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 KaleoNotification cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>cloneWithOriginalValues in interface KaleoNotificationModelpublic 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 long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>getCtCollectionId in interface KaleoNotificationModelpublic java.lang.String getDescription()
getDescription in interface KaleoNotificationModelpublic java.lang.String getExecutionType()
getExecutionType 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 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 com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoNotificationModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>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 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 void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic 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 setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>setCtCollectionId in interface KaleoNotificationModelctCollectionId - the ct collection ID 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 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 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 com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoNotificationModelmodifiedDate - the modified date of this kaleo notificationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>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 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 java.lang.String toXmlString()
toXmlString in interface KaleoNotificationModelpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoNotification,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoNotification,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotification>protected KaleoNotificationWrapper wrap(KaleoNotification kaleoNotification)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotification>