@ProviderType public class MembershipRequestWrapper extends java.lang.Object implements MembershipRequest, ModelWrapper<MembershipRequest>
This class is a wrapper for MembershipRequest.
MembershipRequest,
Serialized Form| Constructor and Description |
|---|
MembershipRequestWrapper(MembershipRequest membershipRequest) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(MembershipRequest membershipRequest) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComments()
Returns the comments of this membership request.
|
long |
getCompanyId()
Returns the company ID of this membership request.
|
java.util.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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this membership request.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getReplierUserId()
Returns the replier user ID of this membership request.
|
java.lang.String |
getReplierUserUuid()
Returns the replier user uuid of this membership request.
|
java.lang.String |
getReplyComments()
Returns the reply comments of this membership request.
|
java.util.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.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this membership request.
|
MembershipRequest |
getWrappedMembershipRequest()
Deprecated.
As of 6.1.0, replaced by
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(java.lang.String comments)
Sets the comments of this membership request.
|
void |
setCompanyId(long companyId)
Sets the company ID of this membership request.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this membership request.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
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(java.util.Map<java.lang.String,java.lang.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(java.io.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(java.lang.String replierUserUuid)
Sets the replier user uuid of this membership request.
|
void |
setReplyComments(java.lang.String replyComments)
Sets the reply comments of this membership request.
|
void |
setReplyDate(java.util.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(java.lang.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. |
java.lang.String |
toString() |
MembershipRequest |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public MembershipRequestWrapper(MembershipRequest membershipRequest)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<MembershipRequest>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<MembershipRequest>public long getPrimaryKey()
getPrimaryKey in interface MembershipRequestModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MembershipRequestModelprimaryKey - the primary key of this membership requestpublic long getMembershipRequestId()
getMembershipRequestId in interface MembershipRequestModelpublic void setMembershipRequestId(long membershipRequestId)
setMembershipRequestId in interface MembershipRequestModelmembershipRequestId - the membership request ID of this membership requestpublic long getGroupId()
getGroupId in interface MembershipRequestModelpublic void setGroupId(long groupId)
setGroupId in interface MembershipRequestModelgroupId - the group ID of this membership requestpublic long getCompanyId()
getCompanyId in interface MembershipRequestModelpublic void setCompanyId(long companyId)
setCompanyId in interface MembershipRequestModelcompanyId - the company ID of this membership requestpublic long getUserId()
getUserId in interface MembershipRequestModelpublic void setUserId(long userId)
setUserId in interface MembershipRequestModeluserId - the user ID of this membership requestpublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface MembershipRequestModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface MembershipRequestModeluserUuid - the user uuid of this membership requestpublic java.util.Date getCreateDate()
getCreateDate in interface MembershipRequestModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface MembershipRequestModelcreateDate - the create date of this membership requestpublic java.lang.String getComments()
getComments in interface MembershipRequestModelpublic void setComments(java.lang.String comments)
setComments in interface MembershipRequestModelcomments - the comments of this membership requestpublic java.lang.String getReplyComments()
getReplyComments in interface MembershipRequestModelpublic void setReplyComments(java.lang.String replyComments)
setReplyComments in interface MembershipRequestModelreplyComments - the reply comments of this membership requestpublic java.util.Date getReplyDate()
getReplyDate in interface MembershipRequestModelpublic void setReplyDate(java.util.Date replyDate)
setReplyDate in interface MembershipRequestModelreplyDate - the reply date of this membership requestpublic long getReplierUserId()
getReplierUserId in interface MembershipRequestModelpublic void setReplierUserId(long replierUserId)
setReplierUserId in interface MembershipRequestModelreplierUserId - the replier user ID of this membership requestpublic java.lang.String getReplierUserUuid()
throws SystemException
getReplierUserUuid in interface MembershipRequestModelSystemException - if a system exception occurredpublic void setReplierUserUuid(java.lang.String replierUserUuid)
setReplierUserUuid in interface MembershipRequestModelreplierUserUuid - the replier user uuid of this membership requestpublic int getStatusId()
getStatusId in interface MembershipRequestModelpublic void setStatusId(int statusId)
setStatusId in interface MembershipRequestModelstatusId - the status ID of this membership requestpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.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)
BaseModelsetNew in interface BaseModel<MembershipRequest>setNew in interface MembershipRequestModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.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)
BaseModelsetCachedModel in interface BaseModel<MembershipRequest>setCachedModel in interface MembershipRequestModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<MembershipRequest>isEscapedModel in interface MembershipRequestModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<MembershipRequest>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MembershipRequestModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<MembershipRequest>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MembershipRequestModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<MembershipRequest>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MembershipRequestModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<MembershipRequest>setExpandoBridgeAttributes in interface MembershipRequestModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<MembershipRequest>setExpandoBridgeAttributes in interface MembershipRequestModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<MembershipRequest>setExpandoBridgeAttributes in interface MembershipRequestModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<MembershipRequest>clone in interface MembershipRequestModelclone in class java.lang.Objectpublic int compareTo(MembershipRequest membershipRequest)
compareTo in interface MembershipRequestModelcompareTo in interface java.lang.Comparable<MembershipRequest>public int hashCode()
hashCode in interface MembershipRequestModelhashCode in class java.lang.Objectpublic CacheModel<MembershipRequest> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<MembershipRequest>toCacheModel in interface MembershipRequestModelpublic MembershipRequest toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<MembershipRequest>toEscapedModel in interface MembershipRequestModelAutoEscapeBeanHandlerpublic MembershipRequest toUnescapedModel()
toUnescapedModel in interface BaseModel<MembershipRequest>toUnescapedModel in interface MembershipRequestModelpublic java.lang.String toString()
toString in interface MembershipRequestModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<MembershipRequest>toXmlString in interface MembershipRequestModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic MembershipRequest getWrappedMembershipRequest()
getWrappedModel()public MembershipRequest getWrappedModel()
getWrappedModel in interface ModelWrapper<MembershipRequest>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<MembershipRequest>