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

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.SjTravelAgentInformationPlain
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, SjTravelAgentInformation

public class SjTravelAgentInformationPlain
extends TiAbstractMapData
implements SjTravelAgentInformation

 CustomerId = Resebyrkundnummer
 CustomerName = Kundnamn
 Buyer = Resebeställare
 PayerAccount = Kostnadsställe
 InvoiceReferenceSpecification = fakturareferenser
 NotPrintable = Spärrad för debitering/utskrift
 TravelLinkOrder = Beställning gjord av TravelLink
 

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData
TiAbstractMapData.TiMapDataComparator
 
Field Summary
 TiStringData buyer
           
 SjAddressPlain customerAddress
           
 SjIdentityPlain customerId
           
 TiStringData customerName
           
 SjInvoiceReferenceSpecificationPlain invoiceReferences
           
 TiBooleanData notPrintable
           
 TiStringData payerAccount
           
 TiBooleanData travelLinkOrder
           
 TiStringData user
           
 
Fields inherited from interface se.sj.stina.domain.model.SjTravelAgentInformation
BUYER, CUSTOMER_ADDRESS, CUSTOMER_ID, CUSTOMER_NAME, INVOICE_REFERENCES, NOT_PRINTABLE, PAYER_ACCOUNT, TRAVEL_LINK_ORDER, USER
 
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
SjTravelAgentInformationPlain()
           
 
Method Summary
 TiStringInterface getBuyer()
          Field buyer is defined as optional.
 java.lang.String getBuyerValue()
          Field buyer is defined as optional.
 SjAddress getCustomerAddress()
          Field customerAddress is defined as optional.
 SjIdentity getCustomerId()
          Field customerId is defined as optional.
 java.lang.String getCustomerIdValue()
          Field customerId is defined as optional.
 TiStringInterface getCustomerName()
          Field customerName is defined as optional.
 java.lang.String getCustomerNameValue()
          Field customerName is defined as optional.
 java.lang.String getGeneratedTiName()
           
 SjInvoiceReferenceSpecification getInvoiceReferences()
          Field invoiceReferences is defined as optional.
 TiBooleanInterface getNotPrintable()
          Field notPrintable is defined as optional.
 java.lang.Boolean getNotPrintableValue()
          Field notPrintable is defined as optional.
 TiStringInterface getPayerAccount()
          Field payerAccount is defined as optional.
 java.lang.String getPayerAccountValue()
          Field payerAccount is defined as optional.
 java.lang.String getRealTiName()
           
 TiBooleanInterface getTravelLinkOrder()
          Field travelLinkOrder is defined as optional.
 java.lang.Boolean getTravelLinkOrderValue()
          Field travelLinkOrder is defined as optional.
 TiStringInterface getUser()
          Field user is defined as optional.
 java.lang.String getUserValue()
          Field user is defined as optional.
 TiStringInterface lookupBuyer()
          Field buyer is defined as optional.
 SjAddress lookupCustomerAddress()
          Field customerAddress is defined as optional.
 SjIdentity lookupCustomerId()
          Field customerId is defined as optional.
 TiStringInterface lookupCustomerName()
          Field customerName is defined as optional.
 SjInvoiceReferenceSpecification lookupInvoiceReferences()
          Field invoiceReferences is defined as optional.
 TiBooleanInterface lookupNotPrintable()
          Field notPrintable is defined as optional.
 TiStringInterface lookupPayerAccount()
          Field payerAccount is defined as optional.
 TiBooleanInterface lookupTravelLinkOrder()
          Field travelLinkOrder is defined as optional.
 TiStringInterface lookupUser()
          Field user is defined as optional.
 void setBuyer(TiStringInterface inData)
          Field buyer is defined as optional.
 void setBuyerValue(java.lang.String inData)
          Field buyer is defined as optional.
 void setBuyerValue(java.lang.String inData, boolean inNotify)
          Field buyer is defined as optional.
 void setCustomerAddress(SjAddress inData)
          Field customerAddress is defined as optional.
 void setCustomerId(SjIdentity 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 setCustomerName(TiStringInterface inData)
          Field customerName is defined as optional.
 void setCustomerNameValue(java.lang.String inData)
          Field customerName is defined as optional.
 void setCustomerNameValue(java.lang.String inData, boolean inNotify)
          Field customerName is defined as optional.
 void setInvoiceReferences(SjInvoiceReferenceSpecification inData)
          Field invoiceReferences is defined as optional.
 void setNotPrintable(TiBooleanInterface inData)
          Field notPrintable is defined as optional.
 void setNotPrintableValue(java.lang.Boolean inData)
          Field notPrintable is defined as optional.
 void setNotPrintableValue(java.lang.Boolean inData, boolean inNotify)
          Field notPrintable is defined as optional.
 void setPayerAccount(TiStringInterface inData)
          Field payerAccount is defined as optional.
 void setPayerAccountValue(java.lang.String inData)
          Field payerAccount is defined as optional.
 void setPayerAccountValue(java.lang.String inData, boolean inNotify)
          Field payerAccount is defined as optional.
 void setTravelLinkOrder(TiBooleanInterface inData)
          Field travelLinkOrder is defined as optional.
 void setTravelLinkOrderValue(java.lang.Boolean inData)
          Field travelLinkOrder is defined as optional.
 void setTravelLinkOrderValue(java.lang.Boolean inData, boolean inNotify)
          Field travelLinkOrder is defined as optional.
 void setUser(TiStringInterface inData)
          Field user is defined as optional.
 void setUserValue(java.lang.String inData)
          Field user is defined as optional.
 void setUserValue(java.lang.String inData, boolean inNotify)
          Field user 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 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 SjIdentityPlain customerId

customerName

public TiStringData customerName

buyer

public TiStringData buyer

payerAccount

public TiStringData payerAccount

invoiceReferences

public SjInvoiceReferenceSpecificationPlain invoiceReferences

customerAddress

public SjAddressPlain customerAddress

notPrintable

public TiBooleanData notPrintable

travelLinkOrder

public TiBooleanData travelLinkOrder

user

public TiStringData user
Constructor Detail

SjTravelAgentInformationPlain

public SjTravelAgentInformationPlain()
Method Detail

getCustomerId

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

Specified by:
getCustomerId in interface SjTravelAgentInformation

lookupCustomerId

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

Specified by:
lookupCustomerId in interface SjTravelAgentInformation

setCustomerId

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

Specified by:
setCustomerId in interface SjTravelAgentInformation

getCustomerIdValue

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

Specified by:
getCustomerIdValue in interface SjTravelAgentInformation

setCustomerIdValue

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

Specified by:
setCustomerIdValue in interface SjTravelAgentInformation

setCustomerIdValue

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

Specified by:
setCustomerIdValue in interface SjTravelAgentInformation

getCustomerName

public TiStringInterface getCustomerName()
Field customerName is defined as optional.

Specified by:
getCustomerName in interface SjTravelAgentInformation

lookupCustomerName

public TiStringInterface lookupCustomerName()
Field customerName is defined as optional.

Specified by:
lookupCustomerName in interface SjTravelAgentInformation

setCustomerName

public void setCustomerName(TiStringInterface inData)
Field customerName is defined as optional.

Specified by:
setCustomerName in interface SjTravelAgentInformation

getCustomerNameValue

public java.lang.String getCustomerNameValue()
Field customerName is defined as optional.

Specified by:
getCustomerNameValue in interface SjTravelAgentInformation

setCustomerNameValue

public void setCustomerNameValue(java.lang.String inData)
Field customerName is defined as optional.

Specified by:
setCustomerNameValue in interface SjTravelAgentInformation

setCustomerNameValue

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

Specified by:
setCustomerNameValue in interface SjTravelAgentInformation

getBuyer

public TiStringInterface getBuyer()
Field buyer is defined as optional.

Specified by:
getBuyer in interface SjTravelAgentInformation

lookupBuyer

public TiStringInterface lookupBuyer()
Field buyer is defined as optional.

Specified by:
lookupBuyer in interface SjTravelAgentInformation

setBuyer

public void setBuyer(TiStringInterface inData)
Field buyer is defined as optional.

Specified by:
setBuyer in interface SjTravelAgentInformation

getBuyerValue

public java.lang.String getBuyerValue()
Field buyer is defined as optional.

Specified by:
getBuyerValue in interface SjTravelAgentInformation

setBuyerValue

public void setBuyerValue(java.lang.String inData)
Field buyer is defined as optional.

Specified by:
setBuyerValue in interface SjTravelAgentInformation

setBuyerValue

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

Specified by:
setBuyerValue in interface SjTravelAgentInformation

getPayerAccount

public TiStringInterface getPayerAccount()
Field payerAccount is defined as optional.

Specified by:
getPayerAccount in interface SjTravelAgentInformation

lookupPayerAccount

public TiStringInterface lookupPayerAccount()
Field payerAccount is defined as optional.

Specified by:
lookupPayerAccount in interface SjTravelAgentInformation

setPayerAccount

public void setPayerAccount(TiStringInterface inData)
Field payerAccount is defined as optional.

Specified by:
setPayerAccount in interface SjTravelAgentInformation

getPayerAccountValue

public java.lang.String getPayerAccountValue()
Field payerAccount is defined as optional.

Specified by:
getPayerAccountValue in interface SjTravelAgentInformation

setPayerAccountValue

public void setPayerAccountValue(java.lang.String inData)
Field payerAccount is defined as optional.

Specified by:
setPayerAccountValue in interface SjTravelAgentInformation

setPayerAccountValue

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

Specified by:
setPayerAccountValue in interface SjTravelAgentInformation

getInvoiceReferences

public SjInvoiceReferenceSpecification getInvoiceReferences()
Field invoiceReferences is defined as optional.

Specified by:
getInvoiceReferences in interface SjTravelAgentInformation

lookupInvoiceReferences

public SjInvoiceReferenceSpecification lookupInvoiceReferences()
Field invoiceReferences is defined as optional.

Specified by:
lookupInvoiceReferences in interface SjTravelAgentInformation

setInvoiceReferences

public void setInvoiceReferences(SjInvoiceReferenceSpecification inData)
Field invoiceReferences is defined as optional.

Specified by:
setInvoiceReferences in interface SjTravelAgentInformation

getCustomerAddress

public SjAddress getCustomerAddress()
Field customerAddress is defined as optional.

Specified by:
getCustomerAddress in interface SjTravelAgentInformation

lookupCustomerAddress

public SjAddress lookupCustomerAddress()
Field customerAddress is defined as optional.

Specified by:
lookupCustomerAddress in interface SjTravelAgentInformation

setCustomerAddress

public void setCustomerAddress(SjAddress inData)
Field customerAddress is defined as optional.

Specified by:
setCustomerAddress in interface SjTravelAgentInformation

getNotPrintable

public TiBooleanInterface getNotPrintable()
Field notPrintable is defined as optional.

Specified by:
getNotPrintable in interface SjTravelAgentInformation

lookupNotPrintable

public TiBooleanInterface lookupNotPrintable()
Field notPrintable is defined as optional.

Specified by:
lookupNotPrintable in interface SjTravelAgentInformation

setNotPrintable

public void setNotPrintable(TiBooleanInterface inData)
Field notPrintable is defined as optional.

Specified by:
setNotPrintable in interface SjTravelAgentInformation

getNotPrintableValue

public java.lang.Boolean getNotPrintableValue()
Field notPrintable is defined as optional.

Specified by:
getNotPrintableValue in interface SjTravelAgentInformation

setNotPrintableValue

public void setNotPrintableValue(java.lang.Boolean inData)
Field notPrintable is defined as optional.

Specified by:
setNotPrintableValue in interface SjTravelAgentInformation

setNotPrintableValue

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

Specified by:
setNotPrintableValue in interface SjTravelAgentInformation

getTravelLinkOrder

public TiBooleanInterface getTravelLinkOrder()
Field travelLinkOrder is defined as optional.

Specified by:
getTravelLinkOrder in interface SjTravelAgentInformation

lookupTravelLinkOrder

public TiBooleanInterface lookupTravelLinkOrder()
Field travelLinkOrder is defined as optional.

Specified by:
lookupTravelLinkOrder in interface SjTravelAgentInformation

setTravelLinkOrder

public void setTravelLinkOrder(TiBooleanInterface inData)
Field travelLinkOrder is defined as optional.

Specified by:
setTravelLinkOrder in interface SjTravelAgentInformation

getTravelLinkOrderValue

public java.lang.Boolean getTravelLinkOrderValue()
Field travelLinkOrder is defined as optional.

Specified by:
getTravelLinkOrderValue in interface SjTravelAgentInformation

setTravelLinkOrderValue

public void setTravelLinkOrderValue(java.lang.Boolean inData)
Field travelLinkOrder is defined as optional.

Specified by:
setTravelLinkOrderValue in interface SjTravelAgentInformation

setTravelLinkOrderValue

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

Specified by:
setTravelLinkOrderValue in interface SjTravelAgentInformation

getUser

public TiStringInterface getUser()
Field user is defined as optional.

Specified by:
getUser in interface SjTravelAgentInformation

lookupUser

public TiStringInterface lookupUser()
Field user is defined as optional.

Specified by:
lookupUser in interface SjTravelAgentInformation

setUser

public void setUser(TiStringInterface inData)
Field user is defined as optional.

Specified by:
setUser in interface SjTravelAgentInformation

getUserValue

public java.lang.String getUserValue()
Field user is defined as optional.

Specified by:
getUserValue in interface SjTravelAgentInformation

setUserValue

public void setUserValue(java.lang.String inData)
Field user is defined as optional.

Specified by:
setUserValue in interface SjTravelAgentInformation

setUserValue

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

Specified by:
setUserValue in interface SjTravelAgentInformation

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.