se.sj.stina.domain.model.impl.plain
Class SjItineraryQueryPlain

java.lang.Object
  extended by org.stina.framework.core.model.TiAbstractData
      extended by org.stina.framework.core.model.TiAbstractMapData
          extended by se.sj.stina.domain.model.impl.plain.SjItineraryQueryPlain
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiObserverInterface, TiSubjectInterface, TiModelComponentInterface, SjItineraryQuery

public class SjItineraryQueryPlain
extends TiAbstractMapData
implements SjItineraryQuery

  • Om man inte vill söka med viastation så utelämnas det fältet.
  • Om både DepartureDateTime och ArrivalDateTime eller periodsökningsfälten anges så har fältet DepartureDateTime högst prioritet och blir det som används i sökningen, o.s.v.
  • Om periodsökningen används så är det avgångstiden för de resulterande förbindelserna som ligger inom perioden.
  • Om fältet AcceptableTravelMethodList utelämnas så används den defaultlista man får i fältet AcceptableTravelMethods i strukten ControlData, d.v.s. med alla de giltiga kombinationerna av produkt och färdmedel.

    See Also:
    Serialized Form

    Nested Class Summary
     
    Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData
    TiAbstractMapData.TiMapDataComparator
     
    Field Summary
     TiBooleanData allowZone
               
     TiDateTimePlain arrivalDateTime
               
     SjLocationQueryPlain arrivalLocation
               
     SjCodePlain campaignCode
               
     TiStringData contractNo
               
     TiStringData customerId
               
     SjCodePlain customerPriority
               
     TiStringData demandLevel
               
     TiDateTimePlain departureDateTime
               
     SjLocationQueryPlain departureLocation
               
     SjCodeListPlain excludedSectionProducerList
               
     TiBooleanData includeCampaignInformation
               
     TiBooleanData includePriceGroups
               
     TiBooleanData includeViaLocations
               
     SjIntegerStringPlain maximumNoOfChanges
               
     TiTimeSpanPlain minimumChangeDuration
               
     SjCodeListPlain notPreferredSectionProducersList
               
     SjTravelMethodProductCodeListPlain notPreferredTravelMethodProductCodeList
               
     TiDateTimePlain periodEndDateTime
               
     TiDateTimePlain periodStartDateTime
               
     SjCodeListPlain preferredSectionProducersList
               
     SjTravelMethodProductCodeListPlain preferredTravelMethodProductCodeList
               
     SjRequiredProductCodeListPlain requiredProductCodeList
               
     SjCodeListPlain requiredSectionProducerList
               
     TiIntegerData timeSpecificationXor
               
     SjTravelMethodProductCodeListPlain travelMethodProductCodeList
               
     SjCodeListPlain unSalableSectionProducerList
               
     SjLocationQueryPlain viaLocation
               
     
    Fields inherited from interface se.sj.stina.domain.model.SjItineraryQuery
    ALLOW_ZONE, ARRIVAL_DATE_TIME, ARRIVAL_LOCATION, CAMPAIGN_CODE, CONTRACT_NO, CUSTOMER_ID, CUSTOMER_PRIORITY, DEMAND_LEVEL, DEPARTURE_DATE_TIME, DEPARTURE_LOCATION, EXCLUDED_SECTION_PRODUCER_LIST, INCLUDE_CAMPAIGN_INFORMATION, INCLUDE_PRICE_GROUPS, INCLUDE_VIA_LOCATIONS, MAXIMUM_NO_OF_CHANGES, MINIMUM_CHANGE_DURATION, NOT_PREFERRED_SECTION_PRODUCERS_LIST, NOT_PREFERRED_TRAVEL_METHOD_PRODUCT_CODE_LIST, PERIOD_END_DATE_TIME, PERIOD_START_DATE_TIME, PREFERRED_SECTION_PRODUCERS_LIST, PREFERRED_TRAVEL_METHOD_PRODUCT_CODE_LIST, REQUIRED_PRODUCT_CODE_LIST, REQUIRED_SECTION_PRODUCER_LIST, TIME_SPECIFICATION_XOR, TRAVEL_METHOD_PRODUCT_CODE_LIST, UN_SALABLE_SECTION_PRODUCER_LIST, VIA_LOCATION
     
    Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
    ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
     
    Constructor Summary
    SjItineraryQueryPlain()
               
     
    Method Summary
     TiBooleanInterface getAllowZone()
              Field allowZone is defined as mandatory.
     java.lang.Boolean getAllowZoneValue()
              Field allowZone is defined as mandatory.
     TiDateTime getArrivalDateTime()
              Field arrivalDateTime is defined as part of xor.
     SjLocationQuery getArrivalLocation()
              Field arrivalLocation is defined as mandatory.
     SjCode getCampaignCode()
              Field campaignCode is defined as optional.
     java.lang.String getCampaignCodeValue()
              Field campaignCode is defined as optional.
     TiStringInterface getContractNo()
              Field contractNo is defined as optional.
     java.lang.String getContractNoValue()
              Field contractNo is defined as optional.
     TiStringInterface getCustomerId()
              Field customerId is defined as optional.
     java.lang.String getCustomerIdValue()
              Field customerId is defined as optional.
     SjCode getCustomerPriority()
              Field customerPriority is defined as optional.
     java.lang.String getCustomerPriorityValue()
              Field customerPriority is defined as optional.
     TiStringInterface getDemandLevel()
              Field demandLevel is defined as optional.
     java.lang.String getDemandLevelValue()
              Field demandLevel is defined as optional.
     TiDateTime getDepartureDateTime()
              Field departureDateTime is defined as part of xor.
     SjLocationQuery getDepartureLocation()
              Field departureLocation is defined as mandatory.
     SjCodeList getExcludedSectionProducerList()
              Field excludedSectionProducerList is defined as optional.
     java.lang.String getGeneratedTiName()
               
     TiBooleanInterface getIncludeCampaignInformation()
              Field includeCampaignInformation is defined as optional.
     java.lang.Boolean getIncludeCampaignInformationValue()
              Field includeCampaignInformation is defined as optional.
     TiBooleanInterface getIncludePriceGroups()
              Field includePriceGroups is defined as optional.
     java.lang.Boolean getIncludePriceGroupsValue()
              Field includePriceGroups is defined as optional.
     TiBooleanInterface getIncludeViaLocations()
              Field includeViaLocations is defined as optional.
     java.lang.Boolean getIncludeViaLocationsValue()
              Field includeViaLocations is defined as optional.
     SjIntegerString getMaximumNoOfChanges()
              Field maximumNoOfChanges is defined as mandatory.
     java.lang.String getMaximumNoOfChangesValue()
              Field maximumNoOfChanges is defined as mandatory.
     TiTimeSpan getMinimumChangeDuration()
              Field minimumChangeDuration is defined as optional.
     SjCodeList getNotPreferredSectionProducersList()
              Field notPreferredSectionProducersList is defined as optional.
     SjTravelMethodProductCodeList getNotPreferredTravelMethodProductCodeList()
              Field notPreferredTravelMethodProductCodeList is defined as optional.
     TiDateTime getPeriodEndDateTime()
              Field periodEndDateTime is defined as part of xor.
     TiDateTime getPeriodStartDateTime()
              Field periodStartDateTime is defined as part of xor.
     SjCodeList getPreferredSectionProducersList()
              Field preferredSectionProducersList is defined as optional.
     SjTravelMethodProductCodeList getPreferredTravelMethodProductCodeList()
              Field preferredTravelMethodProductCodeList is defined as optional.
     java.lang.String getRealTiName()
               
     SjRequiredProductCodeList getRequiredProductCodeList()
              Field requiredProductCodeList is defined as optional.
     SjCodeList getRequiredSectionProducerList()
              Field requiredSectionProducerList is defined as optional.
     TiIntegerInterface getTimeSpecificationXor()
              field timeSpecificationXor
     java.lang.Integer getTimeSpecificationXorValue()
              field timeSpecificationXor
     SjTravelMethodProductCodeList getTravelMethodProductCodeList()
              Field travelMethodProductCodeList is defined as optional.
     SjCodeList getUnSalableSectionProducerList()
              Field unSalableSectionProducerList is defined as optional.
     SjLocationQuery getViaLocation()
              Field viaLocation is defined as optional.
     TiBooleanInterface lookupAllowZone()
              Field allowZone is defined as mandatory.
     TiDateTime lookupArrivalDateTime()
              Field arrivalDateTime is defined as part of xor.
     SjLocationQuery lookupArrivalLocation()
              Field arrivalLocation is defined as mandatory.
     SjCode lookupCampaignCode()
              Field campaignCode is defined as optional.
     TiStringInterface lookupContractNo()
              Field contractNo is defined as optional.
     TiStringInterface lookupCustomerId()
              Field customerId is defined as optional.
     SjCode lookupCustomerPriority()
              Field customerPriority is defined as optional.
     TiStringInterface lookupDemandLevel()
              Field demandLevel is defined as optional.
     TiDateTime lookupDepartureDateTime()
              Field departureDateTime is defined as part of xor.
     SjLocationQuery lookupDepartureLocation()
              Field departureLocation is defined as mandatory.
     SjCodeList lookupExcludedSectionProducerList()
              Field excludedSectionProducerList is defined as optional.
     TiBooleanInterface lookupIncludeCampaignInformation()
              Field includeCampaignInformation is defined as optional.
     TiBooleanInterface lookupIncludePriceGroups()
              Field includePriceGroups is defined as optional.
     TiBooleanInterface lookupIncludeViaLocations()
              Field includeViaLocations is defined as optional.
     SjIntegerString lookupMaximumNoOfChanges()
              Field maximumNoOfChanges is defined as mandatory.
     TiTimeSpan lookupMinimumChangeDuration()
              Field minimumChangeDuration is defined as optional.
     SjCodeList lookupNotPreferredSectionProducersList()
              Field notPreferredSectionProducersList is defined as optional.
     SjTravelMethodProductCodeList lookupNotPreferredTravelMethodProductCodeList()
              Field notPreferredTravelMethodProductCodeList is defined as optional.
     TiDateTime lookupPeriodEndDateTime()
              Field periodEndDateTime is defined as part of xor.
     TiDateTime lookupPeriodStartDateTime()
              Field periodStartDateTime is defined as part of xor.
     SjCodeList lookupPreferredSectionProducersList()
              Field preferredSectionProducersList is defined as optional.
     SjTravelMethodProductCodeList lookupPreferredTravelMethodProductCodeList()
              Field preferredTravelMethodProductCodeList is defined as optional.
     SjRequiredProductCodeList lookupRequiredProductCodeList()
              Field requiredProductCodeList is defined as optional.
     SjCodeList lookupRequiredSectionProducerList()
              Field requiredSectionProducerList is defined as optional.
     TiIntegerInterface lookupTimeSpecificationXor()
              field timeSpecificationXor
     SjTravelMethodProductCodeList lookupTravelMethodProductCodeList()
              Field travelMethodProductCodeList is defined as optional.
     SjCodeList lookupUnSalableSectionProducerList()
              Field unSalableSectionProducerList is defined as optional.
     SjLocationQuery lookupViaLocation()
              Field viaLocation is defined as optional.
     void setAllowZone(TiBooleanInterface inData)
              Field allowZone is defined as mandatory.
     void setAllowZoneValue(java.lang.Boolean inData)
              Field allowZone is defined as mandatory.
     void setAllowZoneValue(java.lang.Boolean inData, boolean inNotify)
              Field allowZone is defined as mandatory.
     void setArrivalDateTime(TiDateTime inData)
              Field arrivalDateTime is defined as part of xor.
     void setArrivalLocation(SjLocationQuery inData)
              Field arrivalLocation is defined as mandatory.
     void setCampaignCode(SjCode inData)
              Field campaignCode is defined as optional.
     void setCampaignCodeValue(java.lang.String inData)
              Field campaignCode is defined as optional.
     void setCampaignCodeValue(java.lang.String inData, boolean inNotify)
              Field campaignCode is defined as optional.
     void setContractNo(TiStringInterface inData)
              Field contractNo is defined as optional.
     void setContractNoValue(java.lang.String inData)
              Field contractNo is defined as optional.
     void setContractNoValue(java.lang.String inData, boolean inNotify)
              Field contractNo is defined as optional.
     void setCustomerId(TiStringInterface inData)
              Field customerId is defined as optional.
     void setCustomerIdValue(java.lang.String inData)
              Field customerId is defined as optional.
     void setCustomerIdValue(java.lang.String inData, boolean inNotify)
              Field customerId is defined as optional.
     void setCustomerPriority(SjCode inData)
              Field customerPriority is defined as optional.
     void setCustomerPriorityValue(java.lang.String inData)
              Field customerPriority is defined as optional.
     void setCustomerPriorityValue(java.lang.String inData, boolean inNotify)
              Field customerPriority is defined as optional.
     void setDemandLevel(TiStringInterface inData)
              Field demandLevel is defined as optional.
     void setDemandLevelValue(java.lang.String inData)
              Field demandLevel is defined as optional.
     void setDemandLevelValue(java.lang.String inData, boolean inNotify)
              Field demandLevel is defined as optional.
     void setDepartureDateTime(TiDateTime inData)
              Field departureDateTime is defined as part of xor.
     void setDepartureLocation(SjLocationQuery inData)
              Field departureLocation is defined as mandatory.
     void setExcludedSectionProducerList(SjCodeList inData)
              Field excludedSectionProducerList is defined as optional.
     void setIncludeCampaignInformation(TiBooleanInterface inData)
              Field includeCampaignInformation is defined as optional.
     void setIncludeCampaignInformationValue(java.lang.Boolean inData)
              Field includeCampaignInformation is defined as optional.
     void setIncludeCampaignInformationValue(java.lang.Boolean inData, boolean inNotify)
              Field includeCampaignInformation is defined as optional.
     void setIncludePriceGroups(TiBooleanInterface inData)
              Field includePriceGroups is defined as optional.
     void setIncludePriceGroupsValue(java.lang.Boolean inData)
              Field includePriceGroups is defined as optional.
     void setIncludePriceGroupsValue(java.lang.Boolean inData, boolean inNotify)
              Field includePriceGroups is defined as optional.
     void setIncludeViaLocations(TiBooleanInterface inData)
              Field includeViaLocations is defined as optional.
     void setIncludeViaLocationsValue(java.lang.Boolean inData)
              Field includeViaLocations is defined as optional.
     void setIncludeViaLocationsValue(java.lang.Boolean inData, boolean inNotify)
              Field includeViaLocations is defined as optional.
     void setMaximumNoOfChanges(SjIntegerString inData)
              Field maximumNoOfChanges is defined as mandatory.
     void setMaximumNoOfChangesValue(java.lang.String inData)
              Field maximumNoOfChanges is defined as mandatory.
     void setMaximumNoOfChangesValue(java.lang.String inData, boolean inNotify)
              Field maximumNoOfChanges is defined as mandatory.
     void setMinimumChangeDuration(TiTimeSpan inData)
              Field minimumChangeDuration is defined as optional.
     void setNotPreferredSectionProducersList(SjCodeList inData)
              Field notPreferredSectionProducersList is defined as optional.
     void setNotPreferredTravelMethodProductCodeList(SjTravelMethodProductCodeList inData)
              Field notPreferredTravelMethodProductCodeList is defined as optional.
     void setPeriodEndDateTime(TiDateTime inData)
              Field periodEndDateTime is defined as part of xor.
     void setPeriodStartDateTime(TiDateTime inData)
              Field periodStartDateTime is defined as part of xor.
     void setPreferredSectionProducersList(SjCodeList inData)
              Field preferredSectionProducersList is defined as optional.
     void setPreferredTravelMethodProductCodeList(SjTravelMethodProductCodeList inData)
              Field preferredTravelMethodProductCodeList is defined as optional.
     void setRequiredProductCodeList(SjRequiredProductCodeList inData)
              Field requiredProductCodeList is defined as optional.
     void setRequiredSectionProducerList(SjCodeList inData)
              Field requiredSectionProducerList is defined as optional.
     void setTimeSpecificationXor(TiIntegerInterface inData)
              field timeSpecificationXor
     void setTimeSpecificationXorValue(java.lang.Integer inData)
              field timeSpecificationXor
     void setTravelMethodProductCodeList(SjTravelMethodProductCodeList inData)
              Field travelMethodProductCodeList is defined as optional.
     void setUnSalableSectionProducerList(SjCodeList inData)
              Field unSalableSectionProducerList is defined as optional.
     void setViaLocation(SjLocationQuery inData)
              Field viaLocation is defined as optional.
    protected  TiXorSpecificationEnumeration specifyXors()
               
     
    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, toDebugString, toDebugString, updateXorIndex
     
    Methods inherited from class org.stina.framework.core.model.TiAbstractData
    addModelElement, addModelElement, addModelElements, addModelElements, attachObserver, compareTo, containsModelElement, createCloneInstance, detachObserver, getIncludeIfOptional, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getObserverCount, getPropertiesDelegate, getProperty, getPropertyModel, getPropertyNames, hasProperties, insertModelElementAt, insertModelElementAt, isEnabled, isObserverAttached, isSizeField, lookupObservers, lookupObserversLock, moveModelElementOfInstance, moveModelElementOfInstance, notifyObservers, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setIncludeIfOptional, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, setUpdateXorFieldEnabled, sizeOfList, specifyProperties, update, update, updateObserver
     
    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.core.model.TiListModelPartInterface
    addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
     
    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

    customerId

    public TiStringData customerId

    contractNo

    public TiStringData contractNo

    departureLocation

    public SjLocationQueryPlain departureLocation

    viaLocation

    public SjLocationQueryPlain viaLocation

    arrivalLocation

    public SjLocationQueryPlain arrivalLocation

    timeSpecificationXor

    public TiIntegerData timeSpecificationXor

    departureDateTime

    public TiDateTimePlain departureDateTime

    arrivalDateTime

    public TiDateTimePlain arrivalDateTime

    periodStartDateTime

    public TiDateTimePlain periodStartDateTime

    periodEndDateTime

    public TiDateTimePlain periodEndDateTime

    minimumChangeDuration

    public TiTimeSpanPlain minimumChangeDuration

    maximumNoOfChanges

    public SjIntegerStringPlain maximumNoOfChanges

    allowZone

    public TiBooleanData allowZone

    travelMethodProductCodeList

    public SjTravelMethodProductCodeListPlain travelMethodProductCodeList

    requiredProductCodeList

    public SjRequiredProductCodeListPlain requiredProductCodeList

    requiredSectionProducerList

    public SjCodeListPlain requiredSectionProducerList

    unSalableSectionProducerList

    public SjCodeListPlain unSalableSectionProducerList

    excludedSectionProducerList

    public SjCodeListPlain excludedSectionProducerList

    demandLevel

    public TiStringData demandLevel

    includePriceGroups

    public TiBooleanData includePriceGroups

    campaignCode

    public SjCodePlain campaignCode

    includeCampaignInformation

    public TiBooleanData includeCampaignInformation

    includeViaLocations

    public TiBooleanData includeViaLocations

    customerPriority

    public SjCodePlain customerPriority

    preferredSectionProducersList

    public SjCodeListPlain preferredSectionProducersList

    notPreferredSectionProducersList

    public SjCodeListPlain notPreferredSectionProducersList

    preferredTravelMethodProductCodeList

    public SjTravelMethodProductCodeListPlain preferredTravelMethodProductCodeList

    notPreferredTravelMethodProductCodeList

    public SjTravelMethodProductCodeListPlain notPreferredTravelMethodProductCodeList
    Constructor Detail

    SjItineraryQueryPlain

    public SjItineraryQueryPlain()
    Method Detail

    getCustomerId

    public TiStringInterface getCustomerId()
    Field customerId is defined as optional.

    Specified by:
    getCustomerId in interface SjItineraryQuery

    lookupCustomerId

    public TiStringInterface lookupCustomerId()
    Field customerId is defined as optional.

    Specified by:
    lookupCustomerId in interface SjItineraryQuery

    setCustomerId

    public void setCustomerId(TiStringInterface inData)
    Field customerId is defined as optional.

    Specified by:
    setCustomerId in interface SjItineraryQuery

    getCustomerIdValue

    public java.lang.String getCustomerIdValue()
    Field customerId is defined as optional.

    Specified by:
    getCustomerIdValue in interface SjItineraryQuery

    setCustomerIdValue

    public void setCustomerIdValue(java.lang.String inData)
    Field customerId is defined as optional.

    Specified by:
    setCustomerIdValue in interface SjItineraryQuery

    setCustomerIdValue

    public void setCustomerIdValue(java.lang.String inData,
                                   boolean inNotify)
    Field customerId is defined as optional.

    Specified by:
    setCustomerIdValue in interface SjItineraryQuery

    getContractNo

    public TiStringInterface getContractNo()
    Field contractNo is defined as optional.

    Specified by:
    getContractNo in interface SjItineraryQuery

    lookupContractNo

    public TiStringInterface lookupContractNo()
    Field contractNo is defined as optional.

    Specified by:
    lookupContractNo in interface SjItineraryQuery

    setContractNo

    public void setContractNo(TiStringInterface inData)
    Field contractNo is defined as optional.

    Specified by:
    setContractNo in interface SjItineraryQuery

    getContractNoValue

    public java.lang.String getContractNoValue()
    Field contractNo is defined as optional.

    Specified by:
    getContractNoValue in interface SjItineraryQuery

    setContractNoValue

    public void setContractNoValue(java.lang.String inData)
    Field contractNo is defined as optional.

    Specified by:
    setContractNoValue in interface SjItineraryQuery

    setContractNoValue

    public void setContractNoValue(java.lang.String inData,
                                   boolean inNotify)
    Field contractNo is defined as optional.

    Specified by:
    setContractNoValue in interface SjItineraryQuery

    getDepartureLocation

    public SjLocationQuery getDepartureLocation()
    Field departureLocation is defined as mandatory.

    Specified by:
    getDepartureLocation in interface SjItineraryQuery

    lookupDepartureLocation

    public SjLocationQuery lookupDepartureLocation()
    Field departureLocation is defined as mandatory.

    Specified by:
    lookupDepartureLocation in interface SjItineraryQuery

    setDepartureLocation

    public void setDepartureLocation(SjLocationQuery inData)
    Field departureLocation is defined as mandatory.

    Specified by:
    setDepartureLocation in interface SjItineraryQuery

    getViaLocation

    public SjLocationQuery getViaLocation()
    Field viaLocation is defined as optional.

    Specified by:
    getViaLocation in interface SjItineraryQuery

    lookupViaLocation

    public SjLocationQuery lookupViaLocation()
    Field viaLocation is defined as optional.

    Specified by:
    lookupViaLocation in interface SjItineraryQuery

    setViaLocation

    public void setViaLocation(SjLocationQuery inData)
    Field viaLocation is defined as optional.

    Specified by:
    setViaLocation in interface SjItineraryQuery

    getArrivalLocation

    public SjLocationQuery getArrivalLocation()
    Field arrivalLocation is defined as mandatory.

    Specified by:
    getArrivalLocation in interface SjItineraryQuery

    lookupArrivalLocation

    public SjLocationQuery lookupArrivalLocation()
    Field arrivalLocation is defined as mandatory.

    Specified by:
    lookupArrivalLocation in interface SjItineraryQuery

    setArrivalLocation

    public void setArrivalLocation(SjLocationQuery inData)
    Field arrivalLocation is defined as mandatory.

    Specified by:
    setArrivalLocation in interface SjItineraryQuery

    getTimeSpecificationXor

    public TiIntegerInterface getTimeSpecificationXor()
    field timeSpecificationXor

    Specified by:
    getTimeSpecificationXor in interface SjItineraryQuery

    lookupTimeSpecificationXor

    public TiIntegerInterface lookupTimeSpecificationXor()
    field timeSpecificationXor

    Specified by:
    lookupTimeSpecificationXor in interface SjItineraryQuery

    setTimeSpecificationXor

    public void setTimeSpecificationXor(TiIntegerInterface inData)
    field timeSpecificationXor

    Specified by:
    setTimeSpecificationXor in interface SjItineraryQuery

    getTimeSpecificationXorValue

    public java.lang.Integer getTimeSpecificationXorValue()
    field timeSpecificationXor

    Specified by:
    getTimeSpecificationXorValue in interface SjItineraryQuery

    setTimeSpecificationXorValue

    public void setTimeSpecificationXorValue(java.lang.Integer inData)
    field timeSpecificationXor

    Specified by:
    setTimeSpecificationXorValue in interface SjItineraryQuery

    getDepartureDateTime

    public TiDateTime getDepartureDateTime()
    Field departureDateTime is defined as part of xor.

    Specified by:
    getDepartureDateTime in interface SjItineraryQuery

    lookupDepartureDateTime

    public TiDateTime lookupDepartureDateTime()
    Field departureDateTime is defined as part of xor.

    Specified by:
    lookupDepartureDateTime in interface SjItineraryQuery

    setDepartureDateTime

    public void setDepartureDateTime(TiDateTime inData)
    Field departureDateTime is defined as part of xor.

    Specified by:
    setDepartureDateTime in interface SjItineraryQuery

    getArrivalDateTime

    public TiDateTime getArrivalDateTime()
    Field arrivalDateTime is defined as part of xor.

    Specified by:
    getArrivalDateTime in interface SjItineraryQuery

    lookupArrivalDateTime

    public TiDateTime lookupArrivalDateTime()
    Field arrivalDateTime is defined as part of xor.

    Specified by:
    lookupArrivalDateTime in interface SjItineraryQuery

    setArrivalDateTime

    public void setArrivalDateTime(TiDateTime inData)
    Field arrivalDateTime is defined as part of xor.

    Specified by:
    setArrivalDateTime in interface SjItineraryQuery

    getPeriodStartDateTime

    public TiDateTime getPeriodStartDateTime()
    Field periodStartDateTime is defined as part of xor.

    Specified by:
    getPeriodStartDateTime in interface SjItineraryQuery

    lookupPeriodStartDateTime

    public TiDateTime lookupPeriodStartDateTime()
    Field periodStartDateTime is defined as part of xor.

    Specified by:
    lookupPeriodStartDateTime in interface SjItineraryQuery

    setPeriodStartDateTime

    public void setPeriodStartDateTime(TiDateTime inData)
    Field periodStartDateTime is defined as part of xor.

    Specified by:
    setPeriodStartDateTime in interface SjItineraryQuery

    getPeriodEndDateTime

    public TiDateTime getPeriodEndDateTime()
    Field periodEndDateTime is defined as part of xor.

    Specified by:
    getPeriodEndDateTime in interface SjItineraryQuery

    lookupPeriodEndDateTime

    public TiDateTime lookupPeriodEndDateTime()
    Field periodEndDateTime is defined as part of xor.

    Specified by:
    lookupPeriodEndDateTime in interface SjItineraryQuery

    setPeriodEndDateTime

    public void setPeriodEndDateTime(TiDateTime inData)
    Field periodEndDateTime is defined as part of xor.

    Specified by:
    setPeriodEndDateTime in interface SjItineraryQuery

    getMinimumChangeDuration

    public TiTimeSpan getMinimumChangeDuration()
    Field minimumChangeDuration is defined as optional.

    Specified by:
    getMinimumChangeDuration in interface SjItineraryQuery

    lookupMinimumChangeDuration

    public TiTimeSpan lookupMinimumChangeDuration()
    Field minimumChangeDuration is defined as optional.

    Specified by:
    lookupMinimumChangeDuration in interface SjItineraryQuery

    setMinimumChangeDuration

    public void setMinimumChangeDuration(TiTimeSpan inData)
    Field minimumChangeDuration is defined as optional.

    Specified by:
    setMinimumChangeDuration in interface SjItineraryQuery

    getMaximumNoOfChanges

    public SjIntegerString getMaximumNoOfChanges()
    Field maximumNoOfChanges is defined as mandatory.

    Specified by:
    getMaximumNoOfChanges in interface SjItineraryQuery

    lookupMaximumNoOfChanges

    public SjIntegerString lookupMaximumNoOfChanges()
    Field maximumNoOfChanges is defined as mandatory.

    Specified by:
    lookupMaximumNoOfChanges in interface SjItineraryQuery

    setMaximumNoOfChanges

    public void setMaximumNoOfChanges(SjIntegerString inData)
    Field maximumNoOfChanges is defined as mandatory.

    Specified by:
    setMaximumNoOfChanges in interface SjItineraryQuery

    getMaximumNoOfChangesValue

    public java.lang.String getMaximumNoOfChangesValue()
    Field maximumNoOfChanges is defined as mandatory.

    Specified by:
    getMaximumNoOfChangesValue in interface SjItineraryQuery

    setMaximumNoOfChangesValue

    public void setMaximumNoOfChangesValue(java.lang.String inData)
    Field maximumNoOfChanges is defined as mandatory.

    Specified by:
    setMaximumNoOfChangesValue in interface SjItineraryQuery

    setMaximumNoOfChangesValue

    public void setMaximumNoOfChangesValue(java.lang.String inData,
                                           boolean inNotify)
    Field maximumNoOfChanges is defined as mandatory.

    Specified by:
    setMaximumNoOfChangesValue in interface SjItineraryQuery

    getAllowZone

    public TiBooleanInterface getAllowZone()
    Field allowZone is defined as mandatory.

    Specified by:
    getAllowZone in interface SjItineraryQuery

    lookupAllowZone

    public TiBooleanInterface lookupAllowZone()
    Field allowZone is defined as mandatory.

    Specified by:
    lookupAllowZone in interface SjItineraryQuery

    setAllowZone

    public void setAllowZone(TiBooleanInterface inData)
    Field allowZone is defined as mandatory.

    Specified by:
    setAllowZone in interface SjItineraryQuery

    getAllowZoneValue

    public java.lang.Boolean getAllowZoneValue()
    Field allowZone is defined as mandatory.

    Specified by:
    getAllowZoneValue in interface SjItineraryQuery

    setAllowZoneValue

    public void setAllowZoneValue(java.lang.Boolean inData)
    Field allowZone is defined as mandatory.

    Specified by:
    setAllowZoneValue in interface SjItineraryQuery

    setAllowZoneValue

    public void setAllowZoneValue(java.lang.Boolean inData,
                                  boolean inNotify)
    Field allowZone is defined as mandatory.

    Specified by:
    setAllowZoneValue in interface SjItineraryQuery

    getTravelMethodProductCodeList

    public SjTravelMethodProductCodeList getTravelMethodProductCodeList()
    Field travelMethodProductCodeList is defined as optional.

    Specified by:
    getTravelMethodProductCodeList in interface SjItineraryQuery

    lookupTravelMethodProductCodeList

    public SjTravelMethodProductCodeList lookupTravelMethodProductCodeList()
    Field travelMethodProductCodeList is defined as optional.

    Specified by:
    lookupTravelMethodProductCodeList in interface SjItineraryQuery

    setTravelMethodProductCodeList

    public void setTravelMethodProductCodeList(SjTravelMethodProductCodeList inData)
    Field travelMethodProductCodeList is defined as optional.

    Specified by:
    setTravelMethodProductCodeList in interface SjItineraryQuery

    getRequiredProductCodeList

    public SjRequiredProductCodeList getRequiredProductCodeList()
    Field requiredProductCodeList is defined as optional.

    Specified by:
    getRequiredProductCodeList in interface SjItineraryQuery

    lookupRequiredProductCodeList

    public SjRequiredProductCodeList lookupRequiredProductCodeList()
    Field requiredProductCodeList is defined as optional.

    Specified by:
    lookupRequiredProductCodeList in interface SjItineraryQuery

    setRequiredProductCodeList

    public void setRequiredProductCodeList(SjRequiredProductCodeList inData)
    Field requiredProductCodeList is defined as optional.

    Specified by:
    setRequiredProductCodeList in interface SjItineraryQuery

    getRequiredSectionProducerList

    public SjCodeList getRequiredSectionProducerList()
    Field requiredSectionProducerList is defined as optional.

    Specified by:
    getRequiredSectionProducerList in interface SjItineraryQuery

    lookupRequiredSectionProducerList

    public SjCodeList lookupRequiredSectionProducerList()
    Field requiredSectionProducerList is defined as optional.

    Specified by:
    lookupRequiredSectionProducerList in interface SjItineraryQuery

    setRequiredSectionProducerList

    public void setRequiredSectionProducerList(SjCodeList inData)
    Field requiredSectionProducerList is defined as optional.

    Specified by:
    setRequiredSectionProducerList in interface SjItineraryQuery

    getUnSalableSectionProducerList

    public SjCodeList getUnSalableSectionProducerList()
    Field unSalableSectionProducerList is defined as optional.

    Specified by:
    getUnSalableSectionProducerList in interface SjItineraryQuery

    lookupUnSalableSectionProducerList

    public SjCodeList lookupUnSalableSectionProducerList()
    Field unSalableSectionProducerList is defined as optional.

    Specified by:
    lookupUnSalableSectionProducerList in interface SjItineraryQuery

    setUnSalableSectionProducerList

    public void setUnSalableSectionProducerList(SjCodeList inData)
    Field unSalableSectionProducerList is defined as optional.

    Specified by:
    setUnSalableSectionProducerList in interface SjItineraryQuery

    getExcludedSectionProducerList

    public SjCodeList getExcludedSectionProducerList()
    Field excludedSectionProducerList is defined as optional.

    Specified by:
    getExcludedSectionProducerList in interface SjItineraryQuery

    lookupExcludedSectionProducerList

    public SjCodeList lookupExcludedSectionProducerList()
    Field excludedSectionProducerList is defined as optional.

    Specified by:
    lookupExcludedSectionProducerList in interface SjItineraryQuery

    setExcludedSectionProducerList

    public void setExcludedSectionProducerList(SjCodeList inData)
    Field excludedSectionProducerList is defined as optional.

    Specified by:
    setExcludedSectionProducerList in interface SjItineraryQuery

    getDemandLevel

    public TiStringInterface getDemandLevel()
    Field demandLevel is defined as optional.

    Specified by:
    getDemandLevel in interface SjItineraryQuery

    lookupDemandLevel

    public TiStringInterface lookupDemandLevel()
    Field demandLevel is defined as optional.

    Specified by:
    lookupDemandLevel in interface SjItineraryQuery

    setDemandLevel

    public void setDemandLevel(TiStringInterface inData)
    Field demandLevel is defined as optional.

    Specified by:
    setDemandLevel in interface SjItineraryQuery

    getDemandLevelValue

    public java.lang.String getDemandLevelValue()
    Field demandLevel is defined as optional.

    Specified by:
    getDemandLevelValue in interface SjItineraryQuery

    setDemandLevelValue

    public void setDemandLevelValue(java.lang.String inData)
    Field demandLevel is defined as optional.

    Specified by:
    setDemandLevelValue in interface SjItineraryQuery

    setDemandLevelValue

    public void setDemandLevelValue(java.lang.String inData,
                                    boolean inNotify)
    Field demandLevel is defined as optional.

    Specified by:
    setDemandLevelValue in interface SjItineraryQuery

    getIncludePriceGroups

    public TiBooleanInterface getIncludePriceGroups()
    Field includePriceGroups is defined as optional.

    Specified by:
    getIncludePriceGroups in interface SjItineraryQuery

    lookupIncludePriceGroups

    public TiBooleanInterface lookupIncludePriceGroups()
    Field includePriceGroups is defined as optional.

    Specified by:
    lookupIncludePriceGroups in interface SjItineraryQuery

    setIncludePriceGroups

    public void setIncludePriceGroups(TiBooleanInterface inData)
    Field includePriceGroups is defined as optional.

    Specified by:
    setIncludePriceGroups in interface SjItineraryQuery

    getIncludePriceGroupsValue

    public java.lang.Boolean getIncludePriceGroupsValue()
    Field includePriceGroups is defined as optional.

    Specified by:
    getIncludePriceGroupsValue in interface SjItineraryQuery

    setIncludePriceGroupsValue

    public void setIncludePriceGroupsValue(java.lang.Boolean inData)
    Field includePriceGroups is defined as optional.

    Specified by:
    setIncludePriceGroupsValue in interface SjItineraryQuery

    setIncludePriceGroupsValue

    public void setIncludePriceGroupsValue(java.lang.Boolean inData,
                                           boolean inNotify)
    Field includePriceGroups is defined as optional.

    Specified by:
    setIncludePriceGroupsValue in interface SjItineraryQuery

    getCampaignCode

    public SjCode getCampaignCode()
    Field campaignCode is defined as optional.

    Specified by:
    getCampaignCode in interface SjItineraryQuery

    lookupCampaignCode

    public SjCode lookupCampaignCode()
    Field campaignCode is defined as optional.

    Specified by:
    lookupCampaignCode in interface SjItineraryQuery

    setCampaignCode

    public void setCampaignCode(SjCode inData)
    Field campaignCode is defined as optional.

    Specified by:
    setCampaignCode in interface SjItineraryQuery

    getCampaignCodeValue

    public java.lang.String getCampaignCodeValue()
    Field campaignCode is defined as optional.

    Specified by:
    getCampaignCodeValue in interface SjItineraryQuery

    setCampaignCodeValue

    public void setCampaignCodeValue(java.lang.String inData)
    Field campaignCode is defined as optional.

    Specified by:
    setCampaignCodeValue in interface SjItineraryQuery

    setCampaignCodeValue

    public void setCampaignCodeValue(java.lang.String inData,
                                     boolean inNotify)
    Field campaignCode is defined as optional.

    Specified by:
    setCampaignCodeValue in interface SjItineraryQuery

    getIncludeCampaignInformation

    public TiBooleanInterface getIncludeCampaignInformation()
    Field includeCampaignInformation is defined as optional.

    Specified by:
    getIncludeCampaignInformation in interface SjItineraryQuery

    lookupIncludeCampaignInformation

    public TiBooleanInterface lookupIncludeCampaignInformation()
    Field includeCampaignInformation is defined as optional.

    Specified by:
    lookupIncludeCampaignInformation in interface SjItineraryQuery

    setIncludeCampaignInformation

    public void setIncludeCampaignInformation(TiBooleanInterface inData)
    Field includeCampaignInformation is defined as optional.

    Specified by:
    setIncludeCampaignInformation in interface SjItineraryQuery

    getIncludeCampaignInformationValue

    public java.lang.Boolean getIncludeCampaignInformationValue()
    Field includeCampaignInformation is defined as optional.

    Specified by:
    getIncludeCampaignInformationValue in interface SjItineraryQuery

    setIncludeCampaignInformationValue

    public void setIncludeCampaignInformationValue(java.lang.Boolean inData)
    Field includeCampaignInformation is defined as optional.

    Specified by:
    setIncludeCampaignInformationValue in interface SjItineraryQuery

    setIncludeCampaignInformationValue

    public void setIncludeCampaignInformationValue(java.lang.Boolean inData,
                                                   boolean inNotify)
    Field includeCampaignInformation is defined as optional.

    Specified by:
    setIncludeCampaignInformationValue in interface SjItineraryQuery

    getIncludeViaLocations

    public TiBooleanInterface getIncludeViaLocations()
    Field includeViaLocations is defined as optional.

    Specified by:
    getIncludeViaLocations in interface SjItineraryQuery

    lookupIncludeViaLocations

    public TiBooleanInterface lookupIncludeViaLocations()
    Field includeViaLocations is defined as optional.

    Specified by:
    lookupIncludeViaLocations in interface SjItineraryQuery

    setIncludeViaLocations

    public void setIncludeViaLocations(TiBooleanInterface inData)
    Field includeViaLocations is defined as optional.

    Specified by:
    setIncludeViaLocations in interface SjItineraryQuery

    getIncludeViaLocationsValue

    public java.lang.Boolean getIncludeViaLocationsValue()
    Field includeViaLocations is defined as optional.

    Specified by:
    getIncludeViaLocationsValue in interface SjItineraryQuery

    setIncludeViaLocationsValue

    public void setIncludeViaLocationsValue(java.lang.Boolean inData)
    Field includeViaLocations is defined as optional.

    Specified by:
    setIncludeViaLocationsValue in interface SjItineraryQuery

    setIncludeViaLocationsValue

    public void setIncludeViaLocationsValue(java.lang.Boolean inData,
                                            boolean inNotify)
    Field includeViaLocations is defined as optional.

    Specified by:
    setIncludeViaLocationsValue in interface SjItineraryQuery

    getCustomerPriority

    public SjCode getCustomerPriority()
    Field customerPriority is defined as optional.

    Specified by:
    getCustomerPriority in interface SjItineraryQuery

    lookupCustomerPriority

    public SjCode lookupCustomerPriority()
    Field customerPriority is defined as optional.

    Specified by:
    lookupCustomerPriority in interface SjItineraryQuery

    setCustomerPriority

    public void setCustomerPriority(SjCode inData)
    Field customerPriority is defined as optional.

    Specified by:
    setCustomerPriority in interface SjItineraryQuery

    getCustomerPriorityValue

    public java.lang.String getCustomerPriorityValue()
    Field customerPriority is defined as optional.

    Specified by:
    getCustomerPriorityValue in interface SjItineraryQuery

    setCustomerPriorityValue

    public void setCustomerPriorityValue(java.lang.String inData)
    Field customerPriority is defined as optional.

    Specified by:
    setCustomerPriorityValue in interface SjItineraryQuery

    setCustomerPriorityValue

    public void setCustomerPriorityValue(java.lang.String inData,
                                         boolean inNotify)
    Field customerPriority is defined as optional.

    Specified by:
    setCustomerPriorityValue in interface SjItineraryQuery

    getPreferredSectionProducersList

    public SjCodeList getPreferredSectionProducersList()
    Field preferredSectionProducersList is defined as optional.

    Specified by:
    getPreferredSectionProducersList in interface SjItineraryQuery

    lookupPreferredSectionProducersList

    public SjCodeList lookupPreferredSectionProducersList()
    Field preferredSectionProducersList is defined as optional.

    Specified by:
    lookupPreferredSectionProducersList in interface SjItineraryQuery

    setPreferredSectionProducersList

    public void setPreferredSectionProducersList(SjCodeList inData)
    Field preferredSectionProducersList is defined as optional.

    Specified by:
    setPreferredSectionProducersList in interface SjItineraryQuery

    getNotPreferredSectionProducersList

    public SjCodeList getNotPreferredSectionProducersList()
    Field notPreferredSectionProducersList is defined as optional.

    Specified by:
    getNotPreferredSectionProducersList in interface SjItineraryQuery

    lookupNotPreferredSectionProducersList

    public SjCodeList lookupNotPreferredSectionProducersList()
    Field notPreferredSectionProducersList is defined as optional.

    Specified by:
    lookupNotPreferredSectionProducersList in interface SjItineraryQuery

    setNotPreferredSectionProducersList

    public void setNotPreferredSectionProducersList(SjCodeList inData)
    Field notPreferredSectionProducersList is defined as optional.

    Specified by:
    setNotPreferredSectionProducersList in interface SjItineraryQuery

    getPreferredTravelMethodProductCodeList

    public SjTravelMethodProductCodeList getPreferredTravelMethodProductCodeList()
    Field preferredTravelMethodProductCodeList is defined as optional.

    Specified by:
    getPreferredTravelMethodProductCodeList in interface SjItineraryQuery

    lookupPreferredTravelMethodProductCodeList

    public SjTravelMethodProductCodeList lookupPreferredTravelMethodProductCodeList()
    Field preferredTravelMethodProductCodeList is defined as optional.

    Specified by:
    lookupPreferredTravelMethodProductCodeList in interface SjItineraryQuery

    setPreferredTravelMethodProductCodeList

    public void setPreferredTravelMethodProductCodeList(SjTravelMethodProductCodeList inData)
    Field preferredTravelMethodProductCodeList is defined as optional.

    Specified by:
    setPreferredTravelMethodProductCodeList in interface SjItineraryQuery

    getNotPreferredTravelMethodProductCodeList

    public SjTravelMethodProductCodeList getNotPreferredTravelMethodProductCodeList()
    Field notPreferredTravelMethodProductCodeList is defined as optional.

    Specified by:
    getNotPreferredTravelMethodProductCodeList in interface SjItineraryQuery

    lookupNotPreferredTravelMethodProductCodeList

    public SjTravelMethodProductCodeList lookupNotPreferredTravelMethodProductCodeList()
    Field notPreferredTravelMethodProductCodeList is defined as optional.

    Specified by:
    lookupNotPreferredTravelMethodProductCodeList in interface SjItineraryQuery

    setNotPreferredTravelMethodProductCodeList

    public void setNotPreferredTravelMethodProductCodeList(SjTravelMethodProductCodeList inData)
    Field notPreferredTravelMethodProductCodeList is defined as optional.

    Specified by:
    setNotPreferredTravelMethodProductCodeList in interface SjItineraryQuery

    specifyXors

    protected TiXorSpecificationEnumeration specifyXors()
    Overrides:
    specifyXors in class TiAbstractMapData

    getRealTiName

    public java.lang.String getRealTiName()
    Specified by:
    getRealTiName in interface TiCommonModelPartInterface
    Overrides:
    getRealTiName in class TiAbstractData

    getGeneratedTiName

    public java.lang.String getGeneratedTiName()
    Specified by:
    getGeneratedTiName in interface TiCommonModelPartInterface
    Overrides:
    getGeneratedTiName in class TiAbstractData


    Copyright © 2012. All Rights Reserved.