|
||||||||||
| 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.SjCreditWithoutOrderStandard
public class SjCreditWithoutOrderStandard
Indata 'Kreditera annan orsak' PrintInfo skall vara true 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.SjCreditWithoutOrder |
|---|
ITEMS, PAYER_ACCOUNT, PAYNOVA_REFERENCE_ID, PRINTER_ID, RETURN_VAT_DESCRIPTION |
| Constructor Summary | |
|---|---|
SjCreditWithoutOrderStandard()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGeneratedTiName()
|
SjCreditWithoutOrderItemList |
getItems()
Field items is defined as mandatory. |
TiStringInterface |
getPayerAccount()
Field payerAccount is defined as optional. |
java.lang.String |
getPayerAccountValue()
Field payerAccount is defined as optional. |
TiStringInterface |
getPaynovaReferenceId()
Field paynovaReferenceId is defined as optional. |
java.lang.String |
getPaynovaReferenceIdValue()
Field paynovaReferenceId is defined as optional. |
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. |
SjCreditWithoutOrderItemList |
lookupItems()
Field items is defined as mandatory. |
TiStringInterface |
lookupPayerAccount()
Field payerAccount is defined as optional. |
TiStringInterface |
lookupPaynovaReferenceId()
Field paynovaReferenceId is defined as optional. |
TiStringInterface |
lookupPrinterId()
Field printerId is defined as optional. |
TiBooleanInterface |
lookupReturnVatDescription()
Field returnVatDescription is defined as optional. |
void |
setItems(SjCreditWithoutOrderItemList inData)
Field items is defined as mandatory. |
void |
setPayerAccount(TiStringInterface inData)
Field payerAccount is defined as optional. |
void |
setPayerAccountValue(java.lang.String inData)
Field payerAccount is defined as optional. |
void |
setPayerAccountValue(java.lang.String inData,
boolean inNotify)
Field payerAccount 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 |
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 SjCreditWithoutOrderStandard()
| Method Detail |
|---|
public SjCreditWithoutOrderItemList getItems()
getItems in interface SjCreditWithoutOrderpublic SjCreditWithoutOrderItemList lookupItems()
lookupItems in interface SjCreditWithoutOrderpublic void setItems(SjCreditWithoutOrderItemList inData)
setItems in interface SjCreditWithoutOrderpublic TiStringInterface getPrinterId()
getPrinterId in interface SjCreditWithoutOrderpublic TiStringInterface lookupPrinterId()
lookupPrinterId in interface SjCreditWithoutOrderpublic void setPrinterId(TiStringInterface inData)
setPrinterId in interface SjCreditWithoutOrderpublic java.lang.String getPrinterIdValue()
getPrinterIdValue in interface SjCreditWithoutOrderpublic void setPrinterIdValue(java.lang.String inData)
setPrinterIdValue in interface SjCreditWithoutOrder
public void setPrinterIdValue(java.lang.String inData,
boolean inNotify)
setPrinterIdValue in interface SjCreditWithoutOrderpublic TiBooleanInterface getReturnVatDescription()
getReturnVatDescription in interface SjCreditWithoutOrderpublic TiBooleanInterface lookupReturnVatDescription()
lookupReturnVatDescription in interface SjCreditWithoutOrderpublic void setReturnVatDescription(TiBooleanInterface inData)
setReturnVatDescription in interface SjCreditWithoutOrderpublic java.lang.Boolean getReturnVatDescriptionValue()
getReturnVatDescriptionValue in interface SjCreditWithoutOrderpublic void setReturnVatDescriptionValue(java.lang.Boolean inData)
setReturnVatDescriptionValue in interface SjCreditWithoutOrder
public void setReturnVatDescriptionValue(java.lang.Boolean inData,
boolean inNotify)
setReturnVatDescriptionValue in interface SjCreditWithoutOrderpublic TiStringInterface getPaynovaReferenceId()
getPaynovaReferenceId in interface SjCreditWithoutOrderpublic TiStringInterface lookupPaynovaReferenceId()
lookupPaynovaReferenceId in interface SjCreditWithoutOrderpublic void setPaynovaReferenceId(TiStringInterface inData)
setPaynovaReferenceId in interface SjCreditWithoutOrderpublic java.lang.String getPaynovaReferenceIdValue()
getPaynovaReferenceIdValue in interface SjCreditWithoutOrderpublic void setPaynovaReferenceIdValue(java.lang.String inData)
setPaynovaReferenceIdValue in interface SjCreditWithoutOrder
public void setPaynovaReferenceIdValue(java.lang.String inData,
boolean inNotify)
setPaynovaReferenceIdValue in interface SjCreditWithoutOrderpublic TiStringInterface getPayerAccount()
getPayerAccount in interface SjCreditWithoutOrderpublic TiStringInterface lookupPayerAccount()
lookupPayerAccount in interface SjCreditWithoutOrderpublic void setPayerAccount(TiStringInterface inData)
setPayerAccount in interface SjCreditWithoutOrderpublic java.lang.String getPayerAccountValue()
getPayerAccountValue in interface SjCreditWithoutOrderpublic void setPayerAccountValue(java.lang.String inData)
setPayerAccountValue in interface SjCreditWithoutOrder
public void setPayerAccountValue(java.lang.String inData,
boolean inNotify)
setPayerAccountValue in interface SjCreditWithoutOrderprotected 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 | |||||||||