Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to SocialEquityLogImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a social equity log model instance should use the SocialEquityLog interface instead.

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.5