Class BasicVoucherData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.BasicVoucherData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicVoucherDataWithConfirmationPassword,PerformVoucherTransactionData
public abstract class BasicVoucherData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<VoucherTypeDetailedVO,BasicVoucherData>TYPE
-
Constructor Summary
Constructors Constructor Description BasicVoucherData()BasicVoucherData(Property<T,? super BasicVoucherData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()VoucherTypeDetailedVOgetType()voidsetType(VoucherTypeDetailedVO type)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
TYPE
public static final BasicProperty<VoucherTypeDetailedVO,BasicVoucherData> TYPE
-
-
Constructor Detail
-
BasicVoucherData
public BasicVoucherData()
-
BasicVoucherData
public BasicVoucherData(Property<T,? super BasicVoucherData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getType
public VoucherTypeDetailedVO getType()
-
setType
public void setType(VoucherTypeDetailedVO type)
-
-