public class VoucherBarcodeParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ImageSize,VoucherBarcodeParams> |
SIZE |
static BasicProperty<VoucherVO,VoucherBarcodeParams> |
VOUCHER |
| Constructor and Description |
|---|
VoucherBarcodeParams() |
VoucherBarcodeParams(Property<T,? super VoucherBarcodeParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ImageSize |
getSize() |
VoucherVO |
getVoucher() |
void |
setSize(ImageSize size) |
void |
setVoucher(VoucherVO voucher) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<ImageSize,VoucherBarcodeParams> SIZE
public static final BasicProperty<VoucherVO,VoucherBarcodeParams> VOUCHER
public VoucherBarcodeParams()
public VoucherBarcodeParams(Property<T,? super VoucherBarcodeParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ImageSize getSize()
public void setSize(ImageSize size)
public VoucherVO getVoucher()
public void setVoucher(VoucherVO voucher)