Liferay 6.0.5

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

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

public class SocialEquityLogImpl
extends SocialEquityLogModelImpl
implements SocialEquityLog

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
 int getLifespan()
           
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl
clone, compareTo, equals, getActionDate, getActionId, getActive, getAssetEntryId, getCompanyId, getEquityLogId, getExpandoBridge, getExpiration, getGroupId, getOriginalActionDate, getOriginalActionId, getOriginalActive, getOriginalAssetEntryId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, getValue, hashCode, isActive, setActionDate, setActionId, setActive, setAssetEntryId, setCompanyId, setEquityLogId, setExpandoBridgeAttributes, setExpiration, setGroupId, setPrimaryKey, setType, setUserId, setUserUuid, setValue, 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.SocialEquityLogModel
clone, compareTo, getActionDate, getActionId, getActive, getAssetEntryId, getCompanyId, getEquityLogId, getExpandoBridge, getExpiration, getGroupId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, getValue, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActionDate, setActionId, setActive, setAssetEntryId, setCachedModel, setCompanyId, setEquityLogId, setEscapedModel, setExpandoBridgeAttributes, setExpiration, setGroupId, setNew, setPrimaryKey, setType, setUserId, setUserUuid, setValue, toEscapedModel, toString, toXmlString
 

Constructor Detail

SocialEquityLogImpl

public SocialEquityLogImpl()
Method Detail

getLifespan

public int getLifespan()
Specified by:
getLifespan in interface SocialEquityLog

Liferay 6.0.5