Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialEquityHistory

All Superinterfaces:
BaseModel<SocialEquityHistory>, ClassedModel, Cloneable, Comparable<SocialEquityHistory>, PersistedModel, Serializable, SocialEquityHistoryModel
All Known Implementing Classes:
SocialEquityHistoryWrapper

public interface SocialEquityHistory
extends SocialEquityHistoryModel, PersistedModel

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

See Also:
SocialEquityHistoryModel, SocialEquityHistoryImpl, SocialEquityHistoryModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquityHistoryModel
clone, compareTo, getCompanyId, getCreateDate, getEquityHistoryId, getExpandoBridge, getGroupId, getPersonalEquity, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEquityHistoryId, setExpandoBridgeAttributes, setGroupId, setNew, setPersonalEquity, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, 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
 


Liferay 6.1.0