|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjCreditOtherReasonSpecificationPlain
public class SjCreditOtherReasonSpecificationPlain
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
SjCodePlain |
creditCode
|
SjCreditOtherReasonItemSpecificationListPlain |
creditOtherReasonItemSpecificationList
|
TiStringData |
printerId
|
TiBooleanData |
returnVatDescription
|
Fields inherited from interface se.sj.stina.domain.model.SjCreditOtherReasonSpecification |
---|
CREDIT_CODE, CREDIT_OTHER_REASON_ITEM_SPECIFICATION_LIST, PRINTER_ID, RETURN_VAT_DESCRIPTION |
Constructor Summary | |
---|---|
SjCreditOtherReasonSpecificationPlain()
|
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. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getPrinterId()
Field printerId is defined as optional. |
java.lang.String |
getPrinterIdValue()
Field printerId is defined as optional. |
java.lang.String |
getRealTiName()
|
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 class org.stina.framework.core.model.TiAbstractMapData |
---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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, 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 |
Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
---|
property |
Field Detail |
---|
public SjCreditOtherReasonItemSpecificationListPlain creditOtherReasonItemSpecificationList
public SjCodePlain creditCode
public TiStringData printerId
public TiBooleanData returnVatDescription
Constructor Detail |
---|
public SjCreditOtherReasonSpecificationPlain()
Method Detail |
---|
public SjCreditOtherReasonItemSpecificationList getCreditOtherReasonItemSpecificationList()
getCreditOtherReasonItemSpecificationList
in interface SjCreditOtherReasonSpecification
public SjCreditOtherReasonItemSpecificationList lookupCreditOtherReasonItemSpecificationList()
lookupCreditOtherReasonItemSpecificationList
in interface SjCreditOtherReasonSpecification
public void setCreditOtherReasonItemSpecificationList(SjCreditOtherReasonItemSpecificationList inData)
setCreditOtherReasonItemSpecificationList
in interface SjCreditOtherReasonSpecification
public SjCode getCreditCode()
getCreditCode
in interface SjCreditOtherReasonSpecification
public SjCode lookupCreditCode()
lookupCreditCode
in interface SjCreditOtherReasonSpecification
public void setCreditCode(SjCode inData)
setCreditCode
in interface SjCreditOtherReasonSpecification
public java.lang.String getCreditCodeValue()
getCreditCodeValue
in interface SjCreditOtherReasonSpecification
public void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue
in interface SjCreditOtherReasonSpecification
public void setCreditCodeValue(java.lang.String inData, boolean inNotify)
setCreditCodeValue
in interface SjCreditOtherReasonSpecification
public TiStringInterface getPrinterId()
getPrinterId
in interface SjCreditOtherReasonSpecification
public TiStringInterface lookupPrinterId()
lookupPrinterId
in interface SjCreditOtherReasonSpecification
public void setPrinterId(TiStringInterface inData)
setPrinterId
in interface SjCreditOtherReasonSpecification
public java.lang.String getPrinterIdValue()
getPrinterIdValue
in interface SjCreditOtherReasonSpecification
public void setPrinterIdValue(java.lang.String inData)
setPrinterIdValue
in interface SjCreditOtherReasonSpecification
public void setPrinterIdValue(java.lang.String inData, boolean inNotify)
setPrinterIdValue
in interface SjCreditOtherReasonSpecification
public TiBooleanInterface getReturnVatDescription()
getReturnVatDescription
in interface SjCreditOtherReasonSpecification
public TiBooleanInterface lookupReturnVatDescription()
lookupReturnVatDescription
in interface SjCreditOtherReasonSpecification
public void setReturnVatDescription(TiBooleanInterface inData)
setReturnVatDescription
in interface SjCreditOtherReasonSpecification
public java.lang.Boolean getReturnVatDescriptionValue()
getReturnVatDescriptionValue
in interface SjCreditOtherReasonSpecification
public void setReturnVatDescriptionValue(java.lang.Boolean inData)
setReturnVatDescriptionValue
in interface SjCreditOtherReasonSpecification
public void setReturnVatDescriptionValue(java.lang.Boolean inData, boolean inNotify)
setReturnVatDescriptionValue
in interface SjCreditOtherReasonSpecification
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |