Liferay 6.0.4

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.

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