Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class MembershipRequestImpl

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

public class MembershipRequestImpl
extends MembershipRequestBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.MembershipRequestModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUSID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
MembershipRequestImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.MembershipRequestBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.MembershipRequestModelImpl
clone, compareTo, equals, getColumnBitmask, getComments, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getMembershipRequestId, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalStatusId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getReplierUserId, getReplierUserUuid, getReplyComments, getReplyDate, getStatusId, getUserId, getUserUuid, hashCode, resetOriginalValues, setComments, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setMembershipRequestId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setReplierUserId, setReplierUserUuid, setReplyComments, setReplyDate, setStatusId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.MembershipRequestModel
clone, compareTo, getComments, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getMembershipRequestId, getPrimaryKey, getPrimaryKeyObj, getReplierUserId, getReplierUserUuid, getReplyComments, getReplyDate, getStatusId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setComments, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setMembershipRequestId, setNew, setPrimaryKey, setPrimaryKeyObj, setReplierUserId, setReplierUserUuid, setReplyComments, setReplyDate, setStatusId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

MembershipRequestImpl

public MembershipRequestImpl()

Liferay 6.1.2-ce-ga3