Liferay 6.0.3

com.liferay.portlet.social.model
Interface SocialEquityLog

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

public interface SocialEquityLog
extends SocialEquityLogModel

This interface is a model that represents the SocialEquityLog table in the database.

Customize SocialEquityLogImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SocialEquityLogModel, SocialEquityLogImpl, SocialEquityLogModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 int getLifespan()
           
 
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
 

Method Detail

getLifespan

int getLifespan()

Liferay 6.0.3