public class TicketEntryVO extends TransactionEntryVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<TicketStatus,TicketEntryVO> |
STATUS |
AMOUNT, AUTHORIZATION_STATUS, DATE, DESCRIPTION, NATURE, RELATED_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
TicketEntryVO() |
TicketEntryVO(java.lang.Long id) |
TicketEntryVO(Property<T,? super TicketEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TicketStatus |
getStatus() |
void |
setStatus(TicketStatus status) |
getAmount, getAuthorizationStatus, getDate, getDescription, getNature, getRelatedOwner, getTransactionNumber, getType, setAmount, setAuthorizationStatus, setDate, setDescription, setNature, setRelatedOwner, setTransactionNumber, setType, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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<TicketStatus,TicketEntryVO> STATUS
public TicketEntryVO()
public TicketEntryVO(java.lang.Long id)
public TicketEntryVO(Property<T,? super TicketEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionEntryVOpublic TicketStatus getStatus()
public void setStatus(TicketStatus status)
public java.lang.String className()
className in class TransactionEntryVO