|
Liferay 6.0.4 | |||||||||
| 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()
Gets the comments of this membership request. |
long |
getCompanyId()
Gets the company id of this membership request. |
Date |
getCreateDate()
Gets the create date of this membership request. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this membership request. |
long |
getMembershipRequestId()
Gets the membership request id of this membership request. |
long |
getPrimaryKey()
Gets the primary key of this membership request. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getReplierUserId()
Gets the replier user id of this membership request. |
String |
getReplierUserUuid()
Gets the replier user uuid of this membership request. |
String |
getReplyComments()
Gets the reply comments of this membership request. |
Date |
getReplyDate()
Gets the reply date of this membership request. |
int |
getStatusId()
Gets the status id of this membership request. |
long |
getUserId()
Gets the user id of this membership request. |
String |
getUserUuid()
Gets the user uuid of this membership request. |
MembershipRequest |
getWrappedMembershipRequest()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
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)
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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)
Sets the group id of this membership request. |
void |
setMembershipRequestId(long membershipRequestId)
Sets the membership request id of this membership request. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
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(int 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. |
MembershipRequest |
toEscapedModel()
Gets a copy of this membership request as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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()
MembershipRequestModel
getPrimaryKey in interface MembershipRequestModelpublic void setPrimaryKey(long pk)
MembershipRequestModel
setPrimaryKey in interface MembershipRequestModelpk - the primary key of this membership requestpublic long getMembershipRequestId()
MembershipRequestModel
getMembershipRequestId in interface MembershipRequestModelpublic void setMembershipRequestId(long membershipRequestId)
MembershipRequestModel
setMembershipRequestId in interface MembershipRequestModelmembershipRequestId - the membership request id of this membership requestpublic long getCompanyId()
MembershipRequestModel
getCompanyId in interface MembershipRequestModelpublic void setCompanyId(long companyId)
MembershipRequestModel
setCompanyId in interface MembershipRequestModelcompanyId - the company id of this membership requestpublic long getUserId()
MembershipRequestModel
getUserId in interface MembershipRequestModelpublic void setUserId(long userId)
MembershipRequestModel
setUserId in interface MembershipRequestModeluserId - the user id of this membership request
public String getUserUuid()
throws SystemException
MembershipRequestModel
getUserUuid in interface MembershipRequestModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
MembershipRequestModel
setUserUuid in interface MembershipRequestModeluserUuid - the user uuid of this membership requestpublic Date getCreateDate()
MembershipRequestModel
getCreateDate in interface MembershipRequestModelpublic void setCreateDate(Date createDate)
MembershipRequestModel
setCreateDate in interface MembershipRequestModelcreateDate - the create date of this membership requestpublic long getGroupId()
MembershipRequestModel
getGroupId in interface MembershipRequestModelpublic void setGroupId(long groupId)
MembershipRequestModel
setGroupId in interface MembershipRequestModelgroupId - the group id of this membership requestpublic String getComments()
MembershipRequestModel
getComments in interface MembershipRequestModelpublic void setComments(String comments)
MembershipRequestModel
setComments in interface MembershipRequestModelcomments - the comments of this membership requestpublic String getReplyComments()
MembershipRequestModel
getReplyComments in interface MembershipRequestModelpublic void setReplyComments(String replyComments)
MembershipRequestModel
setReplyComments in interface MembershipRequestModelreplyComments - the reply comments of this membership requestpublic Date getReplyDate()
MembershipRequestModel
getReplyDate in interface MembershipRequestModelpublic void setReplyDate(Date replyDate)
MembershipRequestModel
setReplyDate in interface MembershipRequestModelreplyDate - the reply date of this membership requestpublic long getReplierUserId()
MembershipRequestModel
getReplierUserId in interface MembershipRequestModelpublic void setReplierUserId(long replierUserId)
MembershipRequestModel
setReplierUserId in interface MembershipRequestModelreplierUserId - the replier user id of this membership request
public String getReplierUserUuid()
throws SystemException
MembershipRequestModel
getReplierUserUuid in interface MembershipRequestModelSystemException - if a system exception occurredpublic void setReplierUserUuid(String replierUserUuid)
MembershipRequestModel
setReplierUserUuid in interface MembershipRequestModelreplierUserUuid - the replier user uuid of this membership requestpublic int getStatusId()
MembershipRequestModel
getStatusId in interface MembershipRequestModelpublic void setStatusId(int statusId)
MembershipRequestModel
setStatusId in interface MembershipRequestModelstatusId - the status id of this membership requestpublic MembershipRequest toEscapedModel()
MembershipRequestModelAutoEscapeBeanHandler.
toEscapedModel in interface MembershipRequestModelAutoEscapeBeanHandlerpublic 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 is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it 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 is escapedAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||