|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTransportDescription
Transportsträcka. TransportSubSectionDescriptionList = Delsträckor inom en transportsträcka. Fler än 1 vid t ex utlandsfärd. ViaStringList = Redigerade viasträngar (vialokaler). Aktuellt vid utlandsfärd.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_NOTE_LIST
|
static java.lang.String |
PRICE_LEVEL_CODE
|
static java.lang.String |
REFERENCE
|
static java.lang.String |
TRANSPORT_SUB_SECTION_DESCRIPTION_LIST
|
static java.lang.String |
TRAVEL_METHOD_CODE
|
static java.lang.String |
VIA_STRING_LIST
|
Method Summary | |
---|---|
SjComponentNoteList |
getComponentNoteList()
Field componentNoteList is defined as optional. |
SjCode |
getPriceLevelCode()
Field priceLevelCode is defined as mandatory. |
java.lang.String |
getPriceLevelCodeValue()
Field priceLevelCode is defined as mandatory. |
TiStringInterface |
getReference()
Field reference is defined as optional. |
java.lang.String |
getReferenceValue()
Field reference is defined as optional. |
SjTransportSubSectionDescriptionList |
getTransportSubSectionDescriptionList()
Field transportSubSectionDescriptionList is defined as optional. |
SjCode |
getTravelMethodCode()
Field travelMethodCode is defined as mandatory. |
java.lang.String |
getTravelMethodCodeValue()
Field travelMethodCode is defined as mandatory. |
SjStringList |
getViaStringList()
Field viaStringList is defined as optional. |
SjComponentNoteList |
lookupComponentNoteList()
Field componentNoteList is defined as optional. |
SjCode |
lookupPriceLevelCode()
Field priceLevelCode is defined as mandatory. |
TiStringInterface |
lookupReference()
Field reference is defined as optional. |
SjTransportSubSectionDescriptionList |
lookupTransportSubSectionDescriptionList()
Field transportSubSectionDescriptionList is defined as optional. |
SjCode |
lookupTravelMethodCode()
Field travelMethodCode is defined as mandatory. |
SjStringList |
lookupViaStringList()
Field viaStringList is defined as optional. |
void |
setComponentNoteList(SjComponentNoteList inData)
Field componentNoteList is defined as optional. |
void |
setPriceLevelCode(SjCode inData)
Field priceLevelCode is defined as mandatory. |
void |
setPriceLevelCodeValue(java.lang.String inData)
Field priceLevelCode is defined as mandatory. |
void |
setPriceLevelCodeValue(java.lang.String inData,
boolean inNotify)
Field priceLevelCode is defined as mandatory. |
void |
setReference(TiStringInterface inData)
Field reference is defined as optional. |
void |
setReferenceValue(java.lang.String inData)
Field reference is defined as optional. |
void |
setReferenceValue(java.lang.String inData,
boolean inNotify)
Field reference is defined as optional. |
void |
setTransportSubSectionDescriptionList(SjTransportSubSectionDescriptionList inData)
Field transportSubSectionDescriptionList is defined as optional. |
void |
setTravelMethodCode(SjCode inData)
Field travelMethodCode is defined as mandatory. |
void |
setTravelMethodCodeValue(java.lang.String inData)
Field travelMethodCode is defined as mandatory. |
void |
setTravelMethodCodeValue(java.lang.String inData,
boolean inNotify)
Field travelMethodCode is defined as mandatory. |
void |
setViaStringList(SjStringList inData)
Field viaStringList is defined as optional. |
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 COMPONENT_NOTE_LIST
static final java.lang.String REFERENCE
static final java.lang.String PRICE_LEVEL_CODE
static final java.lang.String TRAVEL_METHOD_CODE
static final java.lang.String TRANSPORT_SUB_SECTION_DESCRIPTION_LIST
static final java.lang.String VIA_STRING_LIST
Method Detail |
---|
SjComponentNoteList getComponentNoteList()
SjComponentNoteList lookupComponentNoteList()
void setComponentNoteList(SjComponentNoteList inData)
TiStringInterface getReference()
TiStringInterface lookupReference()
void setReference(TiStringInterface inData)
java.lang.String getReferenceValue()
void setReferenceValue(java.lang.String inData)
void setReferenceValue(java.lang.String inData, boolean inNotify)
SjCode getPriceLevelCode()
SjCode lookupPriceLevelCode()
void setPriceLevelCode(SjCode inData)
java.lang.String getPriceLevelCodeValue()
void setPriceLevelCodeValue(java.lang.String inData)
void setPriceLevelCodeValue(java.lang.String inData, boolean inNotify)
SjCode getTravelMethodCode()
SjCode lookupTravelMethodCode()
void setTravelMethodCode(SjCode inData)
java.lang.String getTravelMethodCodeValue()
void setTravelMethodCodeValue(java.lang.String inData)
void setTravelMethodCodeValue(java.lang.String inData, boolean inNotify)
SjTransportSubSectionDescriptionList getTransportSubSectionDescriptionList()
SjTransportSubSectionDescriptionList lookupTransportSubSectionDescriptionList()
void setTransportSubSectionDescriptionList(SjTransportSubSectionDescriptionList inData)
SjStringList getViaStringList()
SjStringList lookupViaStringList()
void setViaStringList(SjStringList inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |