|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTravelRouteSection
En resedelsträcka i en resväg vid utlandsresa.
Field Summary | |
---|---|
static java.lang.String |
ARRIVAL_LOCATION
|
static java.lang.String |
CONTRACTUAL_CARRIER_CODE
|
static java.lang.String |
DEPARTURE_LOCATION
|
static java.lang.String |
SECTION_PRODUCER
|
static java.lang.String |
SERIAL_NUMBER
|
Method Summary | |
---|---|
SjLocation |
getArrivalLocation()
Field arrivalLocation is defined as mandatory. |
TiStringInterface |
getContractualCarrierCode()
Field contractualCarrierCode is defined as mandatory. |
java.lang.String |
getContractualCarrierCodeValue()
Field contractualCarrierCode 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 mandatory. |
java.lang.String |
getSerialNumberValue()
Field serialNumber is defined as mandatory. |
SjLocation |
lookupArrivalLocation()
Field arrivalLocation is defined as mandatory. |
TiStringInterface |
lookupContractualCarrierCode()
Field contractualCarrierCode 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 mandatory. |
void |
setArrivalLocation(SjLocation inData)
Field arrivalLocation is defined as mandatory. |
void |
setContractualCarrierCode(TiStringInterface inData)
Field contractualCarrierCode is defined as mandatory. |
void |
setContractualCarrierCodeValue(java.lang.String inData)
Field contractualCarrierCode is defined as mandatory. |
void |
setContractualCarrierCodeValue(java.lang.String inData,
boolean inNotify)
Field contractualCarrierCode 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 mandatory. |
void |
setSerialNumberValue(java.lang.String inData)
Field serialNumber is defined as mandatory. |
void |
setSerialNumberValue(java.lang.String inData,
boolean inNotify)
Field serialNumber 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 SERIAL_NUMBER
static final java.lang.String SECTION_PRODUCER
static final java.lang.String CONTRACTUAL_CARRIER_CODE
Method Detail |
---|
SjLocation getDepartureLocation()
SjLocation lookupDepartureLocation()
void setDepartureLocation(SjLocation inData)
SjLocation getArrivalLocation()
SjLocation lookupArrivalLocation()
void setArrivalLocation(SjLocation inData)
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)
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)
TiStringInterface getContractualCarrierCode()
TiStringInterface lookupContractualCarrierCode()
void setContractualCarrierCode(TiStringInterface inData)
java.lang.String getContractualCarrierCodeValue()
void setContractualCarrierCodeValue(java.lang.String inData)
void setContractualCarrierCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |