|
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.impl.BaseModelImpl<MembershipRequest>
com.liferay.portal.model.impl.MembershipRequestModelImpl
public class MembershipRequestModelImpl
This interface is a model that represents the MembershipRequest table in the database.
MembershipRequestImpl,
MembershipRequest,
MembershipRequestModel,
Serialized Form| Field 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()
|
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()
|
int |
hashCode()
|
void |
setComments(String comments)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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 |
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()
|
static MembershipRequest |
toModel(MembershipRequestSoap soapModel)
|
static List<MembershipRequest> |
toModels(MembershipRequestSoap[] soapModels)
|
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)
public static List<MembershipRequest> toModels(MembershipRequestSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface MembershipRequestModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MembershipRequestModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MembershipRequest>getPrimaryKeyObj 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MembershipRequest>getExpandoBridge in interface MembershipRequestModelgetExpandoBridge in class BaseModelImpl<MembershipRequest>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MembershipRequest>setExpandoBridgeAttributes in interface MembershipRequestModelsetExpandoBridgeAttributes 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 MembershipRequestModelclone in class BaseModelImpl<MembershipRequest>public int compareTo(MembershipRequest membershipRequest)
compareTo in interface MembershipRequestModelcompareTo in interface Comparable<MembershipRequest>public boolean equals(Object obj)
equals in class Objectpublic 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 MembershipRequestModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||