|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjSectionLightSpecification
Platsegenskaper per delsträcka
Field Summary | |
---|---|
static java.lang.String |
PLACEMENT_SPECIFICATION
|
static java.lang.String |
PRICE_LEVEL_CODE
|
static java.lang.String |
SECTION_REFERENCE
|
static java.lang.String |
TRAVEL_DOCUMENT_CODE
|
Method Summary | |
---|---|
SjPlacementSpecification |
getPlacementSpecification()
Field placementSpecification is defined as optional. |
SjCode |
getPriceLevelCode()
Field priceLevelCode is defined as optional. |
java.lang.String |
getPriceLevelCodeValue()
Field priceLevelCode is defined as optional. |
SjObjectStringRef |
getSectionReference()
Field sectionReference is defined as mandatory. |
java.lang.String |
getSectionReferenceValue()
Field sectionReference is defined as mandatory. |
SjCode |
getTravelDocumentCode()
Field travelDocumentCode is defined as optional. |
java.lang.String |
getTravelDocumentCodeValue()
Field travelDocumentCode is defined as optional. |
SjPlacementSpecification |
lookupPlacementSpecification()
Field placementSpecification is defined as optional. |
SjCode |
lookupPriceLevelCode()
Field priceLevelCode is defined as optional. |
SjObjectStringRef |
lookupSectionReference()
Field sectionReference is defined as mandatory. |
SjCode |
lookupTravelDocumentCode()
Field travelDocumentCode is defined as optional. |
void |
setPlacementSpecification(SjPlacementSpecification inData)
Field placementSpecification is defined as optional. |
void |
setPriceLevelCode(SjCode inData)
Field priceLevelCode is defined as optional. |
void |
setPriceLevelCodeValue(java.lang.String inData)
Field priceLevelCode is defined as optional. |
void |
setPriceLevelCodeValue(java.lang.String inData,
boolean inNotify)
Field priceLevelCode is defined as optional. |
void |
setSectionReference(SjObjectStringRef inData)
Field sectionReference is defined as mandatory. |
void |
setSectionReferenceValue(java.lang.String inData)
Field sectionReference is defined as mandatory. |
void |
setSectionReferenceValue(java.lang.String inData,
boolean inNotify)
Field sectionReference is defined as mandatory. |
void |
setTravelDocumentCode(SjCode inData)
Field travelDocumentCode is defined as optional. |
void |
setTravelDocumentCodeValue(java.lang.String inData)
Field travelDocumentCode is defined as optional. |
void |
setTravelDocumentCodeValue(java.lang.String inData,
boolean inNotify)
Field travelDocumentCode 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 SECTION_REFERENCE
static final java.lang.String PRICE_LEVEL_CODE
static final java.lang.String TRAVEL_DOCUMENT_CODE
static final java.lang.String PLACEMENT_SPECIFICATION
Method Detail |
---|
SjObjectStringRef getSectionReference()
SjObjectStringRef lookupSectionReference()
void setSectionReference(SjObjectStringRef inData)
java.lang.String getSectionReferenceValue()
void setSectionReferenceValue(java.lang.String inData)
void setSectionReferenceValue(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 getTravelDocumentCode()
SjCode lookupTravelDocumentCode()
void setTravelDocumentCode(SjCode inData)
java.lang.String getTravelDocumentCodeValue()
void setTravelDocumentCodeValue(java.lang.String inData)
void setTravelDocumentCodeValue(java.lang.String inData, boolean inNotify)
SjPlacementSpecification getPlacementSpecification()
SjPlacementSpecification lookupPlacementSpecification()
void setPlacementSpecification(SjPlacementSpecification inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |