Liferay 6.0.5

com.liferay.portlet.social.model
Interface SocialEquityUser

All Superinterfaces:
BaseModel<SocialEquityUser>, Cloneable, Comparable<SocialEquityUser>, Serializable, SocialEquityUserModel
All Known Implementing Classes:
SocialEquityUserImpl, 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 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.

See Also:
SocialEquityUserModel, SocialEquityUserImpl, SocialEquityUserModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Method Detail

getContributionEquity

double getContributionEquity()

getParticipationEquity

double getParticipationEquity()

Liferay 6.0.5