|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjItineraryCharacteristicsQuery
Hämta bokningsegenskaper för en förbindelse.
Field Summary | |
---|---|
static java.lang.String |
ITINERARY_REFERENCE_SPECIFICATION
|
static java.lang.String |
PRICE_GROUP_CODE
|
static java.lang.String |
SECTION_REFERENCE
|
Method Summary | |
---|---|
SjItineraryReferenceSpecification |
getItineraryReferenceSpecification()
Field itineraryReferenceSpecification is defined as mandatory. |
SjCode |
getPriceGroupCode()
Field priceGroupCode is defined as optional. |
java.lang.String |
getPriceGroupCodeValue()
Field priceGroupCode is defined as optional. |
SjObjectStringRef |
getSectionReference()
Field sectionReference is defined as optional. |
java.lang.String |
getSectionReferenceValue()
Field sectionReference is defined as optional. |
SjItineraryReferenceSpecification |
lookupItineraryReferenceSpecification()
Field itineraryReferenceSpecification is defined as mandatory. |
SjCode |
lookupPriceGroupCode()
Field priceGroupCode is defined as optional. |
SjObjectStringRef |
lookupSectionReference()
Field sectionReference is defined as optional. |
void |
setItineraryReferenceSpecification(SjItineraryReferenceSpecification inData)
Field itineraryReferenceSpecification is defined as mandatory. |
void |
setPriceGroupCode(SjCode inData)
Field priceGroupCode is defined as optional. |
void |
setPriceGroupCodeValue(java.lang.String inData)
Field priceGroupCode is defined as optional. |
void |
setPriceGroupCodeValue(java.lang.String inData,
boolean inNotify)
Field priceGroupCode is defined as optional. |
void |
setSectionReference(SjObjectStringRef inData)
Field sectionReference is defined as optional. |
void |
setSectionReferenceValue(java.lang.String inData)
Field sectionReference is defined as optional. |
void |
setSectionReferenceValue(java.lang.String inData,
boolean inNotify)
Field sectionReference 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 ITINERARY_REFERENCE_SPECIFICATION
static final java.lang.String PRICE_GROUP_CODE
static final java.lang.String SECTION_REFERENCE
Method Detail |
---|
SjItineraryReferenceSpecification getItineraryReferenceSpecification()
SjItineraryReferenceSpecification lookupItineraryReferenceSpecification()
void setItineraryReferenceSpecification(SjItineraryReferenceSpecification inData)
SjCode getPriceGroupCode()
SjCode lookupPriceGroupCode()
void setPriceGroupCode(SjCode inData)
java.lang.String getPriceGroupCodeValue()
void setPriceGroupCodeValue(java.lang.String inData)
void setPriceGroupCodeValue(java.lang.String inData, boolean inNotify)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |