Class CardPayment
- java.lang.Object
-
- org.hibernate.testing.orm.domain.retail.Payment
-
- org.hibernate.testing.orm.domain.retail.CardPayment
-
-
Constructor Summary
Constructors Constructor Description CardPayment()CardPayment(Integer id, Integer transactionId, javax.money.MonetaryAmount amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetTransactionId()voidsetTransactionId(Integer transactionId)
-