Class Payment

    • Constructor Summary

      Constructors 
      Constructor Description
      Payment()  
      Payment​(java.lang.Integer id, javax.money.MonetaryAmount amount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.money.MonetaryAmount getAmount()  
      java.lang.Integer getId()  
      void setAmount​(javax.money.MonetaryAmount amount)  
      void setId​(java.lang.Integer id)  
      • Methods inherited from class java.lang.Object

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

      • Payment

        public Payment()
      • Payment

        public Payment​(java.lang.Integer id,
                       javax.money.MonetaryAmount amount)
    • Method Detail

      • getId

        public java.lang.Integer getId()
      • setId

        public void setId​(java.lang.Integer id)
      • getAmount

        public javax.money.MonetaryAmount getAmount()
      • setAmount

        public void setAmount​(javax.money.MonetaryAmount amount)