|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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
Field Summary | |
---|---|
static java.lang.String |
BUYER
|
static java.lang.String |
CUSTOMER_ADDRESS
|
static java.lang.String |
CUSTOMER_ID
|
static java.lang.String |
CUSTOMER_NAME
|
static java.lang.String |
INVOICE_REFERENCES
|
static java.lang.String |
NOT_PRINTABLE
|
static java.lang.String |
PAYER_ACCOUNT
|
static java.lang.String |
TRAVEL_LINK_ORDER
|
static java.lang.String |
USER
|
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. |
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. |
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 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, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String CUSTOMER_ID
static final java.lang.String CUSTOMER_NAME
static final java.lang.String BUYER
static final java.lang.String PAYER_ACCOUNT
static final java.lang.String INVOICE_REFERENCES
static final java.lang.String CUSTOMER_ADDRESS
static final java.lang.String NOT_PRINTABLE
static final java.lang.String TRAVEL_LINK_ORDER
static final java.lang.String USER
Method Detail |
---|
SjIdentity getCustomerId()
SjIdentity lookupCustomerId()
void setCustomerId(SjIdentity inData)
java.lang.String getCustomerIdValue()
void setCustomerIdValue(java.lang.String inData)
void setCustomerIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getCustomerName()
TiStringInterface lookupCustomerName()
void setCustomerName(TiStringInterface inData)
java.lang.String getCustomerNameValue()
void setCustomerNameValue(java.lang.String inData)
void setCustomerNameValue(java.lang.String inData, boolean inNotify)
TiStringInterface getBuyer()
TiStringInterface lookupBuyer()
void setBuyer(TiStringInterface inData)
java.lang.String getBuyerValue()
void setBuyerValue(java.lang.String inData)
void setBuyerValue(java.lang.String inData, boolean inNotify)
TiStringInterface getPayerAccount()
TiStringInterface lookupPayerAccount()
void setPayerAccount(TiStringInterface inData)
java.lang.String getPayerAccountValue()
void setPayerAccountValue(java.lang.String inData)
void setPayerAccountValue(java.lang.String inData, boolean inNotify)
SjInvoiceReferenceSpecification getInvoiceReferences()
SjInvoiceReferenceSpecification lookupInvoiceReferences()
void setInvoiceReferences(SjInvoiceReferenceSpecification inData)
SjAddress getCustomerAddress()
SjAddress lookupCustomerAddress()
void setCustomerAddress(SjAddress inData)
TiBooleanInterface getNotPrintable()
TiBooleanInterface lookupNotPrintable()
void setNotPrintable(TiBooleanInterface inData)
java.lang.Boolean getNotPrintableValue()
void setNotPrintableValue(java.lang.Boolean inData)
void setNotPrintableValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getTravelLinkOrder()
TiBooleanInterface lookupTravelLinkOrder()
void setTravelLinkOrder(TiBooleanInterface inData)
java.lang.Boolean getTravelLinkOrderValue()
void setTravelLinkOrderValue(java.lang.Boolean inData)
void setTravelLinkOrderValue(java.lang.Boolean inData, boolean inNotify)
TiStringInterface getUser()
TiStringInterface lookupUser()
void setUser(TiStringInterface inData)
java.lang.String getUserValue()
void setUserValue(java.lang.String inData)
void setUserValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |