public class TicketBarcodeParams extends BarcodeParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<TicketVO,TicketBarcodeParams> |
TICKET |
SIZE| Constructor and Description |
|---|
TicketBarcodeParams() |
TicketBarcodeParams(Property<T,? super TicketBarcodeParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TicketVO |
getTicket() |
void |
setTicket(TicketVO ticket) |
getSize, setSizeaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<TicketVO,TicketBarcodeParams> TICKET
public TicketBarcodeParams()
public TicketBarcodeParams(Property<T,? super TicketBarcodeParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BarcodeParamspublic TicketVO getTicket()
public void setTicket(TicketVO ticket)