com.liferay.portlet.social.model
Interface SocialEquityUser
- All Superinterfaces:
- BaseModel<SocialEquityUser>, java.lang.Cloneable, java.lang.Comparable<SocialEquityUser>, java.io.Serializable, SocialEquityUserModel
- All Known Implementing Classes:
- SocialEquityUserWrapper
public interface SocialEquityUser
- extends SocialEquityUserModel
The model interface for the SocialEquityUser service. Represents a row in the "SocialEquityUser" 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.SocialEquityUserImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a social equity user model instance should use the SocialEquityUser interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialEquityUserModel,
com.liferay.portlet.social.model.impl.SocialEquityUserImpl,
com.liferay.portlet.social.model.impl.SocialEquityUserModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.social.model.SocialEquityUserModel |
clone, compareTo, getCompanyId, getContributionB, getContributionK, getEquityUserId, getEquityUserUuid, getExpandoBridge, getGroupId, getParticipationB, getParticipationK, getPrimaryKey, getPrimaryKeyObj, getRank, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setContributionB, setContributionK, setEquityUserId, setEquityUserUuid, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setParticipationB, setParticipationK, setPrimaryKey, setRank, setUserId, setUserUuid, toEscapedModel, toString, toXmlString |
getContributionEquity
double getContributionEquity()
getParticipationEquity
double getParticipationEquity()