|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTravelServiceLightSpecification
TravelServiceLightSpecification: Används vid bokning med Förenklat gränssnitt(Wiggo)
Field Summary | |
---|---|
static java.lang.String |
CONTRACT_NO
|
static java.lang.String |
CUSTOMER_ID
|
static java.lang.String |
ITINERARY_CONNECTED_SERVICE_LIGHT
|
static java.lang.String |
VAT_FREE
|
Method Summary | |
---|---|
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. |
SjItineraryConnectedServiceLightSpecification |
getItineraryConnectedServiceLight()
Field itineraryConnectedServiceLight is defined as mandatory. |
TiBooleanInterface |
getVatFree()
Field vatFree is defined as optional. |
java.lang.Boolean |
getVatFreeValue()
Field vatFree is defined as optional. |
TiStringInterface |
lookupContractNo()
Field contractNo is defined as optional. |
TiStringInterface |
lookupCustomerId()
Field customerId is defined as optional. |
SjItineraryConnectedServiceLightSpecification |
lookupItineraryConnectedServiceLight()
Field itineraryConnectedServiceLight is defined as mandatory. |
TiBooleanInterface |
lookupVatFree()
Field vatFree 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 |
setItineraryConnectedServiceLight(SjItineraryConnectedServiceLightSpecification inData)
Field itineraryConnectedServiceLight is defined as mandatory. |
void |
setVatFree(TiBooleanInterface inData)
Field vatFree is defined as optional. |
void |
setVatFreeValue(java.lang.Boolean inData)
Field vatFree is defined as optional. |
void |
setVatFreeValue(java.lang.Boolean inData,
boolean inNotify)
Field vatFree 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 ITINERARY_CONNECTED_SERVICE_LIGHT
static final java.lang.String VAT_FREE
static final java.lang.String CUSTOMER_ID
static final java.lang.String CONTRACT_NO
Method Detail |
---|
SjItineraryConnectedServiceLightSpecification getItineraryConnectedServiceLight()
SjItineraryConnectedServiceLightSpecification lookupItineraryConnectedServiceLight()
void setItineraryConnectedServiceLight(SjItineraryConnectedServiceLightSpecification inData)
TiBooleanInterface getVatFree()
TiBooleanInterface lookupVatFree()
void setVatFree(TiBooleanInterface inData)
java.lang.Boolean getVatFreeValue()
void setVatFreeValue(java.lang.Boolean inData)
void setVatFreeValue(java.lang.Boolean inData, boolean inNotify)
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)
TiStringInterface getContractNo()
TiStringInterface lookupContractNo()
void setContractNo(TiStringInterface inData)
java.lang.String getContractNoValue()
void setContractNoValue(java.lang.String inData)
void setContractNoValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |