|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjPaymentSpecification
Innehåller data om hur man vill betala beställningen, betalningssätt m.m
Field Summary | |
---|---|
static java.lang.String |
CARD_SYSTEM_DATA
|
static java.lang.String |
PAYMENT_COMPLEMENT_DATA
|
static java.lang.String |
PAYMENT_TYPE
|
static java.lang.String |
REQUISITION_ID
|
static java.lang.String |
VOUCHER_PAYMENT
|
Method Summary | |
---|---|
SjCardSystemData |
getCardSystemData()
Field cardSystemData is defined as optional. |
SjPaymentComplementData |
getPaymentComplementData()
Field paymentComplementData is defined as optional. |
TiStringInterface |
getPaymentType()
Field paymentType is defined as mandatory. |
java.lang.String |
getPaymentTypeValue()
Field paymentType is defined as mandatory. |
SjIdentity |
getRequisitionId()
Field requisitionId is defined as optional. |
java.lang.String |
getRequisitionIdValue()
Field requisitionId is defined as optional. |
SjVoucherPayment |
getVoucherPayment()
Field voucherPayment is defined as optional. |
SjCardSystemData |
lookupCardSystemData()
Field cardSystemData is defined as optional. |
SjPaymentComplementData |
lookupPaymentComplementData()
Field paymentComplementData is defined as optional. |
TiStringInterface |
lookupPaymentType()
Field paymentType is defined as mandatory. |
SjIdentity |
lookupRequisitionId()
Field requisitionId is defined as optional. |
SjVoucherPayment |
lookupVoucherPayment()
Field voucherPayment is defined as optional. |
void |
setCardSystemData(SjCardSystemData inData)
Field cardSystemData is defined as optional. |
void |
setPaymentComplementData(SjPaymentComplementData inData)
Field paymentComplementData is defined as optional. |
void |
setPaymentType(TiStringInterface inData)
Field paymentType is defined as mandatory. |
void |
setPaymentTypeValue(java.lang.String inData)
Field paymentType is defined as mandatory. |
void |
setPaymentTypeValue(java.lang.String inData,
boolean inNotify)
Field paymentType is defined as mandatory. |
void |
setRequisitionId(SjIdentity inData)
Field requisitionId is defined as optional. |
void |
setRequisitionIdValue(java.lang.String inData)
Field requisitionId is defined as optional. |
void |
setRequisitionIdValue(java.lang.String inData,
boolean inNotify)
Field requisitionId is defined as optional. |
void |
setVoucherPayment(SjVoucherPayment inData)
Field voucherPayment 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 PAYMENT_TYPE
static final java.lang.String VOUCHER_PAYMENT
static final java.lang.String CARD_SYSTEM_DATA
static final java.lang.String REQUISITION_ID
static final java.lang.String PAYMENT_COMPLEMENT_DATA
Method Detail |
---|
TiStringInterface getPaymentType()
TiStringInterface lookupPaymentType()
void setPaymentType(TiStringInterface inData)
java.lang.String getPaymentTypeValue()
void setPaymentTypeValue(java.lang.String inData)
void setPaymentTypeValue(java.lang.String inData, boolean inNotify)
SjVoucherPayment getVoucherPayment()
SjVoucherPayment lookupVoucherPayment()
void setVoucherPayment(SjVoucherPayment inData)
SjCardSystemData getCardSystemData()
SjCardSystemData lookupCardSystemData()
void setCardSystemData(SjCardSystemData inData)
SjIdentity getRequisitionId()
SjIdentity lookupRequisitionId()
void setRequisitionId(SjIdentity inData)
java.lang.String getRequisitionIdValue()
void setRequisitionIdValue(java.lang.String inData)
void setRequisitionIdValue(java.lang.String inData, boolean inNotify)
SjPaymentComplementData getPaymentComplementData()
SjPaymentComplementData lookupPaymentComplementData()
void setPaymentComplementData(SjPaymentComplementData inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |