|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.MembershipRequestWrapper
public class MembershipRequestWrapper
This class is a wrapper for MembershipRequest.
MembershipRequest,
Serialized Form| Constructor Summary | |
|---|---|
MembershipRequestWrapper(MembershipRequest membershipRequest)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MembershipRequest membershipRequest)
|
String |
getComments()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
long |
getMembershipRequestId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getReplierUserId()
|
String |
getReplierUserUuid()
|
String |
getReplyComments()
|
Date |
getReplyDate()
|
int |
getStatusId()
|
long |
getUserId()
|
String |
getUserUuid()
|
MembershipRequest |
getWrappedMembershipRequest()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setComments(String comments)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setMembershipRequestId(long membershipRequestId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setReplierUserId(long replierUserId)
|
void |
setReplierUserUuid(String replierUserUuid)
|
void |
setReplyComments(String replyComments)
|
void |
setReplyDate(Date replyDate)
|
void |
setStatusId(int statusId)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
MembershipRequest |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MembershipRequestWrapper(MembershipRequest membershipRequest)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface MembershipRequestModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MembershipRequestModelpublic long getMembershipRequestId()
getMembershipRequestId in interface MembershipRequestModelpublic void setMembershipRequestId(long membershipRequestId)
setMembershipRequestId in interface MembershipRequestModelpublic long getCompanyId()
getCompanyId in interface MembershipRequestModelpublic void setCompanyId(long companyId)
setCompanyId in interface MembershipRequestModelpublic long getUserId()
getUserId in interface MembershipRequestModelpublic void setUserId(long userId)
setUserId in interface MembershipRequestModel
public String getUserUuid()
throws SystemException
getUserUuid in interface MembershipRequestModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface MembershipRequestModelpublic Date getCreateDate()
getCreateDate in interface MembershipRequestModelpublic void setCreateDate(Date createDate)
setCreateDate in interface MembershipRequestModelpublic long getGroupId()
getGroupId in interface MembershipRequestModelpublic void setGroupId(long groupId)
setGroupId in interface MembershipRequestModelpublic String getComments()
getComments in interface MembershipRequestModelpublic void setComments(String comments)
setComments in interface MembershipRequestModelpublic String getReplyComments()
getReplyComments in interface MembershipRequestModelpublic void setReplyComments(String replyComments)
setReplyComments in interface MembershipRequestModelpublic Date getReplyDate()
getReplyDate in interface MembershipRequestModelpublic void setReplyDate(Date replyDate)
setReplyDate in interface MembershipRequestModelpublic long getReplierUserId()
getReplierUserId in interface MembershipRequestModelpublic void setReplierUserId(long replierUserId)
setReplierUserId in interface MembershipRequestModel
public String getReplierUserUuid()
throws SystemException
getReplierUserUuid in interface MembershipRequestModelSystemExceptionpublic void setReplierUserUuid(String replierUserUuid)
setReplierUserUuid in interface MembershipRequestModelpublic int getStatusId()
getStatusId in interface MembershipRequestModelpublic void setStatusId(int statusId)
setStatusId in interface MembershipRequestModelpublic MembershipRequest toEscapedModel()
toEscapedModel in interface MembershipRequestModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<MembershipRequest>isNew in interface MembershipRequestModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<MembershipRequest>setNew in interface MembershipRequestModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<MembershipRequest>isCachedModel in interface MembershipRequestModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<MembershipRequest>setCachedModel in interface MembershipRequestModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<MembershipRequest>isEscapedModel in interface MembershipRequestModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<MembershipRequest>setEscapedModel in interface MembershipRequestModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MembershipRequest>getPrimaryKeyObj in interface MembershipRequestModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MembershipRequest>getExpandoBridge in interface MembershipRequestModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MembershipRequest>setExpandoBridgeAttributes in interface MembershipRequestModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MembershipRequest>clone in interface MembershipRequestModelclone in class Objectpublic int compareTo(MembershipRequest membershipRequest)
compareTo in interface MembershipRequestModelcompareTo in interface Comparable<MembershipRequest>public int hashCode()
hashCode in interface MembershipRequestModelhashCode in class Objectpublic String toString()
toString in interface MembershipRequestModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MembershipRequest>toXmlString in interface MembershipRequestModelpublic MembershipRequest getWrappedMembershipRequest()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||