Liferay 6.0.5

com.liferay.portlet.social.model
Interface SocialEquityHistory

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

public interface SocialEquityHistory
extends SocialEquityHistoryModel

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

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

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

See Also:
SocialEquityHistoryModel, SocialEquityHistoryImpl, SocialEquityHistoryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPersonalEquity, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5