Class KaleoNotificationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotification>
com.liferay.portal.workflow.kaleo.model.KaleoNotificationWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoNotification>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoNotification>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoNotification
,KaleoNotificationModel
,Serializable
,Cloneable
,Comparable<KaleoNotification>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoNotification
KALEO_NOTIFICATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this kaleo notification.Returns the create date of this kaleo notification.long
Returns the ct collection ID of this kaleo notification.Returns the description of this kaleo notification.Returns the execution type of this kaleo notification.long
Returns the group ID of this kaleo notification.Returns the kaleo class name of this kaleo notification.long
Returns the kaleo class pk of this kaleo notification.long
Returns the kaleo definition ID of this kaleo notification.long
Returns the kaleo definition version ID of this kaleo notification.Returns the kaleo node name of this kaleo notification.long
Returns the kaleo notification ID of this kaleo notification.Returns the modified date of this kaleo notification.long
Returns the mvcc version of this kaleo notification.getName()
Returns the name of this kaleo notification.Returns the notification types of this kaleo notification.long
Returns the primary key of this kaleo notification.Returns the template of this kaleo notification.Returns the template language of this kaleo notification.long
Returns the user ID of this kaleo notification.Returns the user name of this kaleo notification.Returns the user uuid of this kaleo notification.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this kaleo notification.void
setCreateDate
(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
(String description) Sets the description of this kaleo notification.void
setExecutionType
(String executionType) Sets the execution type of this kaleo notification.void
setGroupId
(long groupId) Sets the group ID of this kaleo notification.void
setKaleoClassName
(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
(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
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo notification.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo notification.void
Sets the name of this kaleo notification.void
setNotificationTypes
(String notificationTypes) Sets the notification types of this kaleo notification.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo notification.void
setTemplate
(String template) Sets the template of this kaleo notification.void
setTemplateLanguage
(String templateLanguage) Sets the template language of this kaleo notification.void
setUserId
(long userId) Sets the user ID of this kaleo notification.void
setUserName
(String userName) Sets the user name of this kaleo notification.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo notification.protected KaleoNotificationWrapper
wrap
(KaleoNotification kaleoNotification) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoNotificationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoNotificationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo notification.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoNotificationModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo notification
-
getCreateDate
Returns the create date of this kaleo notification.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoNotificationModel
- Returns:
- the create date of this kaleo notification
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo notification.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
- Specified by:
getCtCollectionId
in interfaceKaleoNotificationModel
- Returns:
- the ct collection ID of this kaleo notification
-
getDescription
Returns the description of this kaleo notification.- Specified by:
getDescription
in interfaceKaleoNotificationModel
- Returns:
- the description of this kaleo notification
-
getExecutionType
Returns the execution type of this kaleo notification.- Specified by:
getExecutionType
in interfaceKaleoNotificationModel
- Returns:
- the execution type of this kaleo notification
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo notification.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoNotificationModel
- Returns:
- the group ID of this kaleo notification
-
getKaleoClassName
Returns the kaleo class name of this kaleo notification.- Specified by:
getKaleoClassName
in interfaceKaleoNotificationModel
- Returns:
- the kaleo class name of this kaleo notification
-
getKaleoClassPK
public long getKaleoClassPK()Returns the kaleo class pk of this kaleo notification.- Specified by:
getKaleoClassPK
in interfaceKaleoNotificationModel
- Returns:
- the kaleo class pk of this kaleo notification
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo notification.- Specified by:
getKaleoDefinitionId
in interfaceKaleoNotificationModel
- Returns:
- the kaleo definition ID of this kaleo notification
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo notification.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoNotificationModel
- Returns:
- the kaleo definition version ID of this kaleo notification
-
getKaleoNodeName
Returns the kaleo node name of this kaleo notification.- Specified by:
getKaleoNodeName
in interfaceKaleoNotificationModel
- Returns:
- the kaleo node name of this kaleo notification
-
getKaleoNotificationId
public long getKaleoNotificationId()Returns the kaleo notification ID of this kaleo notification.- Specified by:
getKaleoNotificationId
in interfaceKaleoNotificationModel
- Returns:
- the kaleo notification ID of this kaleo notification
-
getModifiedDate
Returns the modified date of this kaleo notification.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoNotificationModel
- Returns:
- the modified date of this kaleo notification
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo notification.- Specified by:
getMvccVersion
in interfaceKaleoNotificationModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo notification
-
getName
Returns the name of this kaleo notification.- Specified by:
getName
in interfaceKaleoNotificationModel
- Returns:
- the name of this kaleo notification
-
getNotificationTypes
Returns the notification types of this kaleo notification.- Specified by:
getNotificationTypes
in interfaceKaleoNotificationModel
- Returns:
- the notification types of this kaleo notification
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo notification.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
- Specified by:
getPrimaryKey
in interfaceKaleoNotificationModel
- Returns:
- the primary key of this kaleo notification
-
getTemplate
Returns the template of this kaleo notification.- Specified by:
getTemplate
in interfaceKaleoNotificationModel
- Returns:
- the template of this kaleo notification
-
getTemplateLanguage
Returns the template language of this kaleo notification.- Specified by:
getTemplateLanguage
in interfaceKaleoNotificationModel
- Returns:
- the template language of this kaleo notification
-
getUserId
public long getUserId()Returns the user ID of this kaleo notification.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoNotificationModel
- Returns:
- the user ID of this kaleo notification
-
getUserName
Returns the user name of this kaleo notification.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoNotificationModel
- Returns:
- the user name of this kaleo notification
-
getUserUuid
Returns the user uuid of this kaleo notification.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoNotificationModel
- Returns:
- the user uuid of this kaleo notification
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo notification.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoNotificationModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo notification
-
setCreateDate
Sets the create date of this kaleo notification.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoNotificationModel
- Parameters:
createDate
- the create date of this kaleo notification
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo notification.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
- Specified by:
setCtCollectionId
in interfaceKaleoNotificationModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo notification
-
setDescription
Sets the description of this kaleo notification.- Specified by:
setDescription
in interfaceKaleoNotificationModel
- Parameters:
description
- the description of this kaleo notification
-
setExecutionType
Sets the execution type of this kaleo notification.- Specified by:
setExecutionType
in interfaceKaleoNotificationModel
- Parameters:
executionType
- the execution type of this kaleo notification
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo notification.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoNotificationModel
- Parameters:
groupId
- the group ID of this kaleo notification
-
setKaleoClassName
Sets the kaleo class name of this kaleo notification.- Specified by:
setKaleoClassName
in interfaceKaleoNotificationModel
- Parameters:
kaleoClassName
- the kaleo class name of this kaleo notification
-
setKaleoClassPK
public void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo notification.- Specified by:
setKaleoClassPK
in interfaceKaleoNotificationModel
- Parameters:
kaleoClassPK
- the kaleo class pk of this kaleo notification
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo notification.- Specified by:
setKaleoDefinitionId
in interfaceKaleoNotificationModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo notification
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo notification.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoNotificationModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo notification
-
setKaleoNodeName
Sets the kaleo node name of this kaleo notification.- Specified by:
setKaleoNodeName
in interfaceKaleoNotificationModel
- Parameters:
kaleoNodeName
- the kaleo node name of this kaleo notification
-
setKaleoNotificationId
public void setKaleoNotificationId(long kaleoNotificationId) Sets the kaleo notification ID of this kaleo notification.- Specified by:
setKaleoNotificationId
in interfaceKaleoNotificationModel
- Parameters:
kaleoNotificationId
- the kaleo notification ID of this kaleo notification
-
setModifiedDate
Sets the modified date of this kaleo notification.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoNotificationModel
- Parameters:
modifiedDate
- the modified date of this kaleo notification
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo notification.- Specified by:
setMvccVersion
in interfaceKaleoNotificationModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo notification
-
setName
Sets the name of this kaleo notification.- Specified by:
setName
in interfaceKaleoNotificationModel
- Parameters:
name
- the name of this kaleo notification
-
setNotificationTypes
Sets the notification types of this kaleo notification.- Specified by:
setNotificationTypes
in interfaceKaleoNotificationModel
- Parameters:
notificationTypes
- the notification types of this kaleo notification
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo notification.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
- Specified by:
setPrimaryKey
in interfaceKaleoNotificationModel
- Parameters:
primaryKey
- the primary key of this kaleo notification
-
setTemplate
Sets the template of this kaleo notification.- Specified by:
setTemplate
in interfaceKaleoNotificationModel
- Parameters:
template
- the template of this kaleo notification
-
setTemplateLanguage
Sets the template language of this kaleo notification.- Specified by:
setTemplateLanguage
in interfaceKaleoNotificationModel
- Parameters:
templateLanguage
- the template language of this kaleo notification
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo notification.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoNotificationModel
- Parameters:
userId
- the user ID of this kaleo notification
-
setUserName
Sets the user name of this kaleo notification.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoNotificationModel
- Parameters:
userName
- the user name of this kaleo notification
-
setUserUuid
Sets the user uuid of this kaleo notification.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoNotificationModel
- Parameters:
userUuid
- the user uuid of this kaleo notification
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoNotificationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotification>
-