Class PaymentMethodImpl
java.lang.Object
com.labs64.netlicensing.util.Visitable
com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
com.labs64.netlicensing.domain.entity.impl.PaymentMethodImpl
- All Implemented Interfaces:
BaseEntity
,PaymentMethod
,Serializable
Default implementation of
PaymentMethod
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
addProperty, asMap, getActive, getNumber, getProperties, removeProperty, setActive, setNumber, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.labs64.netlicensing.domain.entity.BaseEntity
addProperty, asMap, getActive, getNumber, getProperties, removeProperty, setActive, setNumber
-
Constructor Details
-
PaymentMethodImpl
public PaymentMethodImpl()
-
-
Method Details
-
getReservedProps
- See Also:
-
getPaymentMethodProperties
- Specified by:
getPaymentMethodProperties
in interfacePaymentMethod
-