Class Produkt


  • public class Produkt
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Produkt​(java.lang.String name, int preis)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int getPreis()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Produkt

        public Produkt​(java.lang.String name,
                       int preis)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getPreis

        public int getPreis()