com.liferay.portlet.social.model.impl
Class SocialRequestImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.social.model.SocialRequest>
      extended by com.liferay.portlet.social.model.impl.SocialRequestModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialRequestImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.social.model.SocialRequest>, com.liferay.portlet.social.model.SocialRequest, com.liferay.portlet.social.model.SocialRequestModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.social.model.SocialRequest>

public class SocialRequestImpl
extends SocialRequestModelImpl
implements com.liferay.portlet.social.model.SocialRequest

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SocialRequestImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalReceiverUserId, getOriginalType, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getRequestId, getStatus, getType, getUserId, getUuid, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExtraData, setGroupId, setModifiedDate, setPrimaryKey, setReceiverUserId, setRequestId, setStatus, setType, setUserId, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
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.portlet.social.model.SocialRequestModel
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExtraData, getGroupId, getModifiedDate, getPrimaryKey, getReceiverUserId, getRequestId, getStatus, getType, getUserId, getUuid, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExtraData, setGroupId, setModifiedDate, setPrimaryKey, setReceiverUserId, setRequestId, setStatus, setType, setUserId, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

SocialRequestImpl

public SocialRequestImpl()