Class Contribution


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

      Fields 
      Modifier and Type Field Description
      private int amount  
      private java.time.LocalDateTime timestamp  
      private IWare ware  
    • 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
    • Field Detail

      • timestamp

        private final java.time.LocalDateTime timestamp
      • amount

        private final int amount
      • ware

        private final IWare ware
    • Constructor Detail

      • Contribution

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