|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjCreditOtherReasonSpecificationStandard
public class SjCreditOtherReasonSpecificationStandard
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.TiAbstractMapModel |
|---|
TiAbstractMapModel.TiMapModelComparator |
| Field Summary |
|---|
| Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
|---|
disposed |
| 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 | |
|---|---|
SjCreditOtherReasonSpecificationStandard()
|
|
| 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. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
|---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
| Methods inherited from class org.stina.framework.support.observer.TiSubject |
|---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
| 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 |
| Constructor Detail |
|---|
public SjCreditOtherReasonSpecificationStandard()
| Method Detail |
|---|
public SjCreditOtherReasonItemSpecificationList getCreditOtherReasonItemSpecificationList()
getCreditOtherReasonItemSpecificationList in interface SjCreditOtherReasonSpecificationpublic SjCreditOtherReasonItemSpecificationList lookupCreditOtherReasonItemSpecificationList()
lookupCreditOtherReasonItemSpecificationList in interface SjCreditOtherReasonSpecificationpublic void setCreditOtherReasonItemSpecificationList(SjCreditOtherReasonItemSpecificationList inData)
setCreditOtherReasonItemSpecificationList in interface SjCreditOtherReasonSpecificationpublic SjCode getCreditCode()
getCreditCode in interface SjCreditOtherReasonSpecificationpublic SjCode lookupCreditCode()
lookupCreditCode in interface SjCreditOtherReasonSpecificationpublic void setCreditCode(SjCode inData)
setCreditCode in interface SjCreditOtherReasonSpecificationpublic java.lang.String getCreditCodeValue()
getCreditCodeValue in interface SjCreditOtherReasonSpecificationpublic void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue in interface SjCreditOtherReasonSpecification
public void setCreditCodeValue(java.lang.String inData,
boolean inNotify)
setCreditCodeValue in interface SjCreditOtherReasonSpecificationpublic TiStringInterface getPrinterId()
getPrinterId in interface SjCreditOtherReasonSpecificationpublic TiStringInterface lookupPrinterId()
lookupPrinterId in interface SjCreditOtherReasonSpecificationpublic void setPrinterId(TiStringInterface inData)
setPrinterId in interface SjCreditOtherReasonSpecificationpublic java.lang.String getPrinterIdValue()
getPrinterIdValue in interface SjCreditOtherReasonSpecificationpublic void setPrinterIdValue(java.lang.String inData)
setPrinterIdValue in interface SjCreditOtherReasonSpecification
public void setPrinterIdValue(java.lang.String inData,
boolean inNotify)
setPrinterIdValue in interface SjCreditOtherReasonSpecificationpublic TiBooleanInterface getReturnVatDescription()
getReturnVatDescription in interface SjCreditOtherReasonSpecificationpublic TiBooleanInterface lookupReturnVatDescription()
lookupReturnVatDescription in interface SjCreditOtherReasonSpecificationpublic void setReturnVatDescription(TiBooleanInterface inData)
setReturnVatDescription in interface SjCreditOtherReasonSpecificationpublic java.lang.Boolean getReturnVatDescriptionValue()
getReturnVatDescriptionValue in interface SjCreditOtherReasonSpecificationpublic void setReturnVatDescriptionValue(java.lang.Boolean inData)
setReturnVatDescriptionValue in interface SjCreditOtherReasonSpecification
public void setReturnVatDescriptionValue(java.lang.Boolean inData,
boolean inNotify)
setReturnVatDescriptionValue in interface SjCreditOtherReasonSpecificationprotected TiFieldSpecificationEnumeration specifyFields()
specifyFields in class TiAbstractMapModelpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractModelpublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||