|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjDefaultDataForOrderLightQueryDataPlain
public class SjDefaultDataForOrderLightQueryDataPlain
Frågestruktur för att få giltiga biljettyper Comfort = Eventuellt komfortkrav på delsträckan
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Fields inherited from interface se.sj.stina.domain.model.SjDefaultDataForOrderLightQueryData |
|---|
COMFORT, LOCATION_PRODUCER_RELATION, PRICE_GROUP_CODE, PRODUCT_CODE, QUERY_DATE, SECTION_PRODUCER, SECTION_REFERENCE, TRANSPORT_INFORMATION |
| Constructor Summary | |
|---|---|
SjDefaultDataForOrderLightQueryDataPlain()
|
|
| Method Summary | |
|---|---|
SjCode |
getComfort()
Field comfort is defined as optional. |
java.lang.String |
getComfortValue()
Field comfort is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjLocationProducerRelation |
getLocationProducerRelation()
Field locationProducerRelation is defined as optional. |
SjCode |
getPriceGroupCode()
Field priceGroupCode is defined as mandatory. |
java.lang.String |
getPriceGroupCodeValue()
Field priceGroupCode is defined as mandatory. |
SjCode |
getProductCode()
Field productCode is defined as mandatory. |
java.lang.String |
getProductCodeValue()
Field productCode is defined as mandatory. |
TiDate |
getQueryDate()
Field queryDate is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjCode |
getSectionProducer()
Field sectionProducer is defined as optional. |
java.lang.String |
getSectionProducerValue()
Field sectionProducer is defined as optional. |
SjObjectStringRef |
getSectionReference()
Field sectionReference is defined as mandatory. |
java.lang.String |
getSectionReferenceValue()
Field sectionReference is defined as mandatory. |
SjCodePlaintextList |
getTransportInformation()
Field transportInformation is defined as optional. |
SjCode |
lookupComfort()
Field comfort is defined as optional. |
SjLocationProducerRelation |
lookupLocationProducerRelation()
Field locationProducerRelation is defined as optional. |
SjCode |
lookupPriceGroupCode()
Field priceGroupCode is defined as mandatory. |
SjCode |
lookupProductCode()
Field productCode is defined as mandatory. |
TiDate |
lookupQueryDate()
Field queryDate is defined as mandatory. |
SjCode |
lookupSectionProducer()
Field sectionProducer is defined as optional. |
SjObjectStringRef |
lookupSectionReference()
Field sectionReference is defined as mandatory. |
SjCodePlaintextList |
lookupTransportInformation()
Field transportInformation is defined as optional. |
void |
setComfort(SjCode inData)
Field comfort is defined as optional. |
void |
setComfortValue(java.lang.String inData)
Field comfort is defined as optional. |
void |
setComfortValue(java.lang.String inData,
boolean inNotify)
Field comfort is defined as optional. |
void |
setLocationProducerRelation(SjLocationProducerRelation inData)
Field locationProducerRelation is defined as optional. |
void |
setPriceGroupCode(SjCode inData)
Field priceGroupCode is defined as mandatory. |
void |
setPriceGroupCodeValue(java.lang.String inData)
Field priceGroupCode is defined as mandatory. |
void |
setPriceGroupCodeValue(java.lang.String inData,
boolean inNotify)
Field priceGroupCode is defined as mandatory. |
void |
setProductCode(SjCode inData)
Field productCode is defined as mandatory. |
void |
setProductCodeValue(java.lang.String inData)
Field productCode is defined as mandatory. |
void |
setProductCodeValue(java.lang.String inData,
boolean inNotify)
Field productCode is defined as mandatory. |
void |
setQueryDate(TiDate inData)
Field queryDate is defined as mandatory. |
void |
setSectionProducer(SjCode inData)
Field sectionProducer is defined as optional. |
void |
setSectionProducerValue(java.lang.String inData)
Field sectionProducer is defined as optional. |
void |
setSectionProducerValue(java.lang.String inData,
boolean inNotify)
Field sectionProducer 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 |
setTransportInformation(SjCodePlaintextList inData)
Field transportInformation is defined as optional. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, 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 |
| Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
|---|
property |
| Field Detail |
|---|
public SjObjectStringRefPlain sectionReference
public TiDatePlain queryDate
public SjCodePlain priceGroupCode
public SjCodePlain productCode
public SjCodePlain comfort
public SjCodePlain sectionProducer
public SjLocationProducerRelationPlain locationProducerRelation
public SjCodePlaintextListPlain transportInformation
| Constructor Detail |
|---|
public SjDefaultDataForOrderLightQueryDataPlain()
| Method Detail |
|---|
public SjObjectStringRef getSectionReference()
getSectionReference in interface SjDefaultDataForOrderLightQueryDatapublic SjObjectStringRef lookupSectionReference()
lookupSectionReference in interface SjDefaultDataForOrderLightQueryDatapublic void setSectionReference(SjObjectStringRef inData)
setSectionReference in interface SjDefaultDataForOrderLightQueryDatapublic java.lang.String getSectionReferenceValue()
getSectionReferenceValue in interface SjDefaultDataForOrderLightQueryDatapublic void setSectionReferenceValue(java.lang.String inData)
setSectionReferenceValue in interface SjDefaultDataForOrderLightQueryData
public void setSectionReferenceValue(java.lang.String inData,
boolean inNotify)
setSectionReferenceValue in interface SjDefaultDataForOrderLightQueryDatapublic TiDate getQueryDate()
getQueryDate in interface SjDefaultDataForOrderLightQueryDatapublic TiDate lookupQueryDate()
lookupQueryDate in interface SjDefaultDataForOrderLightQueryDatapublic void setQueryDate(TiDate inData)
setQueryDate in interface SjDefaultDataForOrderLightQueryDatapublic SjCode getPriceGroupCode()
getPriceGroupCode in interface SjDefaultDataForOrderLightQueryDatapublic SjCode lookupPriceGroupCode()
lookupPriceGroupCode in interface SjDefaultDataForOrderLightQueryDatapublic void setPriceGroupCode(SjCode inData)
setPriceGroupCode in interface SjDefaultDataForOrderLightQueryDatapublic java.lang.String getPriceGroupCodeValue()
getPriceGroupCodeValue in interface SjDefaultDataForOrderLightQueryDatapublic void setPriceGroupCodeValue(java.lang.String inData)
setPriceGroupCodeValue in interface SjDefaultDataForOrderLightQueryData
public void setPriceGroupCodeValue(java.lang.String inData,
boolean inNotify)
setPriceGroupCodeValue in interface SjDefaultDataForOrderLightQueryDatapublic SjCode getProductCode()
getProductCode in interface SjDefaultDataForOrderLightQueryDatapublic SjCode lookupProductCode()
lookupProductCode in interface SjDefaultDataForOrderLightQueryDatapublic void setProductCode(SjCode inData)
setProductCode in interface SjDefaultDataForOrderLightQueryDatapublic java.lang.String getProductCodeValue()
getProductCodeValue in interface SjDefaultDataForOrderLightQueryDatapublic void setProductCodeValue(java.lang.String inData)
setProductCodeValue in interface SjDefaultDataForOrderLightQueryData
public void setProductCodeValue(java.lang.String inData,
boolean inNotify)
setProductCodeValue in interface SjDefaultDataForOrderLightQueryDatapublic SjCode getComfort()
getComfort in interface SjDefaultDataForOrderLightQueryDatapublic SjCode lookupComfort()
lookupComfort in interface SjDefaultDataForOrderLightQueryDatapublic void setComfort(SjCode inData)
setComfort in interface SjDefaultDataForOrderLightQueryDatapublic java.lang.String getComfortValue()
getComfortValue in interface SjDefaultDataForOrderLightQueryDatapublic void setComfortValue(java.lang.String inData)
setComfortValue in interface SjDefaultDataForOrderLightQueryData
public void setComfortValue(java.lang.String inData,
boolean inNotify)
setComfortValue in interface SjDefaultDataForOrderLightQueryDatapublic SjCode getSectionProducer()
getSectionProducer in interface SjDefaultDataForOrderLightQueryDatapublic SjCode lookupSectionProducer()
lookupSectionProducer in interface SjDefaultDataForOrderLightQueryDatapublic void setSectionProducer(SjCode inData)
setSectionProducer in interface SjDefaultDataForOrderLightQueryDatapublic java.lang.String getSectionProducerValue()
getSectionProducerValue in interface SjDefaultDataForOrderLightQueryDatapublic void setSectionProducerValue(java.lang.String inData)
setSectionProducerValue in interface SjDefaultDataForOrderLightQueryData
public void setSectionProducerValue(java.lang.String inData,
boolean inNotify)
setSectionProducerValue in interface SjDefaultDataForOrderLightQueryDatapublic SjLocationProducerRelation getLocationProducerRelation()
getLocationProducerRelation in interface SjDefaultDataForOrderLightQueryDatapublic SjLocationProducerRelation lookupLocationProducerRelation()
lookupLocationProducerRelation in interface SjDefaultDataForOrderLightQueryDatapublic void setLocationProducerRelation(SjLocationProducerRelation inData)
setLocationProducerRelation in interface SjDefaultDataForOrderLightQueryDatapublic SjCodePlaintextList getTransportInformation()
getTransportInformation in interface SjDefaultDataForOrderLightQueryDatapublic SjCodePlaintextList lookupTransportInformation()
lookupTransportInformation in interface SjDefaultDataForOrderLightQueryDatapublic void setTransportInformation(SjCodePlaintextList inData)
setTransportInformation in interface SjDefaultDataForOrderLightQueryDatapublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||