Liferay 6.0.3

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

This interface is a model that represents the SocialEquityHistory table in the database.

Customize SocialEquityHistoryImpl and rerun the ServiceBuilder to generate the new methods.

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