Class Payment
- java.lang.Object
-
- org.hibernate.testing.orm.domain.retail.Payment
-
- Direct Known Subclasses:
CardPayment,CashPayment
@Entity public abstract class Payment extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.money.MonetaryAmountgetAmount()IntegergetId()voidsetAmount(javax.money.MonetaryAmount amount)voidsetId(Integer id)
-
-
-
Constructor Detail
-
Payment
public Payment()
-
Payment
public Payment(Integer id, javax.money.MonetaryAmount amount)
-
-