Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialActivity>
      extended by com.liferay.portlet.social.model.impl.SocialActivityModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialActivityImpl
All Implemented Interfaces:
BaseModel<SocialActivity>, SocialActivity, SocialActivityModel, Serializable, Cloneable, Comparable<SocialActivity>

public class SocialActivityImpl
extends SocialActivityModelImpl
implements SocialActivity

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SocialActivityImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl
clone, compareTo, equals, getActivityId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getOriginalClassNameId, getOriginalClassPK, getOriginalCreateDate, getOriginalGroupId, getOriginalMirrorActivityId, getOriginalReceiverUserId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, setActivityId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtraData, setGroupId, setMirrorActivityId, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toEscapedModel, 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.SocialActivityModel
clone, compareTo, getActivityId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setActivityId, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtraData, setGroupId, setMirrorActivityId, setNew, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

SocialActivityImpl

public SocialActivityImpl()

Liferay 6.0.5