|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<MembershipRequest>
com.liferay.portal.model.impl.MembershipRequestModelImpl
public class MembershipRequestModelImpl
The base model implementation for the MembershipRequest service. Represents a row in the "MembershipRequest" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface MembershipRequestModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MembershipRequestImpl
.
Never modify or reference this class directly. All methods that expect a membership request model instance should use the MembershipRequest
interface instead.
MembershipRequestImpl
,
MembershipRequest
,
MembershipRequestModel
,
Serialized FormField Summary | |
---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
Constructor Summary | |
---|---|
MembershipRequestModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MembershipRequest membershipRequest)
|
boolean |
equals(Object obj)
|
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. |
int |
hashCode()
|
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 |
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 entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
static MembershipRequest |
toModel(MembershipRequestSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<MembershipRequest> |
toModels(MembershipRequestSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portal.model.MembershipRequestModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
Field Detail |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public MembershipRequestModelImpl()
Method Detail |
---|
public static MembershipRequest toModel(MembershipRequestSoap soapModel)
soapModel
- the soap model instance to convert
public static List<MembershipRequest> toModels(MembershipRequestSoap[] soapModels)
soapModels
- the soap model instances to convert
public long getPrimaryKey()
MembershipRequestModel
getPrimaryKey
in interface MembershipRequestModel
public void setPrimaryKey(long pk)
MembershipRequestModel
setPrimaryKey
in interface MembershipRequestModel
pk
- the primary key of this membership requestpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<MembershipRequest>
getPrimaryKeyObj
in interface MembershipRequestModel
public long getMembershipRequestId()
MembershipRequestModel
getMembershipRequestId
in interface MembershipRequestModel
public void setMembershipRequestId(long membershipRequestId)
MembershipRequestModel
setMembershipRequestId
in interface MembershipRequestModel
membershipRequestId
- the membership request id of this membership requestpublic long getCompanyId()
MembershipRequestModel
getCompanyId
in interface MembershipRequestModel
public void setCompanyId(long companyId)
MembershipRequestModel
setCompanyId
in interface MembershipRequestModel
companyId
- the company id of this membership requestpublic long getUserId()
MembershipRequestModel
getUserId
in interface MembershipRequestModel
public void setUserId(long userId)
MembershipRequestModel
setUserId
in interface MembershipRequestModel
userId
- the user id of this membership requestpublic String getUserUuid() throws SystemException
MembershipRequestModel
getUserUuid
in interface MembershipRequestModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
MembershipRequestModel
setUserUuid
in interface MembershipRequestModel
userUuid
- the user uuid of this membership requestpublic Date getCreateDate()
MembershipRequestModel
getCreateDate
in interface MembershipRequestModel
public void setCreateDate(Date createDate)
MembershipRequestModel
setCreateDate
in interface MembershipRequestModel
createDate
- the create date of this membership requestpublic long getGroupId()
MembershipRequestModel
getGroupId
in interface MembershipRequestModel
public void setGroupId(long groupId)
MembershipRequestModel
setGroupId
in interface MembershipRequestModel
groupId
- the group id of this membership requestpublic String getComments()
MembershipRequestModel
getComments
in interface MembershipRequestModel
public void setComments(String comments)
MembershipRequestModel
setComments
in interface MembershipRequestModel
comments
- the comments of this membership requestpublic String getReplyComments()
MembershipRequestModel
getReplyComments
in interface MembershipRequestModel
public void setReplyComments(String replyComments)
MembershipRequestModel
setReplyComments
in interface MembershipRequestModel
replyComments
- the reply comments of this membership requestpublic Date getReplyDate()
MembershipRequestModel
getReplyDate
in interface MembershipRequestModel
public void setReplyDate(Date replyDate)
MembershipRequestModel
setReplyDate
in interface MembershipRequestModel
replyDate
- the reply date of this membership requestpublic long getReplierUserId()
MembershipRequestModel
getReplierUserId
in interface MembershipRequestModel
public void setReplierUserId(long replierUserId)
MembershipRequestModel
setReplierUserId
in interface MembershipRequestModel
replierUserId
- the replier user id of this membership requestpublic String getReplierUserUuid() throws SystemException
MembershipRequestModel
getReplierUserUuid
in interface MembershipRequestModel
SystemException
- if a system exception occurredpublic void setReplierUserUuid(String replierUserUuid)
MembershipRequestModel
setReplierUserUuid
in interface MembershipRequestModel
replierUserUuid
- the replier user uuid of this membership requestpublic int getStatusId()
MembershipRequestModel
getStatusId
in interface MembershipRequestModel
public void setStatusId(int statusId)
MembershipRequestModel
setStatusId
in interface MembershipRequestModel
statusId
- the status id of this membership requestpublic MembershipRequest toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<MembershipRequest>
toEscapedModel
in interface MembershipRequestModel
toEscapedModel
in class BaseModelImpl<MembershipRequest>
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<MembershipRequest>
getExpandoBridge
in interface MembershipRequestModel
getExpandoBridge
in class BaseModelImpl<MembershipRequest>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<MembershipRequest>
setExpandoBridgeAttributes
in interface MembershipRequestModel
setExpandoBridgeAttributes
in class BaseModelImpl<MembershipRequest>
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<MembershipRequest>
clone
in interface MembershipRequestModel
clone
in class BaseModelImpl<MembershipRequest>
public int compareTo(MembershipRequest membershipRequest)
compareTo
in interface MembershipRequestModel
compareTo
in interface Comparable<MembershipRequest>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface MembershipRequestModel
hashCode
in class Object
public String toString()
toString
in interface MembershipRequestModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<MembershipRequest>
toXmlString
in interface MembershipRequestModel
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |