|
||||||||||
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.SjSelectedPaxListQueryPlain
public class SjSelectedPaxListQueryPlain
Frågestruktur för att hämta utvald passagerarlista, där olika sökkriterier skicaks in
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.SjSelectedPaxListQuery |
---|
BATCH_PARAMETERS, EMBARKING_CARRIAGE_ID_LIST, EMBARKING_COMFORT_LIST, EMBARKING_DATE_LIST, EMBARKING_PLACEMENT_CHARACTERISTICS_LIST, EMBARKING_PLACEMENT_NUMBER_LIST, EMBARKING_TRANSPORT_SPEC_WITH_TIME_INTERVALL, FROM_BOOKING_DATE, TO_BOOKING_DATE |
Constructor Summary | |
---|---|
SjSelectedPaxListQueryPlain()
|
Method Summary | |
---|---|
SjBatchParameters |
getBatchParameters()
Field batchParameters is defined as optional. |
SjEmbarkingCarriageIdList |
getEmbarkingCarriageIdList()
Field embarkingCarriageIdList is defined as optional. |
SjEmbarkingComfortList |
getEmbarkingComfortList()
Field embarkingComfortList is defined as optional. |
SjEmbarkingDateList |
getEmbarkingDateList()
Field embarkingDateList is defined as mandatory. |
SjEmbarkingPlacementCharacteristicsList |
getEmbarkingPlacementCharacteristicsList()
Field embarkingPlacementCharacteristicsList is defined as optional. |
SjEmbarkingPlacementNumberList |
getEmbarkingPlacementNumberList()
Field embarkingPlacementNumberList is defined as optional. |
SjEmbarkingTransportSpecWithTimeIntervall |
getEmbarkingTransportSpecWithTimeIntervall()
Field embarkingTransportSpecWithTimeIntervall is defined as mandatory. |
TiDate |
getFromBookingDate()
Field fromBookingDate is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
TiDate |
getToBookingDate()
Field toBookingDate is defined as optional. |
SjBatchParameters |
lookupBatchParameters()
Field batchParameters is defined as optional. |
SjEmbarkingCarriageIdList |
lookupEmbarkingCarriageIdList()
Field embarkingCarriageIdList is defined as optional. |
SjEmbarkingComfortList |
lookupEmbarkingComfortList()
Field embarkingComfortList is defined as optional. |
SjEmbarkingDateList |
lookupEmbarkingDateList()
Field embarkingDateList is defined as mandatory. |
SjEmbarkingPlacementCharacteristicsList |
lookupEmbarkingPlacementCharacteristicsList()
Field embarkingPlacementCharacteristicsList is defined as optional. |
SjEmbarkingPlacementNumberList |
lookupEmbarkingPlacementNumberList()
Field embarkingPlacementNumberList is defined as optional. |
SjEmbarkingTransportSpecWithTimeIntervall |
lookupEmbarkingTransportSpecWithTimeIntervall()
Field embarkingTransportSpecWithTimeIntervall is defined as mandatory. |
TiDate |
lookupFromBookingDate()
Field fromBookingDate is defined as optional. |
TiDate |
lookupToBookingDate()
Field toBookingDate is defined as optional. |
void |
setBatchParameters(SjBatchParameters inData)
Field batchParameters is defined as optional. |
void |
setEmbarkingCarriageIdList(SjEmbarkingCarriageIdList inData)
Field embarkingCarriageIdList is defined as optional. |
void |
setEmbarkingComfortList(SjEmbarkingComfortList inData)
Field embarkingComfortList is defined as optional. |
void |
setEmbarkingDateList(SjEmbarkingDateList inData)
Field embarkingDateList is defined as mandatory. |
void |
setEmbarkingPlacementCharacteristicsList(SjEmbarkingPlacementCharacteristicsList inData)
Field embarkingPlacementCharacteristicsList is defined as optional. |
void |
setEmbarkingPlacementNumberList(SjEmbarkingPlacementNumberList inData)
Field embarkingPlacementNumberList is defined as optional. |
void |
setEmbarkingTransportSpecWithTimeIntervall(SjEmbarkingTransportSpecWithTimeIntervall inData)
Field embarkingTransportSpecWithTimeIntervall is defined as mandatory. |
void |
setFromBookingDate(TiDate inData)
Field fromBookingDate is defined as optional. |
void |
setToBookingDate(TiDate inData)
Field toBookingDate 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 SjEmbarkingTransportSpecWithTimeIntervallPlain embarkingTransportSpecWithTimeIntervall
public SjEmbarkingDateListPlain embarkingDateList
public TiDatePlain fromBookingDate
public TiDatePlain toBookingDate
public SjEmbarkingComfortListPlain embarkingComfortList
public SjEmbarkingCarriageIdListPlain embarkingCarriageIdList
public SjEmbarkingPlacementNumberListPlain embarkingPlacementNumberList
public SjEmbarkingPlacementCharacteristicsListPlain embarkingPlacementCharacteristicsList
public SjBatchParametersPlain batchParameters
Constructor Detail |
---|
public SjSelectedPaxListQueryPlain()
Method Detail |
---|
public SjEmbarkingTransportSpecWithTimeIntervall getEmbarkingTransportSpecWithTimeIntervall()
getEmbarkingTransportSpecWithTimeIntervall
in interface SjSelectedPaxListQuery
public SjEmbarkingTransportSpecWithTimeIntervall lookupEmbarkingTransportSpecWithTimeIntervall()
lookupEmbarkingTransportSpecWithTimeIntervall
in interface SjSelectedPaxListQuery
public void setEmbarkingTransportSpecWithTimeIntervall(SjEmbarkingTransportSpecWithTimeIntervall inData)
setEmbarkingTransportSpecWithTimeIntervall
in interface SjSelectedPaxListQuery
public SjEmbarkingDateList getEmbarkingDateList()
getEmbarkingDateList
in interface SjSelectedPaxListQuery
public SjEmbarkingDateList lookupEmbarkingDateList()
lookupEmbarkingDateList
in interface SjSelectedPaxListQuery
public void setEmbarkingDateList(SjEmbarkingDateList inData)
setEmbarkingDateList
in interface SjSelectedPaxListQuery
public TiDate getFromBookingDate()
getFromBookingDate
in interface SjSelectedPaxListQuery
public TiDate lookupFromBookingDate()
lookupFromBookingDate
in interface SjSelectedPaxListQuery
public void setFromBookingDate(TiDate inData)
setFromBookingDate
in interface SjSelectedPaxListQuery
public TiDate getToBookingDate()
getToBookingDate
in interface SjSelectedPaxListQuery
public TiDate lookupToBookingDate()
lookupToBookingDate
in interface SjSelectedPaxListQuery
public void setToBookingDate(TiDate inData)
setToBookingDate
in interface SjSelectedPaxListQuery
public SjEmbarkingComfortList getEmbarkingComfortList()
getEmbarkingComfortList
in interface SjSelectedPaxListQuery
public SjEmbarkingComfortList lookupEmbarkingComfortList()
lookupEmbarkingComfortList
in interface SjSelectedPaxListQuery
public void setEmbarkingComfortList(SjEmbarkingComfortList inData)
setEmbarkingComfortList
in interface SjSelectedPaxListQuery
public SjEmbarkingCarriageIdList getEmbarkingCarriageIdList()
getEmbarkingCarriageIdList
in interface SjSelectedPaxListQuery
public SjEmbarkingCarriageIdList lookupEmbarkingCarriageIdList()
lookupEmbarkingCarriageIdList
in interface SjSelectedPaxListQuery
public void setEmbarkingCarriageIdList(SjEmbarkingCarriageIdList inData)
setEmbarkingCarriageIdList
in interface SjSelectedPaxListQuery
public SjEmbarkingPlacementNumberList getEmbarkingPlacementNumberList()
getEmbarkingPlacementNumberList
in interface SjSelectedPaxListQuery
public SjEmbarkingPlacementNumberList lookupEmbarkingPlacementNumberList()
lookupEmbarkingPlacementNumberList
in interface SjSelectedPaxListQuery
public void setEmbarkingPlacementNumberList(SjEmbarkingPlacementNumberList inData)
setEmbarkingPlacementNumberList
in interface SjSelectedPaxListQuery
public SjEmbarkingPlacementCharacteristicsList getEmbarkingPlacementCharacteristicsList()
getEmbarkingPlacementCharacteristicsList
in interface SjSelectedPaxListQuery
public SjEmbarkingPlacementCharacteristicsList lookupEmbarkingPlacementCharacteristicsList()
lookupEmbarkingPlacementCharacteristicsList
in interface SjSelectedPaxListQuery
public void setEmbarkingPlacementCharacteristicsList(SjEmbarkingPlacementCharacteristicsList inData)
setEmbarkingPlacementCharacteristicsList
in interface SjSelectedPaxListQuery
public SjBatchParameters getBatchParameters()
getBatchParameters
in interface SjSelectedPaxListQuery
public SjBatchParameters lookupBatchParameters()
lookupBatchParameters
in interface SjSelectedPaxListQuery
public void setBatchParameters(SjBatchParameters inData)
setBatchParameters
in interface SjSelectedPaxListQuery
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |