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
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoNotification
KALEO_NOTIFICATION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo notification.Returns the create date of this kaleo notification.longReturns the ct collection ID of this kaleo notification.Returns the description of this kaleo notification.Returns the execution type of this kaleo notification.longReturns the group ID of this kaleo notification.Returns the kaleo class name of this kaleo notification.longReturns the kaleo class pk of this kaleo notification.longReturns the kaleo definition ID of this kaleo notification.longReturns the kaleo definition version ID of this kaleo notification.Returns the kaleo node name of this kaleo notification.longReturns the kaleo notification ID of this kaleo notification.Returns the modified date of this kaleo notification.longReturns the mvcc version of this kaleo notification.getName()Returns the name of this kaleo notification.Returns the notification types of this kaleo notification.longReturns the primary key of this kaleo notification.Returns the template of this kaleo notification.Returns the template language of this kaleo notification.longReturns the user ID of this kaleo notification.Returns the user name of this kaleo notification.Returns the user uuid of this kaleo notification.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kaleo notification.voidsetCreateDate(Date createDate) Sets the create date of this kaleo notification.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo notification.voidsetDescription(String description) Sets the description of this kaleo notification.voidsetExecutionType(String executionType) Sets the execution type of this kaleo notification.voidsetGroupId(long groupId) Sets the group ID of this kaleo notification.voidsetKaleoClassName(String kaleoClassName) Sets the kaleo class name of this kaleo notification.voidsetKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo notification.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo notification.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo notification.voidsetKaleoNodeName(String kaleoNodeName) Sets the kaleo node name of this kaleo notification.voidsetKaleoNotificationId(long kaleoNotificationId) Sets the kaleo notification ID of this kaleo notification.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo notification.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo notification.voidSets the name of this kaleo notification.voidsetNotificationTypes(String notificationTypes) Sets the notification types of this kaleo notification.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo notification.voidsetTemplate(String template) Sets the template of this kaleo notification.voidsetTemplateLanguage(String templateLanguage) Sets the template language of this kaleo notification.voidsetUserId(long userId) Sets the user ID of this kaleo notification.voidsetUserName(String userName) Sets the user name of this kaleo notification.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo notification.protected KaleoNotificationWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoNotificationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>- Specified by:
cloneWithOriginalValuesin interfaceKaleoNotificationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo notification.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoNotificationModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoNotificationModel- Returns:
- the create date of this kaleo notification
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo notification.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>- Specified by:
getCtCollectionIdin interfaceKaleoNotificationModel- Returns:
- the ct collection ID of this kaleo notification
-
getDescription
Returns the description of this kaleo notification.- Specified by:
getDescriptionin interfaceKaleoNotificationModel- Returns:
- the description of this kaleo notification
-
getExecutionType
Returns the execution type of this kaleo notification.- Specified by:
getExecutionTypein interfaceKaleoNotificationModel- Returns:
- the execution type of this kaleo notification
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo notification.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoNotificationModel- Returns:
- the group ID of this kaleo notification
-
getKaleoClassName
Returns the kaleo class name of this kaleo notification.- Specified by:
getKaleoClassNamein 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:
getKaleoClassPKin 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:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin interfaceKaleoNotificationModel- Returns:
- the kaleo definition version ID of this kaleo notification
-
getKaleoNodeName
Returns the kaleo node name of this kaleo notification.- Specified by:
getKaleoNodeNamein 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:
getKaleoNotificationIdin interfaceKaleoNotificationModel- Returns:
- the kaleo notification ID of this kaleo notification
-
getModifiedDate
Returns the modified date of this kaleo notification.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoNotificationModel- Returns:
- the modified date of this kaleo notification
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo notification.- Specified by:
getMvccVersionin interfaceKaleoNotificationModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo notification
-
getName
Returns the name of this kaleo notification.- Specified by:
getNamein interfaceKaleoNotificationModel- Returns:
- the name of this kaleo notification
-
getNotificationTypes
Returns the notification types of this kaleo notification.- Specified by:
getNotificationTypesin interfaceKaleoNotificationModel- Returns:
- the notification types of this kaleo notification
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo notification.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>- Specified by:
getPrimaryKeyin interfaceKaleoNotificationModel- Returns:
- the primary key of this kaleo notification
-
getTemplate
Returns the template of this kaleo notification.- Specified by:
getTemplatein interfaceKaleoNotificationModel- Returns:
- the template of this kaleo notification
-
getTemplateLanguage
Returns the template language of this kaleo notification.- Specified by:
getTemplateLanguagein interfaceKaleoNotificationModel- Returns:
- the template language of this kaleo notification
-
getUserId
public long getUserId()Returns the user ID of this kaleo notification.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoNotificationModel- Returns:
- the user ID of this kaleo notification
-
getUserName
Returns the user name of this kaleo notification.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoNotificationModel- Returns:
- the user name of this kaleo notification
-
getUserUuid
Returns the user uuid of this kaleo notification.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoNotificationModel- Returns:
- the user uuid of this kaleo notification
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo notification.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoNotificationModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>- Specified by:
setCtCollectionIdin interfaceKaleoNotificationModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo notification
-
setDescription
Sets the description of this kaleo notification.- Specified by:
setDescriptionin interfaceKaleoNotificationModel- Parameters:
description- the description of this kaleo notification
-
setExecutionType
Sets the execution type of this kaleo notification.- Specified by:
setExecutionTypein 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoNotificationModel- Parameters:
groupId- the group ID of this kaleo notification
-
setKaleoClassName
Sets the kaleo class name of this kaleo notification.- Specified by:
setKaleoClassNamein 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:
setKaleoClassPKin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin interfaceKaleoNotificationModel- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo notification
-
setKaleoNodeName
Sets the kaleo node name of this kaleo notification.- Specified by:
setKaleoNodeNamein 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:
setKaleoNotificationIdin interfaceKaleoNotificationModel- Parameters:
kaleoNotificationId- the kaleo notification ID of this kaleo notification
-
setModifiedDate
Sets the modified date of this kaleo notification.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoNotificationModel- Specified by:
setMvccVersionin 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:
setNamein interfaceKaleoNotificationModel- Parameters:
name- the name of this kaleo notification
-
setNotificationTypes
Sets the notification types of this kaleo notification.- Specified by:
setNotificationTypesin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>- Specified by:
setPrimaryKeyin interfaceKaleoNotificationModel- Parameters:
primaryKey- the primary key of this kaleo notification
-
setTemplate
Sets the template of this kaleo notification.- Specified by:
setTemplatein interfaceKaleoNotificationModel- Parameters:
template- the template of this kaleo notification
-
setTemplateLanguage
Sets the template language of this kaleo notification.- Specified by:
setTemplateLanguagein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoNotificationModel- Parameters:
userId- the user ID of this kaleo notification
-
setUserName
Sets the user name of this kaleo notification.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoNotificationModel- Parameters:
userName- the user name of this kaleo notification
-
setUserUuid
Sets the user uuid of this kaleo notification.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoNotificationModel- Parameters:
userUuid- the user uuid of this kaleo notification
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoNotificationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotification>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotification>
-