|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.MembershipRequestWrapper
public class MembershipRequestWrapper
This class is a wrapper for MembershipRequest
.
MembershipRequest
,
Serialized FormConstructor Summary | |
---|---|
MembershipRequestWrapper(MembershipRequest membershipRequest)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MembershipRequest membershipRequest)
|
boolean |
equals(Object obj)
|
String |
getComments()
Returns the comments of this membership request. |
long |
getCompanyId()
Returns the company ID of this membership request. |
Date |
getCreateDate()
Returns the create date of this membership request. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this membership request. |
long |
getMembershipRequestId()
Returns the membership request ID of this membership request. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Returns the primary key of this membership request. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getReplierUserId()
Returns the replier user ID of this membership request. |
String |
getReplierUserUuid()
Returns the replier user uuid of this membership request. |
String |
getReplyComments()
Returns the reply comments of this membership request. |
Date |
getReplyDate()
Returns the reply date of this membership request. |
int |
getStatusId()
Returns the status ID of this membership request. |
long |
getUserId()
Returns the user ID of this membership request. |
String |
getUserUuid()
Returns the user uuid of this membership request. |
MembershipRequest |
getWrappedMembershipRequest()
Deprecated. Renamed to getWrappedModel() |
MembershipRequest |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
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 |
setModelAttributes(Map<String,Object> attributes)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this membership request. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<MembershipRequest> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
MembershipRequest |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
MembershipRequest |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MembershipRequestWrapper(MembershipRequest membershipRequest)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<MembershipRequest>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<MembershipRequest>
public long getPrimaryKey()
getPrimaryKey
in interface MembershipRequestModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MembershipRequestModel
primaryKey
- the primary key of this membership requestpublic long getMembershipRequestId()
getMembershipRequestId
in interface MembershipRequestModel
public void setMembershipRequestId(long membershipRequestId)
setMembershipRequestId
in interface MembershipRequestModel
membershipRequestId
- the membership request ID of this membership requestpublic long getGroupId()
getGroupId
in interface MembershipRequestModel
public void setGroupId(long groupId)
setGroupId
in interface MembershipRequestModel
groupId
- the group ID of this membership requestpublic long getCompanyId()
getCompanyId
in interface MembershipRequestModel
public void setCompanyId(long companyId)
setCompanyId
in interface MembershipRequestModel
companyId
- the company ID of this membership requestpublic long getUserId()
getUserId
in interface MembershipRequestModel
public void setUserId(long userId)
setUserId
in interface MembershipRequestModel
userId
- the user ID of this membership requestpublic String getUserUuid() throws SystemException
getUserUuid
in interface MembershipRequestModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface MembershipRequestModel
userUuid
- the user uuid of this membership requestpublic Date getCreateDate()
getCreateDate
in interface MembershipRequestModel
public void setCreateDate(Date createDate)
setCreateDate
in interface MembershipRequestModel
createDate
- the create date of this membership requestpublic String getComments()
getComments
in interface MembershipRequestModel
public void setComments(String comments)
setComments
in interface MembershipRequestModel
comments
- the comments of this membership requestpublic String getReplyComments()
getReplyComments
in interface MembershipRequestModel
public void setReplyComments(String replyComments)
setReplyComments
in interface MembershipRequestModel
replyComments
- the reply comments of this membership requestpublic Date getReplyDate()
getReplyDate
in interface MembershipRequestModel
public void setReplyDate(Date replyDate)
setReplyDate
in interface MembershipRequestModel
replyDate
- the reply date of this membership requestpublic long getReplierUserId()
getReplierUserId
in interface MembershipRequestModel
public void setReplierUserId(long replierUserId)
setReplierUserId
in interface MembershipRequestModel
replierUserId
- the replier user ID of this membership requestpublic String getReplierUserUuid() throws SystemException
getReplierUserUuid
in interface MembershipRequestModel
SystemException
- if a system exception occurredpublic void setReplierUserUuid(String replierUserUuid)
setReplierUserUuid
in interface MembershipRequestModel
replierUserUuid
- the replier user uuid of this membership requestpublic int getStatusId()
getStatusId
in interface MembershipRequestModel
public void setStatusId(int statusId)
setStatusId
in interface MembershipRequestModel
statusId
- the status ID of this membership requestpublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<MembershipRequest>
isNew
in interface MembershipRequestModel
true
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 MembershipRequestModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<MembershipRequest>
isCachedModel
in interface MembershipRequestModel
true
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 MembershipRequestModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<MembershipRequest>
isEscapedModel
in interface MembershipRequestModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<MembershipRequest>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface MembershipRequestModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<MembershipRequest>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface MembershipRequestModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<MembershipRequest>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface MembershipRequestModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<MembershipRequest>
setExpandoBridgeAttributes
in interface MembershipRequestModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<MembershipRequest>
clone
in interface MembershipRequestModel
clone
in class Object
public int compareTo(MembershipRequest membershipRequest)
compareTo
in interface MembershipRequestModel
compareTo
in interface Comparable<MembershipRequest>
public int hashCode()
hashCode
in interface MembershipRequestModel
hashCode
in class Object
public CacheModel<MembershipRequest> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<MembershipRequest>
toCacheModel
in interface MembershipRequestModel
public MembershipRequest toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<MembershipRequest>
toEscapedModel
in interface MembershipRequestModel
AutoEscapeBeanHandler
public MembershipRequest toUnescapedModel()
toUnescapedModel
in interface BaseModel<MembershipRequest>
toUnescapedModel
in interface MembershipRequestModel
public String toString()
toString
in interface MembershipRequestModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<MembershipRequest>
toXmlString
in interface MembershipRequestModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic boolean equals(Object obj)
equals
in class Object
public MembershipRequest getWrappedMembershipRequest()
getWrappedModel()
public MembershipRequest getWrappedModel()
getWrappedModel
in interface ModelWrapper<MembershipRequest>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<MembershipRequest>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |