Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialEquityUser

All Superinterfaces:
BaseModel<SocialEquityUser>, ClassedModel, Cloneable, Comparable<SocialEquityUser>, PersistedModel, Serializable, SocialEquityUserModel
All Known Implementing Classes:
SocialEquityUserWrapper

public interface SocialEquityUser
extends SocialEquityUserModel, PersistedModel

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

See Also:
SocialEquityUserModel, SocialEquityUserImpl, SocialEquityUserModelImpl

Method Summary
 double getContributionEquity()
           
 double getParticipationEquity()
           
 
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, setExpandoBridgeAttributes, setGroupId, setNew, setParticipationB, setParticipationK, setPrimaryKey, setPrimaryKeyObj, setRank, 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
 

Method Detail

getContributionEquity

double getContributionEquity()

getParticipationEquity

double getParticipationEquity()

Liferay 6.1.0