com.liferay.portal.model.impl
Class MembershipRequestImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portal.model.impl.MembershipRequestModelImpl
          extended by com.liferay.portal.model.impl.MembershipRequestImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portal.model.MembershipRequest, com.liferay.portal.model.MembershipRequestModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class MembershipRequestImpl
extends MembershipRequestModelImpl
implements com.liferay.portal.model.MembershipRequest

View Source

Author:
Jorge Ferrer
See Also:
Serialized Form

Field Summary
static int STATUS_APPROVED
           
static int STATUS_DENIED
           
static int STATUS_PENDING
           
 
Fields inherited from class com.liferay.portal.model.impl.MembershipRequestModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
MembershipRequestImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.MembershipRequestModelImpl
clone, compareTo, equals, getComments, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getMembershipRequestId, getPrimaryKey, getPrimaryKeyObj, getReplierUserId, getReplyComments, getReplyDate, getStatusId, getUserId, hashCode, setComments, setCompanyId, setCreateDate, setGroupId, setMembershipRequestId, setPrimaryKey, setReplierUserId, setReplyComments, setReplyDate, setStatusId, setUserId, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.MembershipRequestModel
getComments, getCompanyId, getCreateDate, getGroupId, getMembershipRequestId, getPrimaryKey, getReplierUserId, getReplyComments, getReplyDate, getStatusId, getUserId, setComments, setCompanyId, setCreateDate, setGroupId, setMembershipRequestId, setPrimaryKey, setReplierUserId, setReplyComments, setReplyDate, setStatusId, setUserId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

STATUS_PENDING

public static final int STATUS_PENDING
See Also:
Constant Field Values

STATUS_APPROVED

public static final int STATUS_APPROVED
See Also:
Constant Field Values

STATUS_DENIED

public static final int STATUS_DENIED
See Also:
Constant Field Values
Constructor Detail

MembershipRequestImpl

public MembershipRequestImpl()