com.liferay.portlet.social.model
Interface SocialEquityLog
- All Superinterfaces:
- BaseModel<SocialEquityLog>, java.lang.Cloneable, java.lang.Comparable<SocialEquityLog>, java.io.Serializable, SocialEquityLogModel
- All Known Implementing Classes:
- 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 com.liferay.portlet.social.model.impl.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.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialEquityLogModel,
com.liferay.portlet.social.model.impl.SocialEquityLogImpl,
com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl- Generated:
| 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 |
getLifespan
int getLifespan()