Package org.cyclos.model.utils
Class BarcodeParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.utils.BarcodeParams
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeviceConfirmationBarcodeParams,EasyInvoiceBarcodeParams,TicketBarcodeParams,TokenBarcodeParams,VoucherBarcodeParams
public abstract class BarcodeParams extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<ImageSize,BarcodeParams>SIZE
-
Constructor Summary
Constructors Constructor Description BarcodeParams()BarcodeParams(Property<T,? super BarcodeParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()ImageSizegetSize()voidsetSize(ImageSize size)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
SIZE
public static final BasicProperty<ImageSize,BarcodeParams> SIZE
-
-
Constructor Detail
-
BarcodeParams
public BarcodeParams()
-
BarcodeParams
public BarcodeParams(Property<T,? super BarcodeParams> property, T value)
-
-