com.liferay.portal.model
Class MembershipRequestWrapper
java.lang.Object
com.liferay.portal.model.MembershipRequestWrapper
- All Implemented Interfaces:
- BaseModel<MembershipRequest>, MembershipRequest, MembershipRequestModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MembershipRequest>
public class MembershipRequestWrapper
- extends java.lang.Object
- implements MembershipRequest
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for MembershipRequest
.
- Author:
- Brian Wing Shun Chan
- See Also:
MembershipRequest
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
MembershipRequestWrapper
public MembershipRequestWrapper(MembershipRequest membershipRequest)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface MembershipRequestModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface MembershipRequestModel
getMembershipRequestId
public long getMembershipRequestId()
- Specified by:
getMembershipRequestId
in interface MembershipRequestModel
setMembershipRequestId
public void setMembershipRequestId(long membershipRequestId)
- Specified by:
setMembershipRequestId
in interface MembershipRequestModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface MembershipRequestModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface MembershipRequestModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface MembershipRequestModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface MembershipRequestModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid
in interface MembershipRequestModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface MembershipRequestModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate
in interface MembershipRequestModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate
in interface MembershipRequestModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface MembershipRequestModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId
in interface MembershipRequestModel
getComments
public java.lang.String getComments()
- Specified by:
getComments
in interface MembershipRequestModel
setComments
public void setComments(java.lang.String comments)
- Specified by:
setComments
in interface MembershipRequestModel
getReplyComments
public java.lang.String getReplyComments()
- Specified by:
getReplyComments
in interface MembershipRequestModel
setReplyComments
public void setReplyComments(java.lang.String replyComments)
- Specified by:
setReplyComments
in interface MembershipRequestModel
getReplyDate
public java.util.Date getReplyDate()
- Specified by:
getReplyDate
in interface MembershipRequestModel
setReplyDate
public void setReplyDate(java.util.Date replyDate)
- Specified by:
setReplyDate
in interface MembershipRequestModel
getReplierUserId
public long getReplierUserId()
- Specified by:
getReplierUserId
in interface MembershipRequestModel
setReplierUserId
public void setReplierUserId(long replierUserId)
- Specified by:
setReplierUserId
in interface MembershipRequestModel
getReplierUserUuid
public java.lang.String getReplierUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getReplierUserUuid
in interface MembershipRequestModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setReplierUserUuid
public void setReplierUserUuid(java.lang.String replierUserUuid)
- Specified by:
setReplierUserUuid
in interface MembershipRequestModel
getStatusId
public int getStatusId()
- Specified by:
getStatusId
in interface MembershipRequestModel
setStatusId
public void setStatusId(int statusId)
- Specified by:
setStatusId
in interface MembershipRequestModel
toEscapedModel
public MembershipRequest toEscapedModel()
- Specified by:
toEscapedModel
in interface MembershipRequestModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<MembershipRequest>
- Specified by:
isNew
in interface MembershipRequestModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<MembershipRequest>
- Specified by:
setNew
in interface MembershipRequestModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<MembershipRequest>
- Specified by:
isCachedModel
in interface MembershipRequestModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<MembershipRequest>
- Specified by:
setCachedModel
in interface MembershipRequestModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<MembershipRequest>
- Specified by:
isEscapedModel
in interface MembershipRequestModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<MembershipRequest>
- Specified by:
setEscapedModel
in interface MembershipRequestModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<MembershipRequest>
- Specified by:
getPrimaryKeyObj
in interface MembershipRequestModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<MembershipRequest>
- Specified by:
getExpandoBridge
in interface MembershipRequestModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<MembershipRequest>
- Specified by:
setExpandoBridgeAttributes
in interface MembershipRequestModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<MembershipRequest>
- Specified by:
clone
in interface MembershipRequestModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(MembershipRequest membershipRequest)
- Specified by:
compareTo
in interface MembershipRequestModel
- Specified by:
compareTo
in interface java.lang.Comparable<MembershipRequest>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface MembershipRequestModel
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface MembershipRequestModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<MembershipRequest>
- Specified by:
toXmlString
in interface MembershipRequestModel
getWrappedMembershipRequest
public MembershipRequest getWrappedMembershipRequest()