Class Product

java.lang.Object
cielsachen.mco1.model.Product
Direct Known Subclasses:
Coffee

public class Product extends Object
  • Field Details

    • DEFAULT_PRICE

      public static final float DEFAULT_PRICE
      See Also:
    • price

      protected float price
  • Constructor Details

    • Product

      public Product()
  • Method Details

    • getPrice

      public float getPrice()
    • setPrice

      public boolean setPrice(float newPrice)
    • toPriceString

      public String toPriceString()