public class PaymentBarcodeParams extends BarcodeParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PerformPaymentDTO,PaymentBarcodeParams> |
PERFORM_PAYMENT |
SIZE| Constructor and Description |
|---|
PaymentBarcodeParams() |
PaymentBarcodeParams(Property<T,? super PaymentBarcodeParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PerformPaymentDTO |
getPerformPayment() |
void |
setPerformPayment(PerformPaymentDTO performPayment) |
getSize, setSizeaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<PerformPaymentDTO,PaymentBarcodeParams> PERFORM_PAYMENT
public PaymentBarcodeParams()
public PaymentBarcodeParams(Property<T,? super PaymentBarcodeParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BarcodeParamspublic PerformPaymentDTO getPerformPayment()
public void setPerformPayment(PerformPaymentDTO performPayment)