Class Cheese


  • public class Cheese
    extends Object
    • Constructor Detail

      • Cheese

        public Cheese()
      • Cheese

        public Cheese​(String type,
                      int price)
    • Method Detail

      • getPrice

        public int getPrice()
      • getType

        public String getType()
      • setPrice

        public void setPrice​(int price)