public class KaleoNotificationRecipientWrapper extends BaseModelWrapper<KaleoNotificationRecipient> implements KaleoNotificationRecipient, ModelWrapper<KaleoNotificationRecipient>
This class is a wrapper for KaleoNotificationRecipient.
KaleoNotificationRecipient,
Serialized FormmodelKALEO_NOTIFICATION_RECIPIENT_ID_ACCESSOR| Constructor and Description |
|---|
KaleoNotificationRecipientWrapper(KaleoNotificationRecipient kaleoNotificationRecipient) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Returns the address of this kaleo notification recipient.
|
long |
getCompanyId()
Returns the company ID of this kaleo notification recipient.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo notification recipient.
|
long |
getGroupId()
Returns the group ID of this kaleo notification recipient.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo notification recipient.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo notification recipient.
|
long |
getKaleoNotificationId()
Returns the kaleo notification ID of this kaleo notification recipient.
|
long |
getKaleoNotificationRecipientId()
Returns the kaleo notification recipient ID of this kaleo notification recipient.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo notification recipient.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo notification recipient.
|
java.lang.String |
getNotificationReceptionType()
Returns the notification reception type of this kaleo notification recipient.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo notification recipient.
|
java.lang.String |
getRecipientClassName()
Returns the recipient class name of this kaleo notification recipient.
|
long |
getRecipientClassPK()
Returns the recipient class pk of this kaleo notification recipient.
|
int |
getRecipientRoleType()
Returns the recipient role type of this kaleo notification recipient.
|
java.lang.String |
getRecipientScript()
Returns the recipient script of this kaleo notification recipient.
|
java.lang.String |
getRecipientScriptContexts()
Returns the recipient script contexts of this kaleo notification recipient.
|
java.lang.String |
getRecipientScriptLanguage()
Returns the recipient script language of this kaleo notification recipient.
|
long |
getUserId()
Returns the user ID of this kaleo notification recipient.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo notification recipient.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo notification recipient.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setAddress(java.lang.String address)
Sets the address of this kaleo notification recipient.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo notification recipient.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo notification recipient.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo notification recipient.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo notification recipient.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo notification recipient.
|
void |
setKaleoNotificationId(long kaleoNotificationId)
Sets the kaleo notification ID of this kaleo notification recipient.
|
void |
setKaleoNotificationRecipientId(long kaleoNotificationRecipientId)
Sets the kaleo notification recipient ID of this kaleo notification recipient.
|
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 recipient.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo notification recipient.
|
void |
setNotificationReceptionType(java.lang.String notificationReceptionType)
Sets the notification reception type of this kaleo notification recipient.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo notification recipient.
|
void |
setRecipientClassName(java.lang.String recipientClassName)
Sets the recipient class name of this kaleo notification recipient.
|
void |
setRecipientClassPK(long recipientClassPK)
Sets the recipient class pk of this kaleo notification recipient.
|
void |
setRecipientRoleType(int recipientRoleType)
Sets the recipient role type of this kaleo notification recipient.
|
void |
setRecipientScript(java.lang.String recipientScript)
Sets the recipient script of this kaleo notification recipient.
|
void |
setRecipientScriptContexts(java.lang.String recipientScriptContexts)
Sets the recipient script contexts of this kaleo notification recipient.
|
void |
setRecipientScriptLanguage(java.lang.String recipientScriptLanguage)
Sets the recipient script language of this kaleo notification recipient.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo notification recipient.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo notification recipient.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo notification recipient.
|
protected KaleoNotificationRecipientWrapper |
wrap(KaleoNotificationRecipient kaleoNotificationRecipient) |
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 KaleoNotificationRecipientWrapper(KaleoNotificationRecipient kaleoNotificationRecipient)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<KaleoNotificationRecipient>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<KaleoNotificationRecipient>public java.lang.String getAddress()
getAddress in interface KaleoNotificationRecipientModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface KaleoNotificationRecipientModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface KaleoNotificationRecipientModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface KaleoNotificationRecipientModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoNotificationRecipientModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoNotificationRecipientModelpublic long getKaleoNotificationId()
getKaleoNotificationId in interface KaleoNotificationRecipientModelpublic long getKaleoNotificationRecipientId()
getKaleoNotificationRecipientId in interface KaleoNotificationRecipientModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface KaleoNotificationRecipientModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface KaleoNotificationRecipientModelpublic java.lang.String getNotificationReceptionType()
getNotificationReceptionType in interface KaleoNotificationRecipientModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoNotificationRecipientModelpublic java.lang.String getRecipientClassName()
getRecipientClassName in interface KaleoNotificationRecipientModelpublic long getRecipientClassPK()
getRecipientClassPK in interface KaleoNotificationRecipientModelpublic int getRecipientRoleType()
getRecipientRoleType in interface KaleoNotificationRecipientModelpublic java.lang.String getRecipientScript()
getRecipientScript in interface KaleoNotificationRecipientModelpublic java.lang.String getRecipientScriptContexts()
getRecipientScriptContexts in interface KaleoNotificationRecipientModelpublic java.lang.String getRecipientScriptLanguage()
getRecipientScriptLanguage in interface KaleoNotificationRecipientModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface KaleoNotificationRecipientModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface KaleoNotificationRecipientModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface KaleoNotificationRecipientModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAddress(java.lang.String address)
setAddress in interface KaleoNotificationRecipientModeladdress - the address of this kaleo notification recipientpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface KaleoNotificationRecipientModelcompanyId - the company ID of this kaleo notification recipientpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface KaleoNotificationRecipientModelcreateDate - the create date of this kaleo notification recipientpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface KaleoNotificationRecipientModelgroupId - the group ID of this kaleo notification recipientpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoNotificationRecipientModelkaleoDefinitionId - the kaleo definition ID of this kaleo notification recipientpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoNotificationRecipientModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo notification recipientpublic void setKaleoNotificationId(long kaleoNotificationId)
setKaleoNotificationId in interface KaleoNotificationRecipientModelkaleoNotificationId - the kaleo notification ID of this kaleo notification recipientpublic void setKaleoNotificationRecipientId(long kaleoNotificationRecipientId)
setKaleoNotificationRecipientId in interface KaleoNotificationRecipientModelkaleoNotificationRecipientId - the kaleo notification recipient ID of this kaleo notification recipientpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface KaleoNotificationRecipientModelmodifiedDate - the modified date of this kaleo notification recipientpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface KaleoNotificationRecipientModelmvccVersion - the mvcc version of this kaleo notification recipientpublic void setNotificationReceptionType(java.lang.String notificationReceptionType)
setNotificationReceptionType in interface KaleoNotificationRecipientModelnotificationReceptionType - the notification reception type of this kaleo notification recipientpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoNotificationRecipientModelprimaryKey - the primary key of this kaleo notification recipientpublic void setRecipientClassName(java.lang.String recipientClassName)
setRecipientClassName in interface KaleoNotificationRecipientModelrecipientClassName - the recipient class name of this kaleo notification recipientpublic void setRecipientClassPK(long recipientClassPK)
setRecipientClassPK in interface KaleoNotificationRecipientModelrecipientClassPK - the recipient class pk of this kaleo notification recipientpublic void setRecipientRoleType(int recipientRoleType)
setRecipientRoleType in interface KaleoNotificationRecipientModelrecipientRoleType - the recipient role type of this kaleo notification recipientpublic void setRecipientScript(java.lang.String recipientScript)
setRecipientScript in interface KaleoNotificationRecipientModelrecipientScript - the recipient script of this kaleo notification recipientpublic void setRecipientScriptContexts(java.lang.String recipientScriptContexts)
setRecipientScriptContexts in interface KaleoNotificationRecipientModelrecipientScriptContexts - the recipient script contexts of this kaleo notification recipientpublic void setRecipientScriptLanguage(java.lang.String recipientScriptLanguage)
setRecipientScriptLanguage in interface KaleoNotificationRecipientModelrecipientScriptLanguage - the recipient script language of this kaleo notification recipientpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface KaleoNotificationRecipientModeluserId - the user ID of this kaleo notification recipientpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface KaleoNotificationRecipientModeluserName - the user name of this kaleo notification recipientpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface KaleoNotificationRecipientModeluserUuid - the user uuid of this kaleo notification recipientprotected KaleoNotificationRecipientWrapper wrap(KaleoNotificationRecipient kaleoNotificationRecipient)
wrap in class BaseModelWrapper<KaleoNotificationRecipient>