Package org.salespointframework.payment
Class PaymentMethod
- java.lang.Object
-
- org.salespointframework.payment.PaymentMethod
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Cash,Cheque,PaymentCard
public abstract class PaymentMethod extends Object implements Serializable
APaymentMethodspecifies a medium by which a payment has or will be made.- Author:
- Hannes Weisbach
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentMethod(@NonNull String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PaymentMethod
public PaymentMethod(@NonNull @NonNull String description)
-
-