Liferay 6.1.0

com.liferay.portlet.social.model
Class SocialEquityValue

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialEquityValue

public class SocialEquityValue
extends Object


Constructor Summary
SocialEquityValue()
           
SocialEquityValue(double k, double b)
           
 
Method Summary
 void add(double k, double b)
           
 void add(SocialEquityValue socialEquityValue)
           
 double getB()
           
protected  int getEquityDate()
           
 double getK()
           
 double getValue()
           
 double getValue(int equityDate)
           
 void setValue(double k, double b)
           
 void subtract(double k, double b)
           
 void subtract(SocialEquityValue socialEquityValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialEquityValue

public SocialEquityValue()

SocialEquityValue

public SocialEquityValue(double k,
                         double b)
Method Detail

add

public void add(double k,
                double b)

add

public void add(SocialEquityValue socialEquityValue)

getB

public double getB()

getK

public double getK()

getValue

public double getValue()

getValue

public double getValue(int equityDate)

setValue

public void setValue(double k,
                     double b)

subtract

public void subtract(double k,
                     double b)

subtract

public void subtract(SocialEquityValue socialEquityValue)

getEquityDate

protected int getEquityDate()

Liferay 6.1.0