|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjSectionSpecification
Field Summary | |
---|---|
static java.lang.String |
PLACEMENT_SPECIFICATION
|
static java.lang.String |
PRICE_LEVEL_CODE
|
static java.lang.String |
PRSFRG
|
static java.lang.String |
SECTION_REFERENCE
|
static java.lang.String |
TRAVEL_DOCUMENT_CODE
|
Method Summary | |
---|---|
SjPlacementSpecification |
getPlacementSpecification()
Field placementSpecification is defined as mandatory. |
SjCode |
getPriceLevelCode()
Field priceLevelCode is defined as mandatory. |
java.lang.String |
getPriceLevelCodeValue()
Field priceLevelCode is defined as mandatory. |
TiStringInterface |
getPrsfrg()
Field prsfrg is defined as mandatory. |
java.lang.String |
getPrsfrgValue()
Field prsfrg is defined as mandatory. |
SjObjectStringRef |
getSectionReference()
Field sectionReference is defined as optional. |
java.lang.String |
getSectionReferenceValue()
Field sectionReference is defined as optional. |
SjCode |
getTravelDocumentCode()
Field travelDocumentCode is defined as mandatory. |
java.lang.String |
getTravelDocumentCodeValue()
Field travelDocumentCode is defined as mandatory. |
SjPlacementSpecification |
lookupPlacementSpecification()
Field placementSpecification is defined as mandatory. |
SjCode |
lookupPriceLevelCode()
Field priceLevelCode is defined as mandatory. |
TiStringInterface |
lookupPrsfrg()
Field prsfrg is defined as mandatory. |
SjObjectStringRef |
lookupSectionReference()
Field sectionReference is defined as optional. |
SjCode |
lookupTravelDocumentCode()
Field travelDocumentCode is defined as mandatory. |
void |
setPlacementSpecification(SjPlacementSpecification inData)
Field placementSpecification is defined as mandatory. |
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 |
setPrsfrg(TiStringInterface inData)
Field prsfrg is defined as mandatory. |
void |
setPrsfrgValue(java.lang.String inData)
Field prsfrg is defined as mandatory. |
void |
setPrsfrgValue(java.lang.String inData,
boolean inNotify)
Field prsfrg is defined as mandatory. |
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. |
void |
setTravelDocumentCode(SjCode inData)
Field travelDocumentCode is defined as mandatory. |
void |
setTravelDocumentCodeValue(java.lang.String inData)
Field travelDocumentCode is defined as mandatory. |
void |
setTravelDocumentCodeValue(java.lang.String inData,
boolean inNotify)
Field travelDocumentCode 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 SECTION_REFERENCE
static final java.lang.String TRAVEL_DOCUMENT_CODE
static final java.lang.String PRICE_LEVEL_CODE
static final java.lang.String PLACEMENT_SPECIFICATION
static final java.lang.String PRSFRG
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 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)
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)
SjPlacementSpecification getPlacementSpecification()
SjPlacementSpecification lookupPlacementSpecification()
void setPlacementSpecification(SjPlacementSpecification inData)
TiStringInterface getPrsfrg()
TiStringInterface lookupPrsfrg()
void setPrsfrg(TiStringInterface inData)
java.lang.String getPrsfrgValue()
void setPrsfrgValue(java.lang.String inData)
void setPrsfrgValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |