Class VoucherConfigurationListData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.voucherconfigurations.VoucherConfigurationListData
-
- All Implemented Interfaces:
Serializable
public class VoucherConfigurationListData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<CurrencyVO,VoucherConfigurationListData>CREATE_ON_CURRENCIESstatic ListProperty<VoucherConfigurationDetailedVO,VoucherConfigurationListData>VOUCHER_CONFIGURATIONS
-
Constructor Summary
Constructors Constructor Description VoucherConfigurationListData()VoucherConfigurationListData(Property<T,? super VoucherConfigurationListData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<CurrencyVO>getCreateOnCurrencies()List<VoucherConfigurationDetailedVO>getVoucherConfigurations()voidsetCreateOnCurrencies(List<CurrencyVO> createOnCurrencies)voidsetVoucherConfigurations(List<VoucherConfigurationDetailedVO> voucherConfigurations)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, 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
-
CREATE_ON_CURRENCIES
public static final ListProperty<CurrencyVO,VoucherConfigurationListData> CREATE_ON_CURRENCIES
-
VOUCHER_CONFIGURATIONS
public static final ListProperty<VoucherConfigurationDetailedVO,VoucherConfigurationListData> VOUCHER_CONFIGURATIONS
-
-
Constructor Detail
-
VoucherConfigurationListData
public VoucherConfigurationListData()
-
VoucherConfigurationListData
public VoucherConfigurationListData(Property<T,? super VoucherConfigurationListData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getCreateOnCurrencies
public List<CurrencyVO> getCreateOnCurrencies()
-
setCreateOnCurrencies
public void setCreateOnCurrencies(List<CurrencyVO> createOnCurrencies)
-
getVoucherConfigurations
public List<VoucherConfigurationDetailedVO> getVoucherConfigurations()
-
setVoucherConfigurations
public void setVoucherConfigurations(List<VoucherConfigurationDetailedVO> voucherConfigurations)
-
-