|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCreditSpecification
Innehåller data om hur man vill kreditera beställningen
- CreditWithWarning = om inte hela beloppet kan krediteras så utförs inte kreditering utan ett varningsmeddelande fås istället.
- ReasonCode = typ av kreditering (standard, felexpedierad, annan orsak, byte) anges om en hel beställning ska krediteras.
- CreditItemSpecificationList = används om endast några rader ska krediteras
Field Summary | |
---|---|
static java.lang.String |
COMPENSATION_RULE
|
static java.lang.String |
CREDIT_ITEM_SPECIFICATION_LIST
|
static java.lang.String |
CREDIT_WITH_WARNING
|
static java.lang.String |
CREDIT_XOR
|
static java.lang.String |
EXTERNAL_EVENT_SPECIFICATION
|
static java.lang.String |
EXTERNAL_PAYMENT_INFORMATION
|
static java.lang.String |
PAYNOVA_REFERENCE_ID
|
static java.lang.String |
REASON_CODE
|
static java.lang.String |
RETURN_VAT_DESCRIPTION
|
Method Summary | |
---|---|
SjCode |
getCompensationRule()
Field compensationRule is defined as optional. |
java.lang.String |
getCompensationRuleValue()
Field compensationRule is defined as optional. |
SjCreditItemSpecificationList |
getCreditItemSpecificationList()
Field creditItemSpecificationList is defined as part of xor. |
TiBooleanInterface |
getCreditWithWarning()
Field creditWithWarning is defined as mandatory. |
java.lang.Boolean |
getCreditWithWarningValue()
Field creditWithWarning is defined as mandatory. |
TiIntegerInterface |
getCreditXor()
field creditXor |
java.lang.Integer |
getCreditXorValue()
field creditXor |
SjExternalEventSpecification |
getExternalEventSpecification()
Field externalEventSpecification is defined as optional. |
SjExternalPaymentInformation |
getExternalPaymentInformation()
Field externalPaymentInformation is defined as optional. |
TiStringInterface |
getPaynovaReferenceId()
Field paynovaReferenceId is defined as optional. |
java.lang.String |
getPaynovaReferenceIdValue()
Field paynovaReferenceId is defined as optional. |
SjCode |
getReasonCode()
Field reasonCode is defined as part of xor. |
java.lang.String |
getReasonCodeValue()
Field reasonCode is defined as part of xor. |
TiBooleanInterface |
getReturnVatDescription()
Field returnVatDescription is defined as optional. |
java.lang.Boolean |
getReturnVatDescriptionValue()
Field returnVatDescription is defined as optional. |
SjCode |
lookupCompensationRule()
Field compensationRule is defined as optional. |
SjCreditItemSpecificationList |
lookupCreditItemSpecificationList()
Field creditItemSpecificationList is defined as part of xor. |
TiBooleanInterface |
lookupCreditWithWarning()
Field creditWithWarning is defined as mandatory. |
TiIntegerInterface |
lookupCreditXor()
field creditXor |
SjExternalEventSpecification |
lookupExternalEventSpecification()
Field externalEventSpecification is defined as optional. |
SjExternalPaymentInformation |
lookupExternalPaymentInformation()
Field externalPaymentInformation is defined as optional. |
TiStringInterface |
lookupPaynovaReferenceId()
Field paynovaReferenceId is defined as optional. |
SjCode |
lookupReasonCode()
Field reasonCode is defined as part of xor. |
TiBooleanInterface |
lookupReturnVatDescription()
Field returnVatDescription is defined as optional. |
void |
setCompensationRule(SjCode inData)
Field compensationRule is defined as optional. |
void |
setCompensationRuleValue(java.lang.String inData)
Field compensationRule is defined as optional. |
void |
setCompensationRuleValue(java.lang.String inData,
boolean inNotify)
Field compensationRule is defined as optional. |
void |
setCreditItemSpecificationList(SjCreditItemSpecificationList inData)
Field creditItemSpecificationList is defined as part of xor. |
void |
setCreditWithWarning(TiBooleanInterface inData)
Field creditWithWarning is defined as mandatory. |
void |
setCreditWithWarningValue(java.lang.Boolean inData)
Field creditWithWarning is defined as mandatory. |
void |
setCreditWithWarningValue(java.lang.Boolean inData,
boolean inNotify)
Field creditWithWarning is defined as mandatory. |
void |
setCreditXor(TiIntegerInterface inData)
field creditXor |
void |
setCreditXorValue(java.lang.Integer inData)
field creditXor |
void |
setExternalEventSpecification(SjExternalEventSpecification inData)
Field externalEventSpecification is defined as optional. |
void |
setExternalPaymentInformation(SjExternalPaymentInformation inData)
Field externalPaymentInformation is defined as optional. |
void |
setPaynovaReferenceId(TiStringInterface inData)
Field paynovaReferenceId is defined as optional. |
void |
setPaynovaReferenceIdValue(java.lang.String inData)
Field paynovaReferenceId is defined as optional. |
void |
setPaynovaReferenceIdValue(java.lang.String inData,
boolean inNotify)
Field paynovaReferenceId is defined as optional. |
void |
setReasonCode(SjCode inData)
Field reasonCode is defined as part of xor. |
void |
setReasonCodeValue(java.lang.String inData)
Field reasonCode is defined as part of xor. |
void |
setReasonCodeValue(java.lang.String inData,
boolean inNotify)
Field reasonCode is defined as part of xor. |
void |
setReturnVatDescription(TiBooleanInterface inData)
Field returnVatDescription is defined as optional. |
void |
setReturnVatDescriptionValue(java.lang.Boolean inData)
Field returnVatDescription is defined as optional. |
void |
setReturnVatDescriptionValue(java.lang.Boolean inData,
boolean inNotify)
Field returnVatDescription 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 CREDIT_WITH_WARNING
static final java.lang.String CREDIT_XOR
static final java.lang.String REASON_CODE
static final java.lang.String COMPENSATION_RULE
static final java.lang.String CREDIT_ITEM_SPECIFICATION_LIST
static final java.lang.String PAYNOVA_REFERENCE_ID
static final java.lang.String EXTERNAL_PAYMENT_INFORMATION
static final java.lang.String EXTERNAL_EVENT_SPECIFICATION
static final java.lang.String RETURN_VAT_DESCRIPTION
Method Detail |
---|
TiBooleanInterface getCreditWithWarning()
TiBooleanInterface lookupCreditWithWarning()
void setCreditWithWarning(TiBooleanInterface inData)
java.lang.Boolean getCreditWithWarningValue()
void setCreditWithWarningValue(java.lang.Boolean inData)
void setCreditWithWarningValue(java.lang.Boolean inData, boolean inNotify)
TiIntegerInterface getCreditXor()
TiIntegerInterface lookupCreditXor()
void setCreditXor(TiIntegerInterface inData)
java.lang.Integer getCreditXorValue()
void setCreditXorValue(java.lang.Integer inData)
SjCode getReasonCode()
SjCode lookupReasonCode()
void setReasonCode(SjCode inData)
java.lang.String getReasonCodeValue()
void setReasonCodeValue(java.lang.String inData)
void setReasonCodeValue(java.lang.String inData, boolean inNotify)
SjCode getCompensationRule()
SjCode lookupCompensationRule()
void setCompensationRule(SjCode inData)
java.lang.String getCompensationRuleValue()
void setCompensationRuleValue(java.lang.String inData)
void setCompensationRuleValue(java.lang.String inData, boolean inNotify)
SjCreditItemSpecificationList getCreditItemSpecificationList()
SjCreditItemSpecificationList lookupCreditItemSpecificationList()
void setCreditItemSpecificationList(SjCreditItemSpecificationList inData)
TiStringInterface getPaynovaReferenceId()
TiStringInterface lookupPaynovaReferenceId()
void setPaynovaReferenceId(TiStringInterface inData)
java.lang.String getPaynovaReferenceIdValue()
void setPaynovaReferenceIdValue(java.lang.String inData)
void setPaynovaReferenceIdValue(java.lang.String inData, boolean inNotify)
SjExternalPaymentInformation getExternalPaymentInformation()
SjExternalPaymentInformation lookupExternalPaymentInformation()
void setExternalPaymentInformation(SjExternalPaymentInformation inData)
SjExternalEventSpecification getExternalEventSpecification()
SjExternalEventSpecification lookupExternalEventSpecification()
void setExternalEventSpecification(SjExternalEventSpecification inData)
TiBooleanInterface getReturnVatDescription()
TiBooleanInterface lookupReturnVatDescription()
void setReturnVatDescription(TiBooleanInterface inData)
java.lang.Boolean getReturnVatDescriptionValue()
void setReturnVatDescriptionValue(java.lang.Boolean inData)
void setReturnVatDescriptionValue(java.lang.Boolean inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |