|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjAddServiceOrderItemsSpecification
Vid samtidig bokning av tjänster av olika slag. UseSeparateOrder = Om man vil få de bokade tjänsterna i var sin beställning i svaret.
Field Summary | |
---|---|
static java.lang.String |
CONTRACT_NO
|
static java.lang.String |
PAYER_CUSTOMER_ID
|
static java.lang.String |
SERVICE_SPECIFICATION_LIST
|
static java.lang.String |
USE_SEPARATE_ORDER
|
Method Summary | |
---|---|
TiStringInterface |
getContractNo()
Field contractNo is defined as optional. |
java.lang.String |
getContractNoValue()
Field contractNo is defined as optional. |
TiStringInterface |
getPayerCustomerId()
Field payerCustomerId is defined as optional. |
java.lang.String |
getPayerCustomerIdValue()
Field payerCustomerId is defined as optional. |
SjServiceSpecificationList |
getServiceSpecificationList()
Field serviceSpecificationList is defined as mandatory. |
TiBooleanInterface |
getUseSeparateOrder()
Field useSeparateOrder is defined as optional. |
java.lang.Boolean |
getUseSeparateOrderValue()
Field useSeparateOrder is defined as optional. |
TiStringInterface |
lookupContractNo()
Field contractNo is defined as optional. |
TiStringInterface |
lookupPayerCustomerId()
Field payerCustomerId is defined as optional. |
SjServiceSpecificationList |
lookupServiceSpecificationList()
Field serviceSpecificationList is defined as mandatory. |
TiBooleanInterface |
lookupUseSeparateOrder()
Field useSeparateOrder 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 |
setPayerCustomerId(TiStringInterface inData)
Field payerCustomerId is defined as optional. |
void |
setPayerCustomerIdValue(java.lang.String inData)
Field payerCustomerId is defined as optional. |
void |
setPayerCustomerIdValue(java.lang.String inData,
boolean inNotify)
Field payerCustomerId is defined as optional. |
void |
setServiceSpecificationList(SjServiceSpecificationList inData)
Field serviceSpecificationList is defined as mandatory. |
void |
setUseSeparateOrder(TiBooleanInterface inData)
Field useSeparateOrder is defined as optional. |
void |
setUseSeparateOrderValue(java.lang.Boolean inData)
Field useSeparateOrder is defined as optional. |
void |
setUseSeparateOrderValue(java.lang.Boolean inData,
boolean inNotify)
Field useSeparateOrder 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 USE_SEPARATE_ORDER
static final java.lang.String PAYER_CUSTOMER_ID
static final java.lang.String CONTRACT_NO
static final java.lang.String SERVICE_SPECIFICATION_LIST
Method Detail |
---|
TiBooleanInterface getUseSeparateOrder()
TiBooleanInterface lookupUseSeparateOrder()
void setUseSeparateOrder(TiBooleanInterface inData)
java.lang.Boolean getUseSeparateOrderValue()
void setUseSeparateOrderValue(java.lang.Boolean inData)
void setUseSeparateOrderValue(java.lang.Boolean inData, boolean inNotify)
TiStringInterface getPayerCustomerId()
TiStringInterface lookupPayerCustomerId()
void setPayerCustomerId(TiStringInterface inData)
java.lang.String getPayerCustomerIdValue()
void setPayerCustomerIdValue(java.lang.String inData)
void setPayerCustomerIdValue(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)
SjServiceSpecificationList getServiceSpecificationList()
SjServiceSpecificationList lookupServiceSpecificationList()
void setServiceSpecificationList(SjServiceSpecificationList inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |