Class BonusClass

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.ResourceBundle bundle  
      protected double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      BonusClass()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ResourceBundle getBundle()  
      double getValue()  
      void setBundle​(java.util.ResourceBundle bundle)  
      void setValue​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bundle

        protected java.util.ResourceBundle bundle
      • value

        protected double value
    • Constructor Detail

      • BonusClass

        public BonusClass()
    • Method Detail

      • getBundle

        public java.util.ResourceBundle getBundle()
      • setBundle

        public void setBundle​(java.util.ResourceBundle bundle)
      • setValue

        public void setValue​(double value)
      • getValue

        public double getValue()