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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.social.model.SocialEquityLog>
      extended by com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialEquityLogImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.social.model.SocialEquityLog>, com.liferay.portlet.social.model.SocialEquityLog, com.liferay.portlet.social.model.SocialEquityLogModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.social.model.SocialEquityLog>

public class SocialEquityLogImpl
extends SocialEquityLogModelImpl
implements com.liferay.portlet.social.model.SocialEquityLog

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl
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
SocialEquityLogImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl
clone, compareTo, equals, getActionDate, getActionId, getActive, getAssetEntryId, getCompanyId, getEquityLogId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, getValidity, getValue, hashCode, isActive, setActionDate, setActionId, setActive, setAssetEntryId, setCompanyId, setEquityLogId, setExpandoBridgeAttributes, setGroupId, setPrimaryKey, setType, setUserId, setUserUuid, setValidity, setValue, 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, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquityLogModel
clone, compareTo, getActionDate, getActionId, getActive, getAssetEntryId, getCompanyId, getEquityLogId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, getValidity, getValue, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActionDate, setActionId, setActive, setAssetEntryId, setCachedModel, setCompanyId, setEquityLogId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setType, setUserId, setUserUuid, setValidity, setValue, toEscapedModel, toString, toXmlString
 

Constructor Detail

SocialEquityLogImpl

public SocialEquityLogImpl()