|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTransportSubSectionDescription
Delsträcka inom en transportsträcka. Fler än 1 vid t ex utlandsfärd.
Field Summary | |
---|---|
static java.lang.String |
ARRIVAL_LOCATION
|
static java.lang.String |
DEPARTURE_LOCATION
|
static java.lang.String |
SECTION_PRODUCER
|
static java.lang.String |
SERIAL_NUMBER
|
static java.lang.String |
STATISTICAL_KILOMETER
|
Method Summary | |
---|---|
SjLocation |
getArrivalLocation()
Field arrivalLocation is defined as mandatory. |
SjLocation |
getDepartureLocation()
Field departureLocation is defined as mandatory. |
SjCode |
getSectionProducer()
Field sectionProducer is defined as mandatory. |
java.lang.String |
getSectionProducerValue()
Field sectionProducer is defined as mandatory. |
SjIntegerString |
getSerialNumber()
Field serialNumber is defined as optional. |
java.lang.String |
getSerialNumberValue()
Field serialNumber is defined as optional. |
SjIntegerString |
getStatisticalKilometer()
Field statisticalKilometer is defined as mandatory. |
java.lang.String |
getStatisticalKilometerValue()
Field statisticalKilometer is defined as mandatory. |
SjLocation |
lookupArrivalLocation()
Field arrivalLocation is defined as mandatory. |
SjLocation |
lookupDepartureLocation()
Field departureLocation is defined as mandatory. |
SjCode |
lookupSectionProducer()
Field sectionProducer is defined as mandatory. |
SjIntegerString |
lookupSerialNumber()
Field serialNumber is defined as optional. |
SjIntegerString |
lookupStatisticalKilometer()
Field statisticalKilometer is defined as mandatory. |
void |
setArrivalLocation(SjLocation inData)
Field arrivalLocation is defined as mandatory. |
void |
setDepartureLocation(SjLocation inData)
Field departureLocation is defined as mandatory. |
void |
setSectionProducer(SjCode inData)
Field sectionProducer is defined as mandatory. |
void |
setSectionProducerValue(java.lang.String inData)
Field sectionProducer is defined as mandatory. |
void |
setSectionProducerValue(java.lang.String inData,
boolean inNotify)
Field sectionProducer is defined as mandatory. |
void |
setSerialNumber(SjIntegerString inData)
Field serialNumber is defined as optional. |
void |
setSerialNumberValue(java.lang.String inData)
Field serialNumber is defined as optional. |
void |
setSerialNumberValue(java.lang.String inData,
boolean inNotify)
Field serialNumber is defined as optional. |
void |
setStatisticalKilometer(SjIntegerString inData)
Field statisticalKilometer is defined as mandatory. |
void |
setStatisticalKilometerValue(java.lang.String inData)
Field statisticalKilometer is defined as mandatory. |
void |
setStatisticalKilometerValue(java.lang.String inData,
boolean inNotify)
Field statisticalKilometer 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 DEPARTURE_LOCATION
static final java.lang.String ARRIVAL_LOCATION
static final java.lang.String SECTION_PRODUCER
static final java.lang.String STATISTICAL_KILOMETER
static final java.lang.String SERIAL_NUMBER
Method Detail |
---|
SjLocation getDepartureLocation()
SjLocation lookupDepartureLocation()
void setDepartureLocation(SjLocation inData)
SjLocation getArrivalLocation()
SjLocation lookupArrivalLocation()
void setArrivalLocation(SjLocation inData)
SjCode getSectionProducer()
SjCode lookupSectionProducer()
void setSectionProducer(SjCode inData)
java.lang.String getSectionProducerValue()
void setSectionProducerValue(java.lang.String inData)
void setSectionProducerValue(java.lang.String inData, boolean inNotify)
SjIntegerString getStatisticalKilometer()
SjIntegerString lookupStatisticalKilometer()
void setStatisticalKilometer(SjIntegerString inData)
java.lang.String getStatisticalKilometerValue()
void setStatisticalKilometerValue(java.lang.String inData)
void setStatisticalKilometerValue(java.lang.String inData, boolean inNotify)
SjIntegerString getSerialNumber()
SjIntegerString lookupSerialNumber()
void setSerialNumber(SjIntegerString inData)
java.lang.String getSerialNumberValue()
void setSerialNumberValue(java.lang.String inData)
void setSerialNumberValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |