public class AcceptTicketDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,AcceptTicketDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<TicketVO,AcceptTicketDTO> |
TICKET |
| Constructor and Description |
|---|
AcceptTicketDTO() |
AcceptTicketDTO(Property<T,? super AcceptTicketDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationPassword() |
TicketVO |
getTicket() |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setTicket(TicketVO ticket) |
addPropertyChangeListener, 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<java.lang.String,AcceptTicketDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<TicketVO,AcceptTicketDTO> TICKET
public AcceptTicketDTO()
public AcceptTicketDTO(Property<T,? super AcceptTicketDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public TicketVO getTicket()
public void setTicket(TicketVO ticket)