Package com.liferay.portal.kernel.model
Class MembershipRequestWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MembershipRequest>
com.liferay.portal.kernel.model.MembershipRequestWrapper
- All Implemented Interfaces:
BaseModel<MembershipRequest>
,ClassedModel
,MembershipRequest
,MembershipRequestModel
,ModelWrapper<MembershipRequest>
,MVCCModel
,PersistedModel
,ShardedModel
,Serializable
,Cloneable
,Comparable<MembershipRequest>
public class MembershipRequestWrapper
extends BaseModelWrapper<MembershipRequest>
implements MembershipRequest, ModelWrapper<MembershipRequest>
This class is a wrapper for MembershipRequest
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.MembershipRequest
MEMBERSHIP_REQUEST_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the comments of this membership request.long
Returns the company ID of this membership request.Returns the create date of this membership request.long
Returns the group ID of this membership request.long
Returns the membership request ID of this membership request.long
Returns the mvcc version of this membership request.long
Returns the primary key of this membership request.long
Returns the replier user ID of this membership request.Returns the replier user uuid of this membership request.Returns the reply comments of this membership request.Returns the reply date of this membership request.long
Returns the status ID of this membership request.long
Returns the user ID of this membership request.Returns the user uuid of this membership request.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setComments
(String comments) Sets the comments of this membership request.void
setCompanyId
(long companyId) Sets the company ID of this membership request.void
setCreateDate
(Date createDate) Sets the create date of this membership request.void
setGroupId
(long groupId) Sets the group ID of this membership request.void
setMembershipRequestId
(long membershipRequestId) Sets the membership request ID of this membership request.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this membership request.void
setPrimaryKey
(long primaryKey) Sets the primary key of this membership request.void
setReplierUserId
(long replierUserId) Sets the replier user ID of this membership request.void
setReplierUserUuid
(String replierUserUuid) Sets the replier user uuid of this membership request.void
setReplyComments
(String replyComments) Sets the reply comments of this membership request.void
setReplyDate
(Date replyDate) Sets the reply date of this membership request.void
setStatusId
(long statusId) Sets the status ID of this membership request.void
setUserId
(long userId) Sets the user ID of this membership request.void
setUserUuid
(String userUuid) Sets the user uuid of this membership request.protected MembershipRequestWrapper
wrap
(MembershipRequest membershipRequest) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
-
MembershipRequestWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<MembershipRequest>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<MembershipRequest>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<MembershipRequest>
- Specified by:
cloneWithOriginalValues
in interfaceMembershipRequestModel
-
getComments
Returns the comments of this membership request.- Specified by:
getComments
in interfaceMembershipRequestModel
- Returns:
- the comments of this membership request
-
getCompanyId
public long getCompanyId()Returns the company ID of this membership request.- Specified by:
getCompanyId
in interfaceMembershipRequestModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this membership request
-
getCreateDate
Returns the create date of this membership request.- Specified by:
getCreateDate
in interfaceMembershipRequestModel
- Returns:
- the create date of this membership request
-
getGroupId
public long getGroupId()Returns the group ID of this membership request.- Specified by:
getGroupId
in interfaceMembershipRequestModel
- Returns:
- the group ID of this membership request
-
getMembershipRequestId
public long getMembershipRequestId()Returns the membership request ID of this membership request.- Specified by:
getMembershipRequestId
in interfaceMembershipRequestModel
- Returns:
- the membership request ID of this membership request
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this membership request.- Specified by:
getMvccVersion
in interfaceMembershipRequestModel
- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this membership request
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this membership request.- Specified by:
getPrimaryKey
in interfaceMembershipRequestModel
- Returns:
- the primary key of this membership request
-
getReplierUserId
public long getReplierUserId()Returns the replier user ID of this membership request.- Specified by:
getReplierUserId
in interfaceMembershipRequestModel
- Returns:
- the replier user ID of this membership request
-
getReplierUserUuid
Returns the replier user uuid of this membership request.- Specified by:
getReplierUserUuid
in interfaceMembershipRequestModel
- Returns:
- the replier user uuid of this membership request
-
getReplyComments
Returns the reply comments of this membership request.- Specified by:
getReplyComments
in interfaceMembershipRequestModel
- Returns:
- the reply comments of this membership request
-
getReplyDate
Returns the reply date of this membership request.- Specified by:
getReplyDate
in interfaceMembershipRequestModel
- Returns:
- the reply date of this membership request
-
getStatusId
public long getStatusId()Returns the status ID of this membership request.- Specified by:
getStatusId
in interfaceMembershipRequestModel
- Returns:
- the status ID of this membership request
-
getUserId
public long getUserId()Returns the user ID of this membership request.- Specified by:
getUserId
in interfaceMembershipRequestModel
- Returns:
- the user ID of this membership request
-
getUserUuid
Returns the user uuid of this membership request.- Specified by:
getUserUuid
in interfaceMembershipRequestModel
- Returns:
- the user uuid of this membership request
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setComments
Sets the comments of this membership request.- Specified by:
setComments
in interfaceMembershipRequestModel
- Parameters:
comments
- the comments of this membership request
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this membership request.- Specified by:
setCompanyId
in interfaceMembershipRequestModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this membership request
-
setCreateDate
Sets the create date of this membership request.- Specified by:
setCreateDate
in interfaceMembershipRequestModel
- Parameters:
createDate
- the create date of this membership request
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this membership request.- Specified by:
setGroupId
in interfaceMembershipRequestModel
- Parameters:
groupId
- the group ID of this membership request
-
setMembershipRequestId
public void setMembershipRequestId(long membershipRequestId) Sets the membership request ID of this membership request.- Specified by:
setMembershipRequestId
in interfaceMembershipRequestModel
- Parameters:
membershipRequestId
- the membership request ID of this membership request
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this membership request.- Specified by:
setMvccVersion
in interfaceMembershipRequestModel
- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this membership request
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this membership request.- Specified by:
setPrimaryKey
in interfaceMembershipRequestModel
- Parameters:
primaryKey
- the primary key of this membership request
-
setReplierUserId
public void setReplierUserId(long replierUserId) Sets the replier user ID of this membership request.- Specified by:
setReplierUserId
in interfaceMembershipRequestModel
- Parameters:
replierUserId
- the replier user ID of this membership request
-
setReplierUserUuid
Sets the replier user uuid of this membership request.- Specified by:
setReplierUserUuid
in interfaceMembershipRequestModel
- Parameters:
replierUserUuid
- the replier user uuid of this membership request
-
setReplyComments
Sets the reply comments of this membership request.- Specified by:
setReplyComments
in interfaceMembershipRequestModel
- Parameters:
replyComments
- the reply comments of this membership request
-
setReplyDate
Sets the reply date of this membership request.- Specified by:
setReplyDate
in interfaceMembershipRequestModel
- Parameters:
replyDate
- the reply date of this membership request
-
setStatusId
public void setStatusId(long statusId) Sets the status ID of this membership request.- Specified by:
setStatusId
in interfaceMembershipRequestModel
- Parameters:
statusId
- the status ID of this membership request
-
setUserId
public void setUserId(long userId) Sets the user ID of this membership request.- Specified by:
setUserId
in interfaceMembershipRequestModel
- Parameters:
userId
- the user ID of this membership request
-
setUserUuid
Sets the user uuid of this membership request.- Specified by:
setUserUuid
in interfaceMembershipRequestModel
- Parameters:
userUuid
- the user uuid of this membership request
-
toXmlString
- Specified by:
toXmlString
in interfaceMembershipRequestModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<MembershipRequest>
-