|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjArrivalDeparture
Struktur som innehåller ankomst- och avgångsdatum och -tid samt lokal (station)
Field Summary | |
---|---|
static java.lang.String |
ARRIVAL
|
static java.lang.String |
DEPARTURE
|
static java.lang.String |
LOCATION
|
Method Summary | |
---|---|
SjDateTimeCode |
getArrival()
Field arrival is defined as optional. |
SjDateTimeCode |
getDeparture()
Field departure is defined as optional. |
SjLocation |
getLocation()
Field location is defined as mandatory. |
SjDateTimeCode |
lookupArrival()
Field arrival is defined as optional. |
SjDateTimeCode |
lookupDeparture()
Field departure is defined as optional. |
SjLocation |
lookupLocation()
Field location is defined as mandatory. |
void |
setArrival(SjDateTimeCode inData)
Field arrival is defined as optional. |
void |
setDeparture(SjDateTimeCode inData)
Field departure is defined as optional. |
void |
setLocation(SjLocation inData)
Field location 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 ARRIVAL
static final java.lang.String DEPARTURE
static final java.lang.String LOCATION
Method Detail |
---|
SjDateTimeCode getArrival()
SjDateTimeCode lookupArrival()
void setArrival(SjDateTimeCode inData)
SjDateTimeCode getDeparture()
SjDateTimeCode lookupDeparture()
void setDeparture(SjDateTimeCode inData)
SjLocation getLocation()
SjLocation lookupLocation()
void setLocation(SjLocation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |