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
modelFields 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.longReturns the company ID of this membership request.Returns the create date of this membership request.longReturns the group ID of this membership request.longReturns the membership request ID of this membership request.longReturns the mvcc version of this membership request.longReturns the primary key of this membership request.longReturns 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.longReturns the status ID of this membership request.longReturns the user ID of this membership request.Returns the user uuid of this membership request.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetComments(String comments) Sets the comments of this membership request.voidsetCompanyId(long companyId) Sets the company ID of this membership request.voidsetCreateDate(Date createDate) Sets the create date of this membership request.voidsetGroupId(long groupId) Sets the group ID of this membership request.voidsetMembershipRequestId(long membershipRequestId) Sets the membership request ID of this membership request.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this membership request.voidsetPrimaryKey(long primaryKey) Sets the primary key of this membership request.voidsetReplierUserId(long replierUserId) Sets the replier user ID of this membership request.voidsetReplierUserUuid(String replierUserUuid) Sets the replier user uuid of this membership request.voidsetReplyComments(String replyComments) Sets the reply comments of this membership request.voidsetReplyDate(Date replyDate) Sets the reply date of this membership request.voidsetStatusId(long statusId) Sets the status ID of this membership request.voidsetUserId(long userId) Sets the user ID of this membership request.voidsetUserUuid(String userUuid) Sets the user uuid of this membership request.protected MembershipRequestWrapperwrap(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, 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
getWrappedModel
-
Constructor Details
-
MembershipRequestWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<MembershipRequest>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<MembershipRequest>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<MembershipRequest>- Specified by:
cloneWithOriginalValuesin interfaceMembershipRequestModel
-
getComments
Returns the comments of this membership request.- Specified by:
getCommentsin interfaceMembershipRequestModel- Returns:
- the comments of this membership request
-
getCompanyId
public long getCompanyId()Returns the company ID of this membership request.- Specified by:
getCompanyIdin interfaceMembershipRequestModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this membership request
-
getCreateDate
Returns the create date of this membership request.- Specified by:
getCreateDatein interfaceMembershipRequestModel- Returns:
- the create date of this membership request
-
getGroupId
public long getGroupId()Returns the group ID of this membership request.- Specified by:
getGroupIdin interfaceMembershipRequestModel- Returns:
- the group ID of this membership request
-
getMembershipRequestId
public long getMembershipRequestId()Returns the membership request ID of this membership request.- Specified by:
getMembershipRequestIdin interfaceMembershipRequestModel- Returns:
- the membership request ID of this membership request
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this membership request.- Specified by:
getMvccVersionin interfaceMembershipRequestModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this membership request
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this membership request.- Specified by:
getPrimaryKeyin interfaceMembershipRequestModel- Returns:
- the primary key of this membership request
-
getReplierUserId
public long getReplierUserId()Returns the replier user ID of this membership request.- Specified by:
getReplierUserIdin interfaceMembershipRequestModel- Returns:
- the replier user ID of this membership request
-
getReplierUserUuid
Returns the replier user uuid of this membership request.- Specified by:
getReplierUserUuidin interfaceMembershipRequestModel- Returns:
- the replier user uuid of this membership request
-
getReplyComments
Returns the reply comments of this membership request.- Specified by:
getReplyCommentsin interfaceMembershipRequestModel- Returns:
- the reply comments of this membership request
-
getReplyDate
Returns the reply date of this membership request.- Specified by:
getReplyDatein interfaceMembershipRequestModel- Returns:
- the reply date of this membership request
-
getStatusId
public long getStatusId()Returns the status ID of this membership request.- Specified by:
getStatusIdin interfaceMembershipRequestModel- Returns:
- the status ID of this membership request
-
getUserId
public long getUserId()Returns the user ID of this membership request.- Specified by:
getUserIdin interfaceMembershipRequestModel- Returns:
- the user ID of this membership request
-
getUserUuid
Returns the user uuid of this membership request.- Specified by:
getUserUuidin interfaceMembershipRequestModel- Returns:
- the user uuid of this membership request
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setComments
Sets the comments of this membership request.- Specified by:
setCommentsin 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:
setCompanyIdin interfaceMembershipRequestModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this membership request
-
setCreateDate
Sets the create date of this membership request.- Specified by:
setCreateDatein 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:
setGroupIdin 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:
setMembershipRequestIdin 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:
setMvccVersionin interfaceMembershipRequestModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin 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:
setReplierUserIdin interfaceMembershipRequestModel- Parameters:
replierUserId- the replier user ID of this membership request
-
setReplierUserUuid
Sets the replier user uuid of this membership request.- Specified by:
setReplierUserUuidin interfaceMembershipRequestModel- Parameters:
replierUserUuid- the replier user uuid of this membership request
-
setReplyComments
Sets the reply comments of this membership request.- Specified by:
setReplyCommentsin interfaceMembershipRequestModel- Parameters:
replyComments- the reply comments of this membership request
-
setReplyDate
Sets the reply date of this membership request.- Specified by:
setReplyDatein 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:
setStatusIdin 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:
setUserIdin interfaceMembershipRequestModel- Parameters:
userId- the user ID of this membership request
-
setUserUuid
Sets the user uuid of this membership request.- Specified by:
setUserUuidin interfaceMembershipRequestModel- Parameters:
userUuid- the user uuid of this membership request
-
toXmlString
- Specified by:
toXmlStringin interfaceMembershipRequestModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<MembershipRequest>
-