|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCreditOtherReasonSpecification
Kreditera annan orsak (KAO) Hur man vill göra speciell kreditering av beställningsrader i en beställning. Påverkar ej ursprungsbeställningen utan krediterade rader läggs upp i en ny beställning. Används då 'annan orsak' än normalt föranleder krediteringen.
- CreditOtherReasonItemSpecificationList innehåller info om krediteringsraderna
- CreditCode är krediteringsbetalningskoden om återbetalningssättet ej är det normala.
- PrinterId anges om man vill ha en utskrift av krediteringen.
Field Summary | |
---|---|
static java.lang.String |
CREDIT_CODE
|
static java.lang.String |
CREDIT_OTHER_REASON_ITEM_SPECIFICATION_LIST
|
static java.lang.String |
PRINTER_ID
|
static java.lang.String |
RETURN_VAT_DESCRIPTION
|
Method Summary | |
---|---|
SjCode |
getCreditCode()
Field creditCode is defined as optional. |
java.lang.String |
getCreditCodeValue()
Field creditCode is defined as optional. |
SjCreditOtherReasonItemSpecificationList |
getCreditOtherReasonItemSpecificationList()
Field creditOtherReasonItemSpecificationList is defined as mandatory. |
TiStringInterface |
getPrinterId()
Field printerId is defined as optional. |
java.lang.String |
getPrinterIdValue()
Field printerId is defined as optional. |
TiBooleanInterface |
getReturnVatDescription()
Field returnVatDescription is defined as optional. |
java.lang.Boolean |
getReturnVatDescriptionValue()
Field returnVatDescription is defined as optional. |
SjCode |
lookupCreditCode()
Field creditCode is defined as optional. |
SjCreditOtherReasonItemSpecificationList |
lookupCreditOtherReasonItemSpecificationList()
Field creditOtherReasonItemSpecificationList is defined as mandatory. |
TiStringInterface |
lookupPrinterId()
Field printerId is defined as optional. |
TiBooleanInterface |
lookupReturnVatDescription()
Field returnVatDescription is defined as optional. |
void |
setCreditCode(SjCode inData)
Field creditCode is defined as optional. |
void |
setCreditCodeValue(java.lang.String inData)
Field creditCode is defined as optional. |
void |
setCreditCodeValue(java.lang.String inData,
boolean inNotify)
Field creditCode is defined as optional. |
void |
setCreditOtherReasonItemSpecificationList(SjCreditOtherReasonItemSpecificationList inData)
Field creditOtherReasonItemSpecificationList is defined as mandatory. |
void |
setPrinterId(TiStringInterface inData)
Field printerId is defined as optional. |
void |
setPrinterIdValue(java.lang.String inData)
Field printerId is defined as optional. |
void |
setPrinterIdValue(java.lang.String inData,
boolean inNotify)
Field printerId is defined as optional. |
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_OTHER_REASON_ITEM_SPECIFICATION_LIST
static final java.lang.String CREDIT_CODE
static final java.lang.String PRINTER_ID
static final java.lang.String RETURN_VAT_DESCRIPTION
Method Detail |
---|
SjCreditOtherReasonItemSpecificationList getCreditOtherReasonItemSpecificationList()
SjCreditOtherReasonItemSpecificationList lookupCreditOtherReasonItemSpecificationList()
void setCreditOtherReasonItemSpecificationList(SjCreditOtherReasonItemSpecificationList inData)
SjCode getCreditCode()
SjCode lookupCreditCode()
void setCreditCode(SjCode inData)
java.lang.String getCreditCodeValue()
void setCreditCodeValue(java.lang.String inData)
void setCreditCodeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getPrinterId()
TiStringInterface lookupPrinterId()
void setPrinterId(TiStringInterface inData)
java.lang.String getPrinterIdValue()
void setPrinterIdValue(java.lang.String inData)
void setPrinterIdValue(java.lang.String inData, boolean inNotify)
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 |