Package com.liferay.notification.model
Class NotificationRecipientWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipient>
com.liferay.notification.model.NotificationRecipientWrapper
- All Implemented Interfaces:
NotificationRecipient,NotificationRecipientModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<NotificationRecipient>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<NotificationRecipient>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<NotificationRecipient>
public class NotificationRecipientWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipient>
implements com.liferay.portal.kernel.model.ModelWrapper<NotificationRecipient>, NotificationRecipient
This class is a wrapper for NotificationRecipient.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.notification.model.NotificationRecipient
NOTIFICATION_RECIPIENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this notification recipient.longReturns the class name ID of this notification recipient.longReturns the class pk of this notification recipient.longReturns the company ID of this notification recipient.Returns the create date of this notification recipient.Returns the modified date of this notification recipient.longReturns the mvcc version of this notification recipient.longReturns the notification recipient ID of this notification recipient.longReturns the primary key of this notification recipient.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this notification recipient.Returns the user name of this notification recipient.Returns the user uuid of this notification recipient.getUuid()Returns the uuid of this notification recipient.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this notification recipient.voidsetClassPK(long classPK) Sets the class pk of this notification recipient.voidsetCompanyId(long companyId) Sets the company ID of this notification recipient.voidsetCreateDate(Date createDate) Sets the create date of this notification recipient.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this notification recipient.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this notification recipient.voidsetNotificationRecipientId(long notificationRecipientId) Sets the notification recipient ID of this notification recipient.voidsetPrimaryKey(long primaryKey) Sets the primary key of this notification recipient.voidsetUserId(long userId) Sets the user ID of this notification recipient.voidsetUserName(String userName) Sets the user name of this notification recipient.voidsetUserUuid(String userUuid) Sets the user uuid of this notification recipient.voidSets the uuid of this notification recipient.protected NotificationRecipientWrapperwrap(NotificationRecipient notificationRecipient) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
NotificationRecipientWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<NotificationRecipient>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<NotificationRecipient>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<NotificationRecipient>- Specified by:
cloneWithOriginalValuesin interfaceNotificationRecipientModel
-
getClassName
Returns the fully qualified class name of this notification recipient.- Specified by:
getClassNamein interfaceNotificationRecipientModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this notification recipient
-
getClassNameId
public long getClassNameId()Returns the class name ID of this notification recipient.- Specified by:
getClassNameIdin interfaceNotificationRecipientModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this notification recipient
-
getClassPK
public long getClassPK()Returns the class pk of this notification recipient.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceNotificationRecipientModel- Returns:
- the class pk of this notification recipient
-
getCompanyId
public long getCompanyId()Returns the company ID of this notification recipient.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceNotificationRecipientModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this notification recipient
-
getCreateDate
Returns the create date of this notification recipient.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceNotificationRecipientModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this notification recipient
-
getModifiedDate
Returns the modified date of this notification recipient.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceNotificationRecipientModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this notification recipient
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this notification recipient.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceNotificationRecipientModel- Returns:
- the mvcc version of this notification recipient
-
getNotificationRecipientId
public long getNotificationRecipientId()Returns the notification recipient ID of this notification recipient.- Specified by:
getNotificationRecipientIdin interfaceNotificationRecipientModel- Returns:
- the notification recipient ID of this notification recipient
-
getNotificationRecipientSettings
- Specified by:
getNotificationRecipientSettingsin interfaceNotificationRecipient
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this notification recipient.- Specified by:
getPrimaryKeyin interfaceNotificationRecipientModel- Returns:
- the primary key of this notification recipient
-
getUserId
public long getUserId()Returns the user ID of this notification recipient.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceNotificationRecipientModel- Returns:
- the user ID of this notification recipient
-
getUserName
Returns the user name of this notification recipient.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceNotificationRecipientModel- Returns:
- the user name of this notification recipient
-
getUserUuid
Returns the user uuid of this notification recipient.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceNotificationRecipientModel- Returns:
- the user uuid of this notification recipient
-
getUuid
Returns the uuid of this notification recipient.- Specified by:
getUuidin interfaceNotificationRecipientModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this notification recipient
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceNotificationRecipientModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this notification recipient.- Specified by:
setClassNameIdin interfaceNotificationRecipientModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this notification recipient
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this notification recipient.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceNotificationRecipientModel- Parameters:
classPK- the class pk of this notification recipient
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this notification recipient.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceNotificationRecipientModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this notification recipient
-
setCreateDate
Sets the create date of this notification recipient.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceNotificationRecipientModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this notification recipient
-
setModifiedDate
Sets the modified date of this notification recipient.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceNotificationRecipientModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this notification recipient
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this notification recipient.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceNotificationRecipientModel- Parameters:
mvccVersion- the mvcc version of this notification recipient
-
setNotificationRecipientId
public void setNotificationRecipientId(long notificationRecipientId) Sets the notification recipient ID of this notification recipient.- Specified by:
setNotificationRecipientIdin interfaceNotificationRecipientModel- Parameters:
notificationRecipientId- the notification recipient ID of this notification recipient
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this notification recipient.- Specified by:
setPrimaryKeyin interfaceNotificationRecipientModel- Parameters:
primaryKey- the primary key of this notification recipient
-
setUserId
public void setUserId(long userId) Sets the user ID of this notification recipient.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceNotificationRecipientModel- Parameters:
userId- the user ID of this notification recipient
-
setUserName
Sets the user name of this notification recipient.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceNotificationRecipientModel- Parameters:
userName- the user name of this notification recipient
-
setUserUuid
Sets the user uuid of this notification recipient.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceNotificationRecipientModel- Parameters:
userUuid- the user uuid of this notification recipient
-
setUuid
Sets the uuid of this notification recipient.- Specified by:
setUuidin interfaceNotificationRecipientModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this notification recipient
-
toXmlString
- Specified by:
toXmlStringin interfaceNotificationRecipientModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipient>
-