public abstract class BasicVoucherData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,BasicVoucherData> |
DESCRIPTION |
static BasicProperty<java.lang.String,BasicVoucherData> |
TITLE |
static BasicProperty<VoucherTypeVO,BasicVoucherData> |
TYPE |
| Constructor and Description |
|---|
BasicVoucherData() |
BasicVoucherData(Property<T,? super BasicVoucherData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getDescription() |
java.lang.String |
getTitle() |
VoucherTypeVO |
getType() |
void |
setDescription(java.lang.String description) |
void |
setTitle(java.lang.String title) |
void |
setType(VoucherTypeVO type) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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<java.lang.String,BasicVoucherData> DESCRIPTION
public static final BasicProperty<java.lang.String,BasicVoucherData> TITLE
public static final BasicProperty<VoucherTypeVO,BasicVoucherData> TYPE
public BasicVoucherData()
public BasicVoucherData(Property<T,? super BasicVoucherData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public VoucherTypeVO getType()
public void setType(VoucherTypeVO type)