Package in.fssa.mambilling.model
Class Price
java.lang.Object
in.fssa.mambilling.model.Price
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Price
public Price(double mrp, double tax, double discount) -
Price
public Price()
-
-
Method Details
-
getMrp
public double getMrp() -
setMrp
public void setMrp(double mrp) -
getTax
public double getTax() -
setTax
public void setTax(double tax) -
getDiscount
public double getDiscount() -
setDiscount
public void setDiscount(double discount) -
hashCode
public int hashCode() -
equals
-
toString
-