|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjGetVoucherResult
InnehÄller en vÀrdebevisinformation
Field Summary | |
---|---|
static java.lang.String |
ARRIVAL_LOCATION
|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
CUSTOMER_ID
|
static java.lang.String |
DEPARTURE_LOCATION
|
static java.lang.String |
PAYMENT_TYPE
|
static java.lang.String |
PRICE
|
static java.lang.String |
SERVICE_NAME
|
static java.lang.String |
TRAVEL_DATE
|
static java.lang.String |
VOUCHER_INFO
|
Method Summary | |
---|---|
SjLocation |
getArrivalLocation()
Field arrivalLocation is defined as optional. |
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
TiStringInterface |
getCustomerId()
Field customerId is defined as optional. |
java.lang.String |
getCustomerIdValue()
Field customerId is defined as optional. |
SjLocation |
getDepartureLocation()
Field departureLocation is defined as optional. |
SjCode |
getPaymentType()
Field paymentType is defined as optional. |
java.lang.String |
getPaymentTypeValue()
Field paymentType is defined as optional. |
SjPriceVat |
getPrice()
Field price is defined as optional. |
TiStringInterface |
getServiceName()
Field serviceName is defined as optional. |
java.lang.String |
getServiceNameValue()
Field serviceName is defined as optional. |
TiDate |
getTravelDate()
Field travelDate is defined as optional. |
SjVoucherInfo |
getVoucherInfo()
Field voucherInfo is defined as mandatory. |
SjLocation |
lookupArrivalLocation()
Field arrivalLocation is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
TiStringInterface |
lookupCustomerId()
Field customerId is defined as optional. |
SjLocation |
lookupDepartureLocation()
Field departureLocation is defined as optional. |
SjCode |
lookupPaymentType()
Field paymentType is defined as optional. |
SjPriceVat |
lookupPrice()
Field price is defined as optional. |
TiStringInterface |
lookupServiceName()
Field serviceName is defined as optional. |
TiDate |
lookupTravelDate()
Field travelDate is defined as optional. |
SjVoucherInfo |
lookupVoucherInfo()
Field voucherInfo is defined as mandatory. |
void |
setArrivalLocation(SjLocation inData)
Field arrivalLocation is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation 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 |
setDepartureLocation(SjLocation inData)
Field departureLocation is defined as optional. |
void |
setPaymentType(SjCode inData)
Field paymentType is defined as optional. |
void |
setPaymentTypeValue(java.lang.String inData)
Field paymentType is defined as optional. |
void |
setPaymentTypeValue(java.lang.String inData,
boolean inNotify)
Field paymentType is defined as optional. |
void |
setPrice(SjPriceVat inData)
Field price is defined as optional. |
void |
setServiceName(TiStringInterface inData)
Field serviceName is defined as optional. |
void |
setServiceNameValue(java.lang.String inData)
Field serviceName is defined as optional. |
void |
setServiceNameValue(java.lang.String inData,
boolean inNotify)
Field serviceName is defined as optional. |
void |
setTravelDate(TiDate inData)
Field travelDate is defined as optional. |
void |
setVoucherInfo(SjVoucherInfo inData)
Field voucherInfo is defined as mandatory. |
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 VOUCHER_INFO
static final java.lang.String CUSTOMER_ID
static final java.lang.String TRAVEL_DATE
static final java.lang.String DEPARTURE_LOCATION
static final java.lang.String ARRIVAL_LOCATION
static final java.lang.String PAYMENT_TYPE
static final java.lang.String SERVICE_NAME
static final java.lang.String PRICE
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
SjVoucherInfo getVoucherInfo()
SjVoucherInfo lookupVoucherInfo()
void setVoucherInfo(SjVoucherInfo inData)
TiStringInterface getCustomerId()
TiStringInterface lookupCustomerId()
void setCustomerId(TiStringInterface inData)
java.lang.String getCustomerIdValue()
void setCustomerIdValue(java.lang.String inData)
void setCustomerIdValue(java.lang.String inData, boolean inNotify)
TiDate getTravelDate()
TiDate lookupTravelDate()
void setTravelDate(TiDate inData)
SjLocation getDepartureLocation()
SjLocation lookupDepartureLocation()
void setDepartureLocation(SjLocation inData)
SjLocation getArrivalLocation()
SjLocation lookupArrivalLocation()
void setArrivalLocation(SjLocation inData)
SjCode getPaymentType()
SjCode lookupPaymentType()
void setPaymentType(SjCode inData)
java.lang.String getPaymentTypeValue()
void setPaymentTypeValue(java.lang.String inData)
void setPaymentTypeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getServiceName()
TiStringInterface lookupServiceName()
void setServiceName(TiStringInterface inData)
java.lang.String getServiceNameValue()
void setServiceNameValue(java.lang.String inData)
void setServiceNameValue(java.lang.String inData, boolean inNotify)
SjPriceVat getPrice()
SjPriceVat lookupPrice()
void setPrice(SjPriceVat inData)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |