Class Product

java.lang.Object
in.fssa.mambilling.model.Product

public class Product extends Object
  • Constructor Details

  • Method Details

    • getPrice

      public Price getPrice()
    • setPrice

      public void setPrice(Price new_price)
    • getProductName

      public String getProductName()
    • setProductName

      public void setProductName(String productName)
    • getQuantity

      public int getQuantity()
    • setQuantity

      public void setQuantity(int quantity)
    • getQuantityType

      public Product.QuantityType getQuantityType()
    • setQuantityType

      public void setQuantityType(Product.QuantityType quantityType)
    • getSpecialName

      public String getSpecialName()
    • setSpecialName

      public void setSpecialName(String specialName)
    • toString

      public String toString()
      Overrides:
      toString in class Object