|
||||||||||
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.SjEmbarkingTravellersSectionListResultPlain
public class SjEmbarkingTravellersSectionListResultPlain
Resenärslista per delsträcka
Utdata
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.SjEmbarkingTravellersSectionListResult |
---|
DEPARTURE_DATE, DEPARTURE_LOCATION, DEPARTURE_TIME, EMBARKING_TRAVELLERS_SECTION_LIST, NUMBER_OF_BOARDING_TRAVELLERS, NUMBER_OF_DISEMBARKING_TRAVELLERS, NUMBER_OF_TRAVELLERS |
Constructor Summary | |
---|---|
SjEmbarkingTravellersSectionListResultPlain()
|
Method Summary | |
---|---|
TiDate |
getDepartureDate()
Field departureDate is defined as mandatory. |
SjLocation |
getDepartureLocation()
Field departureLocation is defined as optional. |
TiTime |
getDepartureTime()
Field departureTime is defined as mandatory. |
SjEmbarkingTravellersSectionList |
getEmbarkingTravellersSectionList()
Field embarkingTravellersSectionList is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjIntegerString |
getNumberOfBoardingTravellers()
Field numberOfBoardingTravellers is defined as mandatory. |
java.lang.String |
getNumberOfBoardingTravellersValue()
Field numberOfBoardingTravellers is defined as mandatory. |
SjIntegerString |
getNumberOfDisembarkingTravellers()
Field numberOfDisembarkingTravellers is defined as mandatory. |
java.lang.String |
getNumberOfDisembarkingTravellersValue()
Field numberOfDisembarkingTravellers is defined as mandatory. |
SjIntegerString |
getNumberOfTravellers()
Field numberOfTravellers is defined as mandatory. |
java.lang.String |
getNumberOfTravellersValue()
Field numberOfTravellers is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiDate |
lookupDepartureDate()
Field departureDate is defined as mandatory. |
SjLocation |
lookupDepartureLocation()
Field departureLocation is defined as optional. |
TiTime |
lookupDepartureTime()
Field departureTime is defined as mandatory. |
SjEmbarkingTravellersSectionList |
lookupEmbarkingTravellersSectionList()
Field embarkingTravellersSectionList is defined as mandatory. |
SjIntegerString |
lookupNumberOfBoardingTravellers()
Field numberOfBoardingTravellers is defined as mandatory. |
SjIntegerString |
lookupNumberOfDisembarkingTravellers()
Field numberOfDisembarkingTravellers is defined as mandatory. |
SjIntegerString |
lookupNumberOfTravellers()
Field numberOfTravellers is defined as mandatory. |
void |
setDepartureDate(TiDate inData)
Field departureDate is defined as mandatory. |
void |
setDepartureLocation(SjLocation inData)
Field departureLocation is defined as optional. |
void |
setDepartureTime(TiTime inData)
Field departureTime is defined as mandatory. |
void |
setEmbarkingTravellersSectionList(SjEmbarkingTravellersSectionList inData)
Field embarkingTravellersSectionList is defined as mandatory. |
void |
setNumberOfBoardingTravellers(SjIntegerString inData)
Field numberOfBoardingTravellers is defined as mandatory. |
void |
setNumberOfBoardingTravellersValue(java.lang.String inData)
Field numberOfBoardingTravellers is defined as mandatory. |
void |
setNumberOfBoardingTravellersValue(java.lang.String inData,
boolean inNotify)
Field numberOfBoardingTravellers is defined as mandatory. |
void |
setNumberOfDisembarkingTravellers(SjIntegerString inData)
Field numberOfDisembarkingTravellers is defined as mandatory. |
void |
setNumberOfDisembarkingTravellersValue(java.lang.String inData)
Field numberOfDisembarkingTravellers is defined as mandatory. |
void |
setNumberOfDisembarkingTravellersValue(java.lang.String inData,
boolean inNotify)
Field numberOfDisembarkingTravellers is defined as mandatory. |
void |
setNumberOfTravellers(SjIntegerString inData)
Field numberOfTravellers is defined as mandatory. |
void |
setNumberOfTravellersValue(java.lang.String inData)
Field numberOfTravellers is defined as mandatory. |
void |
setNumberOfTravellersValue(java.lang.String inData,
boolean inNotify)
Field numberOfTravellers is defined as mandatory. |
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 SjEmbarkingTravellersSectionListPlain embarkingTravellersSectionList
public SjLocationPlain departureLocation
public TiDatePlain departureDate
public TiTimePlain departureTime
public SjIntegerStringPlain numberOfBoardingTravellers
public SjIntegerStringPlain numberOfDisembarkingTravellers
public SjIntegerStringPlain numberOfTravellers
Constructor Detail |
---|
public SjEmbarkingTravellersSectionListResultPlain()
Method Detail |
---|
public SjEmbarkingTravellersSectionList getEmbarkingTravellersSectionList()
getEmbarkingTravellersSectionList
in interface SjEmbarkingTravellersSectionListResult
public SjEmbarkingTravellersSectionList lookupEmbarkingTravellersSectionList()
lookupEmbarkingTravellersSectionList
in interface SjEmbarkingTravellersSectionListResult
public void setEmbarkingTravellersSectionList(SjEmbarkingTravellersSectionList inData)
setEmbarkingTravellersSectionList
in interface SjEmbarkingTravellersSectionListResult
public SjLocation getDepartureLocation()
getDepartureLocation
in interface SjEmbarkingTravellersSectionListResult
public SjLocation lookupDepartureLocation()
lookupDepartureLocation
in interface SjEmbarkingTravellersSectionListResult
public void setDepartureLocation(SjLocation inData)
setDepartureLocation
in interface SjEmbarkingTravellersSectionListResult
public TiDate getDepartureDate()
getDepartureDate
in interface SjEmbarkingTravellersSectionListResult
public TiDate lookupDepartureDate()
lookupDepartureDate
in interface SjEmbarkingTravellersSectionListResult
public void setDepartureDate(TiDate inData)
setDepartureDate
in interface SjEmbarkingTravellersSectionListResult
public TiTime getDepartureTime()
getDepartureTime
in interface SjEmbarkingTravellersSectionListResult
public TiTime lookupDepartureTime()
lookupDepartureTime
in interface SjEmbarkingTravellersSectionListResult
public void setDepartureTime(TiTime inData)
setDepartureTime
in interface SjEmbarkingTravellersSectionListResult
public SjIntegerString getNumberOfBoardingTravellers()
getNumberOfBoardingTravellers
in interface SjEmbarkingTravellersSectionListResult
public SjIntegerString lookupNumberOfBoardingTravellers()
lookupNumberOfBoardingTravellers
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfBoardingTravellers(SjIntegerString inData)
setNumberOfBoardingTravellers
in interface SjEmbarkingTravellersSectionListResult
public java.lang.String getNumberOfBoardingTravellersValue()
getNumberOfBoardingTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfBoardingTravellersValue(java.lang.String inData)
setNumberOfBoardingTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfBoardingTravellersValue(java.lang.String inData, boolean inNotify)
setNumberOfBoardingTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public SjIntegerString getNumberOfDisembarkingTravellers()
getNumberOfDisembarkingTravellers
in interface SjEmbarkingTravellersSectionListResult
public SjIntegerString lookupNumberOfDisembarkingTravellers()
lookupNumberOfDisembarkingTravellers
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfDisembarkingTravellers(SjIntegerString inData)
setNumberOfDisembarkingTravellers
in interface SjEmbarkingTravellersSectionListResult
public java.lang.String getNumberOfDisembarkingTravellersValue()
getNumberOfDisembarkingTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfDisembarkingTravellersValue(java.lang.String inData)
setNumberOfDisembarkingTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfDisembarkingTravellersValue(java.lang.String inData, boolean inNotify)
setNumberOfDisembarkingTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public SjIntegerString getNumberOfTravellers()
getNumberOfTravellers
in interface SjEmbarkingTravellersSectionListResult
public SjIntegerString lookupNumberOfTravellers()
lookupNumberOfTravellers
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfTravellers(SjIntegerString inData)
setNumberOfTravellers
in interface SjEmbarkingTravellersSectionListResult
public java.lang.String getNumberOfTravellersValue()
getNumberOfTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfTravellersValue(java.lang.String inData)
setNumberOfTravellersValue
in interface SjEmbarkingTravellersSectionListResult
public void setNumberOfTravellersValue(java.lang.String inData, boolean inNotify)
setNumberOfTravellersValue
in interface SjEmbarkingTravellersSectionListResult
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 |