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

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.SjCustomerSpecificationPlain
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, SjCustomerSpecification

public class SjCustomerSpecificationPlain
extends TiAbstractMapData
implements SjCustomerSpecification

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData
TiAbstractMapData.TiMapDataComparator
 
Field Summary
 TiBooleanData allTravellers
           
 TiBooleanData communicationAddress
           
 TiBooleanData contract
           
 TiBooleanData customerData
           
 TiBooleanData deliveryAddress
           
 TiBooleanData officialAddress
           
 TiBooleanData powerOfAttorney
           
 TiBooleanData sjCard
           
 TiBooleanData sjCardInfo
           
 TiIntegerData sjCardXor
           
 SjTravellerQueryPlain travellerQuery
           
 
Fields inherited from interface se.sj.stina.domain.model.SjCustomerSpecification
ALL_TRAVELLERS, COMMUNICATION_ADDRESS, CONTRACT, CUSTOMER_DATA, DELIVERY_ADDRESS, OFFICIAL_ADDRESS, POWER_OF_ATTORNEY, SJ_CARD, SJ_CARD_INFO, SJ_CARD_XOR, TRAVELLER_QUERY
 
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
SjCustomerSpecificationPlain()
           
 
Method Summary
 TiBooleanInterface getAllTravellers()
          Field allTravellers is defined as mandatory.
 java.lang.Boolean getAllTravellersValue()
          Field allTravellers is defined as mandatory.
 TiBooleanInterface getCommunicationAddress()
          Field communicationAddress is defined as mandatory.
 java.lang.Boolean getCommunicationAddressValue()
          Field communicationAddress is defined as mandatory.
 TiBooleanInterface getContract()
          Field contract is defined as mandatory.
 java.lang.Boolean getContractValue()
          Field contract is defined as mandatory.
 TiBooleanInterface getCustomerData()
          Field customerData is defined as mandatory.
 java.lang.Boolean getCustomerDataValue()
          Field customerData is defined as mandatory.
 TiBooleanInterface getDeliveryAddress()
          Field deliveryAddress is defined as mandatory.
 java.lang.Boolean getDeliveryAddressValue()
          Field deliveryAddress is defined as mandatory.
 java.lang.String getGeneratedTiName()
           
 TiBooleanInterface getOfficialAddress()
          Field officialAddress is defined as mandatory.
 java.lang.Boolean getOfficialAddressValue()
          Field officialAddress is defined as mandatory.
 TiBooleanInterface getPowerOfAttorney()
          Field powerOfAttorney is defined as mandatory.
 java.lang.Boolean getPowerOfAttorneyValue()
          Field powerOfAttorney is defined as mandatory.
 java.lang.String getRealTiName()
           
 TiBooleanInterface getSjCard()
          Field sjCard is defined as part of xor.
 TiBooleanInterface getSjCardInfo()
          Field sjCardInfo is defined as part of xor.
 java.lang.Boolean getSjCardInfoValue()
          Field sjCardInfo is defined as part of xor.
 java.lang.Boolean getSjCardValue()
          Field sjCard is defined as part of xor.
 TiIntegerInterface getSjCardXor()
          field sjCardXor
 java.lang.Integer getSjCardXorValue()
          field sjCardXor
 SjTravellerQuery getTravellerQuery()
          Field travellerQuery is defined as optional.
 TiBooleanInterface lookupAllTravellers()
          Field allTravellers is defined as mandatory.
 TiBooleanInterface lookupCommunicationAddress()
          Field communicationAddress is defined as mandatory.
 TiBooleanInterface lookupContract()
          Field contract is defined as mandatory.
 TiBooleanInterface lookupCustomerData()
          Field customerData is defined as mandatory.
 TiBooleanInterface lookupDeliveryAddress()
          Field deliveryAddress is defined as mandatory.
 TiBooleanInterface lookupOfficialAddress()
          Field officialAddress is defined as mandatory.
 TiBooleanInterface lookupPowerOfAttorney()
          Field powerOfAttorney is defined as mandatory.
 TiBooleanInterface lookupSjCard()
          Field sjCard is defined as part of xor.
 TiBooleanInterface lookupSjCardInfo()
          Field sjCardInfo is defined as part of xor.
 TiIntegerInterface lookupSjCardXor()
          field sjCardXor
 SjTravellerQuery lookupTravellerQuery()
          Field travellerQuery is defined as optional.
 void setAllTravellers(TiBooleanInterface inData)
          Field allTravellers is defined as mandatory.
 void setAllTravellersValue(java.lang.Boolean inData)
          Field allTravellers is defined as mandatory.
 void setAllTravellersValue(java.lang.Boolean inData, boolean inNotify)
          Field allTravellers is defined as mandatory.
 void setCommunicationAddress(TiBooleanInterface inData)
          Field communicationAddress is defined as mandatory.
 void setCommunicationAddressValue(java.lang.Boolean inData)
          Field communicationAddress is defined as mandatory.
 void setCommunicationAddressValue(java.lang.Boolean inData, boolean inNotify)
          Field communicationAddress is defined as mandatory.
 void setContract(TiBooleanInterface inData)
          Field contract is defined as mandatory.
 void setContractValue(java.lang.Boolean inData)
          Field contract is defined as mandatory.
 void setContractValue(java.lang.Boolean inData, boolean inNotify)
          Field contract is defined as mandatory.
 void setCustomerData(TiBooleanInterface inData)
          Field customerData is defined as mandatory.
 void setCustomerDataValue(java.lang.Boolean inData)
          Field customerData is defined as mandatory.
 void setCustomerDataValue(java.lang.Boolean inData, boolean inNotify)
          Field customerData is defined as mandatory.
 void setDeliveryAddress(TiBooleanInterface inData)
          Field deliveryAddress is defined as mandatory.
 void setDeliveryAddressValue(java.lang.Boolean inData)
          Field deliveryAddress is defined as mandatory.
 void setDeliveryAddressValue(java.lang.Boolean inData, boolean inNotify)
          Field deliveryAddress is defined as mandatory.
 void setOfficialAddress(TiBooleanInterface inData)
          Field officialAddress is defined as mandatory.
 void setOfficialAddressValue(java.lang.Boolean inData)
          Field officialAddress is defined as mandatory.
 void setOfficialAddressValue(java.lang.Boolean inData, boolean inNotify)
          Field officialAddress is defined as mandatory.
 void setPowerOfAttorney(TiBooleanInterface inData)
          Field powerOfAttorney is defined as mandatory.
 void setPowerOfAttorneyValue(java.lang.Boolean inData)
          Field powerOfAttorney is defined as mandatory.
 void setPowerOfAttorneyValue(java.lang.Boolean inData, boolean inNotify)
          Field powerOfAttorney is defined as mandatory.
 void setSjCard(TiBooleanInterface inData)
          Field sjCard is defined as part of xor.
 void setSjCardInfo(TiBooleanInterface inData)
          Field sjCardInfo is defined as part of xor.
 void setSjCardInfoValue(java.lang.Boolean inData)
          Field sjCardInfo is defined as part of xor.
 void setSjCardInfoValue(java.lang.Boolean inData, boolean inNotify)
          Field sjCardInfo is defined as part of xor.
 void setSjCardValue(java.lang.Boolean inData)
          Field sjCard is defined as part of xor.
 void setSjCardValue(java.lang.Boolean inData, boolean inNotify)
          Field sjCard is defined as part of xor.
 void setSjCardXor(TiIntegerInterface inData)
          field sjCardXor
 void setSjCardXorValue(java.lang.Integer inData)
          field sjCardXor
 void setTravellerQuery(SjTravellerQuery inData)
          Field travellerQuery 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

customerData

public TiBooleanData customerData

officialAddress

public TiBooleanData officialAddress

communicationAddress

public TiBooleanData communicationAddress

deliveryAddress

public TiBooleanData deliveryAddress

powerOfAttorney

public TiBooleanData powerOfAttorney

sjCardXor

public TiIntegerData sjCardXor

sjCard

public TiBooleanData sjCard

sjCardInfo

public TiBooleanData sjCardInfo

contract

public TiBooleanData contract

allTravellers

public TiBooleanData allTravellers

travellerQuery

public SjTravellerQueryPlain travellerQuery
Constructor Detail

SjCustomerSpecificationPlain

public SjCustomerSpecificationPlain()
Method Detail

getCustomerData

public TiBooleanInterface getCustomerData()
Field customerData is defined as mandatory.

Specified by:
getCustomerData in interface SjCustomerSpecification

lookupCustomerData

public TiBooleanInterface lookupCustomerData()
Field customerData is defined as mandatory.

Specified by:
lookupCustomerData in interface SjCustomerSpecification

setCustomerData

public void setCustomerData(TiBooleanInterface inData)
Field customerData is defined as mandatory.

Specified by:
setCustomerData in interface SjCustomerSpecification

getCustomerDataValue

public java.lang.Boolean getCustomerDataValue()
Field customerData is defined as mandatory.

Specified by:
getCustomerDataValue in interface SjCustomerSpecification

setCustomerDataValue

public void setCustomerDataValue(java.lang.Boolean inData)
Field customerData is defined as mandatory.

Specified by:
setCustomerDataValue in interface SjCustomerSpecification

setCustomerDataValue

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

Specified by:
setCustomerDataValue in interface SjCustomerSpecification

getOfficialAddress

public TiBooleanInterface getOfficialAddress()
Field officialAddress is defined as mandatory.

Specified by:
getOfficialAddress in interface SjCustomerSpecification

lookupOfficialAddress

public TiBooleanInterface lookupOfficialAddress()
Field officialAddress is defined as mandatory.

Specified by:
lookupOfficialAddress in interface SjCustomerSpecification

setOfficialAddress

public void setOfficialAddress(TiBooleanInterface inData)
Field officialAddress is defined as mandatory.

Specified by:
setOfficialAddress in interface SjCustomerSpecification

getOfficialAddressValue

public java.lang.Boolean getOfficialAddressValue()
Field officialAddress is defined as mandatory.

Specified by:
getOfficialAddressValue in interface SjCustomerSpecification

setOfficialAddressValue

public void setOfficialAddressValue(java.lang.Boolean inData)
Field officialAddress is defined as mandatory.

Specified by:
setOfficialAddressValue in interface SjCustomerSpecification

setOfficialAddressValue

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

Specified by:
setOfficialAddressValue in interface SjCustomerSpecification

getCommunicationAddress

public TiBooleanInterface getCommunicationAddress()
Field communicationAddress is defined as mandatory.

Specified by:
getCommunicationAddress in interface SjCustomerSpecification

lookupCommunicationAddress

public TiBooleanInterface lookupCommunicationAddress()
Field communicationAddress is defined as mandatory.

Specified by:
lookupCommunicationAddress in interface SjCustomerSpecification

setCommunicationAddress

public void setCommunicationAddress(TiBooleanInterface inData)
Field communicationAddress is defined as mandatory.

Specified by:
setCommunicationAddress in interface SjCustomerSpecification

getCommunicationAddressValue

public java.lang.Boolean getCommunicationAddressValue()
Field communicationAddress is defined as mandatory.

Specified by:
getCommunicationAddressValue in interface SjCustomerSpecification

setCommunicationAddressValue

public void setCommunicationAddressValue(java.lang.Boolean inData)
Field communicationAddress is defined as mandatory.

Specified by:
setCommunicationAddressValue in interface SjCustomerSpecification

setCommunicationAddressValue

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

Specified by:
setCommunicationAddressValue in interface SjCustomerSpecification

getDeliveryAddress

public TiBooleanInterface getDeliveryAddress()
Field deliveryAddress is defined as mandatory.

Specified by:
getDeliveryAddress in interface SjCustomerSpecification

lookupDeliveryAddress

public TiBooleanInterface lookupDeliveryAddress()
Field deliveryAddress is defined as mandatory.

Specified by:
lookupDeliveryAddress in interface SjCustomerSpecification

setDeliveryAddress

public void setDeliveryAddress(TiBooleanInterface inData)
Field deliveryAddress is defined as mandatory.

Specified by:
setDeliveryAddress in interface SjCustomerSpecification

getDeliveryAddressValue

public java.lang.Boolean getDeliveryAddressValue()
Field deliveryAddress is defined as mandatory.

Specified by:
getDeliveryAddressValue in interface SjCustomerSpecification

setDeliveryAddressValue

public void setDeliveryAddressValue(java.lang.Boolean inData)
Field deliveryAddress is defined as mandatory.

Specified by:
setDeliveryAddressValue in interface SjCustomerSpecification

setDeliveryAddressValue

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

Specified by:
setDeliveryAddressValue in interface SjCustomerSpecification

getPowerOfAttorney

public TiBooleanInterface getPowerOfAttorney()
Field powerOfAttorney is defined as mandatory.

Specified by:
getPowerOfAttorney in interface SjCustomerSpecification

lookupPowerOfAttorney

public TiBooleanInterface lookupPowerOfAttorney()
Field powerOfAttorney is defined as mandatory.

Specified by:
lookupPowerOfAttorney in interface SjCustomerSpecification

setPowerOfAttorney

public void setPowerOfAttorney(TiBooleanInterface inData)
Field powerOfAttorney is defined as mandatory.

Specified by:
setPowerOfAttorney in interface SjCustomerSpecification

getPowerOfAttorneyValue

public java.lang.Boolean getPowerOfAttorneyValue()
Field powerOfAttorney is defined as mandatory.

Specified by:
getPowerOfAttorneyValue in interface SjCustomerSpecification

setPowerOfAttorneyValue

public void setPowerOfAttorneyValue(java.lang.Boolean inData)
Field powerOfAttorney is defined as mandatory.

Specified by:
setPowerOfAttorneyValue in interface SjCustomerSpecification

setPowerOfAttorneyValue

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

Specified by:
setPowerOfAttorneyValue in interface SjCustomerSpecification

getSjCardXor

public TiIntegerInterface getSjCardXor()
field sjCardXor

Specified by:
getSjCardXor in interface SjCustomerSpecification

lookupSjCardXor

public TiIntegerInterface lookupSjCardXor()
field sjCardXor

Specified by:
lookupSjCardXor in interface SjCustomerSpecification

setSjCardXor

public void setSjCardXor(TiIntegerInterface inData)
field sjCardXor

Specified by:
setSjCardXor in interface SjCustomerSpecification

getSjCardXorValue

public java.lang.Integer getSjCardXorValue()
field sjCardXor

Specified by:
getSjCardXorValue in interface SjCustomerSpecification

setSjCardXorValue

public void setSjCardXorValue(java.lang.Integer inData)
field sjCardXor

Specified by:
setSjCardXorValue in interface SjCustomerSpecification

getSjCard

public TiBooleanInterface getSjCard()
Field sjCard is defined as part of xor.

Specified by:
getSjCard in interface SjCustomerSpecification

lookupSjCard

public TiBooleanInterface lookupSjCard()
Field sjCard is defined as part of xor.

Specified by:
lookupSjCard in interface SjCustomerSpecification

setSjCard

public void setSjCard(TiBooleanInterface inData)
Field sjCard is defined as part of xor.

Specified by:
setSjCard in interface SjCustomerSpecification

getSjCardValue

public java.lang.Boolean getSjCardValue()
Field sjCard is defined as part of xor.

Specified by:
getSjCardValue in interface SjCustomerSpecification

setSjCardValue

public void setSjCardValue(java.lang.Boolean inData)
Field sjCard is defined as part of xor.

Specified by:
setSjCardValue in interface SjCustomerSpecification

setSjCardValue

public void setSjCardValue(java.lang.Boolean inData,
                           boolean inNotify)
Field sjCard is defined as part of xor.

Specified by:
setSjCardValue in interface SjCustomerSpecification

getSjCardInfo

public TiBooleanInterface getSjCardInfo()
Field sjCardInfo is defined as part of xor.

Specified by:
getSjCardInfo in interface SjCustomerSpecification

lookupSjCardInfo

public TiBooleanInterface lookupSjCardInfo()
Field sjCardInfo is defined as part of xor.

Specified by:
lookupSjCardInfo in interface SjCustomerSpecification

setSjCardInfo

public void setSjCardInfo(TiBooleanInterface inData)
Field sjCardInfo is defined as part of xor.

Specified by:
setSjCardInfo in interface SjCustomerSpecification

getSjCardInfoValue

public java.lang.Boolean getSjCardInfoValue()
Field sjCardInfo is defined as part of xor.

Specified by:
getSjCardInfoValue in interface SjCustomerSpecification

setSjCardInfoValue

public void setSjCardInfoValue(java.lang.Boolean inData)
Field sjCardInfo is defined as part of xor.

Specified by:
setSjCardInfoValue in interface SjCustomerSpecification

setSjCardInfoValue

public void setSjCardInfoValue(java.lang.Boolean inData,
                               boolean inNotify)
Field sjCardInfo is defined as part of xor.

Specified by:
setSjCardInfoValue in interface SjCustomerSpecification

getContract

public TiBooleanInterface getContract()
Field contract is defined as mandatory.

Specified by:
getContract in interface SjCustomerSpecification

lookupContract

public TiBooleanInterface lookupContract()
Field contract is defined as mandatory.

Specified by:
lookupContract in interface SjCustomerSpecification

setContract

public void setContract(TiBooleanInterface inData)
Field contract is defined as mandatory.

Specified by:
setContract in interface SjCustomerSpecification

getContractValue

public java.lang.Boolean getContractValue()
Field contract is defined as mandatory.

Specified by:
getContractValue in interface SjCustomerSpecification

setContractValue

public void setContractValue(java.lang.Boolean inData)
Field contract is defined as mandatory.

Specified by:
setContractValue in interface SjCustomerSpecification

setContractValue

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

Specified by:
setContractValue in interface SjCustomerSpecification

getAllTravellers

public TiBooleanInterface getAllTravellers()
Field allTravellers is defined as mandatory.

Specified by:
getAllTravellers in interface SjCustomerSpecification

lookupAllTravellers

public TiBooleanInterface lookupAllTravellers()
Field allTravellers is defined as mandatory.

Specified by:
lookupAllTravellers in interface SjCustomerSpecification

setAllTravellers

public void setAllTravellers(TiBooleanInterface inData)
Field allTravellers is defined as mandatory.

Specified by:
setAllTravellers in interface SjCustomerSpecification

getAllTravellersValue

public java.lang.Boolean getAllTravellersValue()
Field allTravellers is defined as mandatory.

Specified by:
getAllTravellersValue in interface SjCustomerSpecification

setAllTravellersValue

public void setAllTravellersValue(java.lang.Boolean inData)
Field allTravellers is defined as mandatory.

Specified by:
setAllTravellersValue in interface SjCustomerSpecification

setAllTravellersValue

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

Specified by:
setAllTravellersValue in interface SjCustomerSpecification

getTravellerQuery

public SjTravellerQuery getTravellerQuery()
Field travellerQuery is defined as optional.

Specified by:
getTravellerQuery in interface SjCustomerSpecification

lookupTravellerQuery

public SjTravellerQuery lookupTravellerQuery()
Field travellerQuery is defined as optional.

Specified by:
lookupTravellerQuery in interface SjCustomerSpecification

setTravellerQuery

public void setTravellerQuery(SjTravellerQuery inData)
Field travellerQuery is defined as optional.

Specified by:
setTravellerQuery in interface SjCustomerSpecification

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.