Interface KaleoNotificationRecipientModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KaleoNotificationRecipient>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
KaleoNotificationRecipient
- All Known Implementing Classes:
KaleoNotificationRecipientWrapper
@ProviderType
public interface KaleoNotificationRecipientModel
extends com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoNotificationRecipient service. Represents a row in the "KaleoNotificationRecipient" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the address of this kaleo notification recipient.longReturns the company ID of this kaleo notification recipient.Returns the create date of this kaleo notification recipient.longReturns the ct collection ID of this kaleo notification recipient.longReturns the group ID of this kaleo notification recipient.longReturns the kaleo definition ID of this kaleo notification recipient.longReturns the kaleo definition version ID of this kaleo notification recipient.longReturns the kaleo notification ID of this kaleo notification recipient.longReturns the kaleo notification recipient ID of this kaleo notification recipient.Returns the modified date of this kaleo notification recipient.longReturns the mvcc version of this kaleo notification recipient.Returns the notification reception type of this kaleo notification recipient.longReturns the primary key of this kaleo notification recipient.Returns the recipient class name of this kaleo notification recipient.longReturns the recipient class pk of this kaleo notification recipient.intReturns the recipient role type of this kaleo notification recipient.Returns the recipient script of this kaleo notification recipient.Returns the recipient script contexts of this kaleo notification recipient.Returns the recipient script language of this kaleo notification recipient.longReturns the user ID of this kaleo notification recipient.Returns the user name of this kaleo notification recipient.Returns the user uuid of this kaleo notification recipient.voidsetAddress(String address) Sets the address of this kaleo notification recipient.voidsetCompanyId(long companyId) Sets the company ID of this kaleo notification recipient.voidsetCreateDate(Date createDate) Sets the create date of this kaleo notification recipient.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo notification recipient.voidsetGroupId(long groupId) Sets the group ID of this kaleo notification recipient.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo notification recipient.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo notification recipient.voidsetKaleoNotificationId(long kaleoNotificationId) Sets the kaleo notification ID of this kaleo notification recipient.voidsetKaleoNotificationRecipientId(long kaleoNotificationRecipientId) Sets the kaleo notification recipient ID of this kaleo notification recipient.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo notification recipient.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo notification recipient.voidsetNotificationReceptionType(String notificationReceptionType) Sets the notification reception type of this kaleo notification recipient.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo notification recipient.voidsetRecipientClassName(String recipientClassName) Sets the recipient class name of this kaleo notification recipient.voidsetRecipientClassPK(long recipientClassPK) Sets the recipient class pk of this kaleo notification recipient.voidsetRecipientRoleType(int recipientRoleType) Sets the recipient role type of this kaleo notification recipient.voidsetRecipientScript(String recipientScript) Sets the recipient script of this kaleo notification recipient.voidsetRecipientScriptContexts(String recipientScriptContexts) Sets the recipient script contexts of this kaleo notification recipient.voidsetRecipientScriptLanguage(String recipientScriptLanguage) Sets the recipient script language of this kaleo notification recipient.voidsetUserId(long userId) Sets the user ID of this kaleo notification recipient.voidsetUserName(String userName) Sets the user name of this kaleo notification recipient.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo notification recipient.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this kaleo notification recipient.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Returns:
- the primary key of this kaleo notification recipient
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo notification recipient.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Parameters:
primaryKey- the primary key of this kaleo notification recipient
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this kaleo notification recipient.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo notification recipient
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo notification recipient.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo notification recipient
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this kaleo notification recipient.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Returns:
- the ct collection ID of this kaleo notification recipient
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo notification recipient.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Parameters:
ctCollectionId- the ct collection ID of this kaleo notification recipient
-
getKaleoNotificationRecipientId
long getKaleoNotificationRecipientId()Returns the kaleo notification recipient ID of this kaleo notification recipient.- Returns:
- the kaleo notification recipient ID of this kaleo notification recipient
-
setKaleoNotificationRecipientId
void setKaleoNotificationRecipientId(long kaleoNotificationRecipientId) Sets the kaleo notification recipient ID of this kaleo notification recipient.- Parameters:
kaleoNotificationRecipientId- the kaleo notification recipient ID of this kaleo notification recipient
-
getGroupId
long getGroupId()Returns the group ID of this kaleo notification recipient.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this kaleo notification recipient
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this kaleo notification recipient.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this kaleo notification recipient
-
getCompanyId
long getCompanyId()Returns the company ID of this kaleo notification recipient.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo notification recipient
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this kaleo notification recipient.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo notification recipient
-
getUserId
long getUserId()Returns the user ID of this kaleo notification recipient.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this kaleo notification recipient
-
setUserId
void setUserId(long userId) Sets the user ID of this kaleo notification recipient.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this kaleo notification recipient
-
getUserUuid
String getUserUuid()Returns the user uuid of this kaleo notification recipient.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this kaleo notification recipient
-
setUserUuid
Sets the user uuid of this kaleo notification recipient.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this kaleo notification recipient
-
getUserName
Returns the user name of this kaleo notification recipient.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this kaleo notification recipient
-
setUserName
Sets the user name of this kaleo notification recipient.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this kaleo notification recipient
-
getCreateDate
Date getCreateDate()Returns the create date of this kaleo notification recipient.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this kaleo notification recipient
-
setCreateDate
Sets the create date of this kaleo notification recipient.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this kaleo notification recipient
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this kaleo notification recipient.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this kaleo notification recipient
-
setModifiedDate
Sets the modified date of this kaleo notification recipient.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this kaleo notification recipient
-
getKaleoDefinitionId
long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo notification recipient.- Returns:
- the kaleo definition ID of this kaleo notification recipient
-
setKaleoDefinitionId
void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo notification recipient.- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo notification recipient
-
getKaleoDefinitionVersionId
long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo notification recipient.- Returns:
- the kaleo definition version ID of this kaleo notification recipient
-
setKaleoDefinitionVersionId
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo notification recipient.- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo notification recipient
-
getKaleoNotificationId
long getKaleoNotificationId()Returns the kaleo notification ID of this kaleo notification recipient.- Returns:
- the kaleo notification ID of this kaleo notification recipient
-
setKaleoNotificationId
void setKaleoNotificationId(long kaleoNotificationId) Sets the kaleo notification ID of this kaleo notification recipient.- Parameters:
kaleoNotificationId- the kaleo notification ID of this kaleo notification recipient
-
getRecipientClassName
Returns the recipient class name of this kaleo notification recipient.- Returns:
- the recipient class name of this kaleo notification recipient
-
setRecipientClassName
Sets the recipient class name of this kaleo notification recipient.- Parameters:
recipientClassName- the recipient class name of this kaleo notification recipient
-
getRecipientClassPK
long getRecipientClassPK()Returns the recipient class pk of this kaleo notification recipient.- Returns:
- the recipient class pk of this kaleo notification recipient
-
setRecipientClassPK
void setRecipientClassPK(long recipientClassPK) Sets the recipient class pk of this kaleo notification recipient.- Parameters:
recipientClassPK- the recipient class pk of this kaleo notification recipient
-
getRecipientRoleType
int getRecipientRoleType()Returns the recipient role type of this kaleo notification recipient.- Returns:
- the recipient role type of this kaleo notification recipient
-
setRecipientRoleType
void setRecipientRoleType(int recipientRoleType) Sets the recipient role type of this kaleo notification recipient.- Parameters:
recipientRoleType- the recipient role type of this kaleo notification recipient
-
getRecipientScript
Returns the recipient script of this kaleo notification recipient.- Returns:
- the recipient script of this kaleo notification recipient
-
setRecipientScript
Sets the recipient script of this kaleo notification recipient.- Parameters:
recipientScript- the recipient script of this kaleo notification recipient
-
getRecipientScriptLanguage
Returns the recipient script language of this kaleo notification recipient.- Returns:
- the recipient script language of this kaleo notification recipient
-
setRecipientScriptLanguage
Sets the recipient script language of this kaleo notification recipient.- Parameters:
recipientScriptLanguage- the recipient script language of this kaleo notification recipient
-
getRecipientScriptContexts
Returns the recipient script contexts of this kaleo notification recipient.- Returns:
- the recipient script contexts of this kaleo notification recipient
-
setRecipientScriptContexts
Sets the recipient script contexts of this kaleo notification recipient.- Parameters:
recipientScriptContexts- the recipient script contexts of this kaleo notification recipient
-
getAddress
Returns the address of this kaleo notification recipient.- Returns:
- the address of this kaleo notification recipient
-
setAddress
Sets the address of this kaleo notification recipient.- Parameters:
address- the address of this kaleo notification recipient
-
getNotificationReceptionType
Returns the notification reception type of this kaleo notification recipient.- Returns:
- the notification reception type of this kaleo notification recipient
-
setNotificationReceptionType
Sets the notification reception type of this kaleo notification recipient.- Parameters:
notificationReceptionType- the notification reception type of this kaleo notification recipient
-
cloneWithOriginalValues
KaleoNotificationRecipient cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
toXmlString
-