Class Contribution


  • public class Contribution
    extends java.lang.Object
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Aug 01, 2015
    • Constructor Summary

      Constructors 
      Constructor Description
      Contribution​(java.time.LocalDateTime timestamp, int amount, IWare ware)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Contribution

        public Contribution​(java.time.LocalDateTime timestamp,
                            int amount,
                            IWare ware)