Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialEquityLog

All Superinterfaces:
BaseModel<SocialEquityLog>, ClassedModel, Cloneable, Comparable<SocialEquityLog>, PersistedModel, Serializable, SocialEquityLogModel
All Known Implementing Classes:
SocialEquityLogWrapper

public interface SocialEquityLog
extends SocialEquityLogModel, PersistedModel

The extended model interface for the SocialEquityLog service. Represents a row in the "SocialEquityLog" database table, with each column mapped to a property of this class.

See Also:
SocialEquityLogModel, SocialEquityLogImpl, SocialEquityLogModelImpl

Method Summary
 int getLifespan()
           
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquityLogModel
clone, compareTo, getActionDate, getActionId, getActive, getAssetEntryId, getCompanyId, getEquityLogId, getExpandoBridge, getExpiration, getExtraData, getGroupId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, getValue, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActionDate, setActionId, setActive, setAssetEntryId, setCachedModel, setCompanyId, setEquityLogId, setExpandoBridgeAttributes, setExpiration, setExtraData, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getLifespan

int getLifespan()

Liferay 6.1.0