|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTicketCodeInformation
Biljettkod med information
Field Summary | |
---|---|
static java.lang.String |
ARRIVAL_LOCATION
|
static java.lang.String |
DATE_TIME1
|
static java.lang.String |
DEPARTURE_LOCATION
|
static java.lang.String |
TICKET_CODE
|
Method Summary | |
---|---|
SjLocation |
getArrivalLocation()
Field arrivalLocation is defined as optional. |
TiDateTime |
getDateTime1()
Field dateTime1 is defined as optional. |
SjLocation |
getDepartureLocation()
Field departureLocation is defined as optional. |
SjCode |
getTicketCode()
Field ticketCode is defined as mandatory. |
java.lang.String |
getTicketCodeValue()
Field ticketCode is defined as mandatory. |
SjLocation |
lookupArrivalLocation()
Field arrivalLocation is defined as optional. |
TiDateTime |
lookupDateTime1()
Field dateTime1 is defined as optional. |
SjLocation |
lookupDepartureLocation()
Field departureLocation is defined as optional. |
SjCode |
lookupTicketCode()
Field ticketCode is defined as mandatory. |
void |
setArrivalLocation(SjLocation inData)
Field arrivalLocation is defined as optional. |
void |
setDateTime1(TiDateTime inData)
Field dateTime1 is defined as optional. |
void |
setDepartureLocation(SjLocation inData)
Field departureLocation is defined as optional. |
void |
setTicketCode(SjCode inData)
Field ticketCode is defined as mandatory. |
void |
setTicketCodeValue(java.lang.String inData)
Field ticketCode is defined as mandatory. |
void |
setTicketCodeValue(java.lang.String inData,
boolean inNotify)
Field ticketCode is defined as mandatory. |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String TICKET_CODE
static final java.lang.String DATE_TIME1
static final java.lang.String DEPARTURE_LOCATION
static final java.lang.String ARRIVAL_LOCATION
Method Detail |
---|
SjCode getTicketCode()
SjCode lookupTicketCode()
void setTicketCode(SjCode inData)
java.lang.String getTicketCodeValue()
void setTicketCodeValue(java.lang.String inData)
void setTicketCodeValue(java.lang.String inData, boolean inNotify)
TiDateTime getDateTime1()
TiDateTime lookupDateTime1()
void setDateTime1(TiDateTime inData)
SjLocation getDepartureLocation()
SjLocation lookupDepartureLocation()
void setDepartureLocation(SjLocation inData)
SjLocation getArrivalLocation()
SjLocation lookupArrivalLocation()
void setArrivalLocation(SjLocation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |