|
||||||||||
| 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.SjUpdateCashRegisterTransactionResultPlain
public class SjUpdateCashRegisterTransactionResultPlain
OrderDescriptionList = BestÀllningar man gjort debitering och vanlig kreditering pÄ.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Fields inherited from interface se.sj.stina.domain.model.SjUpdateCashRegisterTransactionResult |
|---|
CASH_REGISTER_CREDIT_OTHER_REASON_RESULT_LIST, CASH_REGISTER_CREDIT_PART_RESULT_LIST, CASH_REGISTER_CREDIT_WITHOUT_ORDER_RESULT_LIST, CLIENT_INFORMATION, FAILED_ORDER_ITEM_RESULT_LIST, ORDER_DESCRIPTION_LIST, VAT_DESCRIPTION_DATA |
| Constructor Summary | |
|---|---|
SjUpdateCashRegisterTransactionResultPlain()
|
|
| Method Summary | |
|---|---|
SjCashRegisterCreditOtherReasonResultList |
getCashRegisterCreditOtherReasonResultList()
Field cashRegisterCreditOtherReasonResultList is defined as optional. |
SjCashRegisterCreditPartResultList |
getCashRegisterCreditPartResultList()
Field cashRegisterCreditPartResultList is defined as optional. |
SjCashRegisterCreditWithoutOrderResultList |
getCashRegisterCreditWithoutOrderResultList()
Field cashRegisterCreditWithoutOrderResultList is defined as optional. |
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjOrderItemResultList |
getFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjOrderDescriptionList |
getOrderDescriptionList()
Field orderDescriptionList is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjVatDescriptionData |
getVatDescriptionData()
Field vatDescriptionData is defined as optional. |
SjCashRegisterCreditOtherReasonResultList |
lookupCashRegisterCreditOtherReasonResultList()
Field cashRegisterCreditOtherReasonResultList is defined as optional. |
SjCashRegisterCreditPartResultList |
lookupCashRegisterCreditPartResultList()
Field cashRegisterCreditPartResultList is defined as optional. |
SjCashRegisterCreditWithoutOrderResultList |
lookupCashRegisterCreditWithoutOrderResultList()
Field cashRegisterCreditWithoutOrderResultList is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjOrderItemResultList |
lookupFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescriptionList |
lookupOrderDescriptionList()
Field orderDescriptionList is defined as mandatory. |
SjVatDescriptionData |
lookupVatDescriptionData()
Field vatDescriptionData is defined as optional. |
void |
setCashRegisterCreditOtherReasonResultList(SjCashRegisterCreditOtherReasonResultList inData)
Field cashRegisterCreditOtherReasonResultList is defined as optional. |
void |
setCashRegisterCreditPartResultList(SjCashRegisterCreditPartResultList inData)
Field cashRegisterCreditPartResultList is defined as optional. |
void |
setCashRegisterCreditWithoutOrderResultList(SjCashRegisterCreditWithoutOrderResultList inData)
Field cashRegisterCreditWithoutOrderResultList is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setFailedOrderItemResultList(SjOrderItemResultList inData)
Field failedOrderItemResultList is defined as optional. |
void |
setOrderDescriptionList(SjOrderDescriptionList inData)
Field orderDescriptionList is defined as mandatory. |
void |
setVatDescriptionData(SjVatDescriptionData inData)
Field vatDescriptionData 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 SjOrderDescriptionListPlain orderDescriptionList
public SjCashRegisterCreditPartResultListPlain cashRegisterCreditPartResultList
public SjOrderItemResultListPlain failedOrderItemResultList
public SjCashRegisterCreditOtherReasonResultListPlain cashRegisterCreditOtherReasonResultList
public SjCashRegisterCreditWithoutOrderResultListPlain cashRegisterCreditWithoutOrderResultList
public SjVatDescriptionDataPlain vatDescriptionData
public SjClientInformationPlain clientInformation
| Constructor Detail |
|---|
public SjUpdateCashRegisterTransactionResultPlain()
| Method Detail |
|---|
public SjOrderDescriptionList getOrderDescriptionList()
getOrderDescriptionList in interface SjUpdateCashRegisterTransactionResultpublic SjOrderDescriptionList lookupOrderDescriptionList()
lookupOrderDescriptionList in interface SjUpdateCashRegisterTransactionResultpublic void setOrderDescriptionList(SjOrderDescriptionList inData)
setOrderDescriptionList in interface SjUpdateCashRegisterTransactionResultpublic SjCashRegisterCreditPartResultList getCashRegisterCreditPartResultList()
getCashRegisterCreditPartResultList in interface SjUpdateCashRegisterTransactionResultpublic SjCashRegisterCreditPartResultList lookupCashRegisterCreditPartResultList()
lookupCashRegisterCreditPartResultList in interface SjUpdateCashRegisterTransactionResultpublic void setCashRegisterCreditPartResultList(SjCashRegisterCreditPartResultList inData)
setCashRegisterCreditPartResultList in interface SjUpdateCashRegisterTransactionResultpublic SjOrderItemResultList getFailedOrderItemResultList()
getFailedOrderItemResultList in interface SjUpdateCashRegisterTransactionResultpublic SjOrderItemResultList lookupFailedOrderItemResultList()
lookupFailedOrderItemResultList in interface SjUpdateCashRegisterTransactionResultpublic void setFailedOrderItemResultList(SjOrderItemResultList inData)
setFailedOrderItemResultList in interface SjUpdateCashRegisterTransactionResultpublic SjCashRegisterCreditOtherReasonResultList getCashRegisterCreditOtherReasonResultList()
getCashRegisterCreditOtherReasonResultList in interface SjUpdateCashRegisterTransactionResultpublic SjCashRegisterCreditOtherReasonResultList lookupCashRegisterCreditOtherReasonResultList()
lookupCashRegisterCreditOtherReasonResultList in interface SjUpdateCashRegisterTransactionResultpublic void setCashRegisterCreditOtherReasonResultList(SjCashRegisterCreditOtherReasonResultList inData)
setCashRegisterCreditOtherReasonResultList in interface SjUpdateCashRegisterTransactionResultpublic SjCashRegisterCreditWithoutOrderResultList getCashRegisterCreditWithoutOrderResultList()
getCashRegisterCreditWithoutOrderResultList in interface SjUpdateCashRegisterTransactionResultpublic SjCashRegisterCreditWithoutOrderResultList lookupCashRegisterCreditWithoutOrderResultList()
lookupCashRegisterCreditWithoutOrderResultList in interface SjUpdateCashRegisterTransactionResultpublic void setCashRegisterCreditWithoutOrderResultList(SjCashRegisterCreditWithoutOrderResultList inData)
setCashRegisterCreditWithoutOrderResultList in interface SjUpdateCashRegisterTransactionResultpublic SjVatDescriptionData getVatDescriptionData()
getVatDescriptionData in interface SjUpdateCashRegisterTransactionResultpublic SjVatDescriptionData lookupVatDescriptionData()
lookupVatDescriptionData in interface SjUpdateCashRegisterTransactionResultpublic void setVatDescriptionData(SjVatDescriptionData inData)
setVatDescriptionData in interface SjUpdateCashRegisterTransactionResultpublic SjClientInformation getClientInformation()
getClientInformation in interface SjUpdateCashRegisterTransactionResultpublic SjClientInformation lookupClientInformation()
lookupClientInformation in interface SjUpdateCashRegisterTransactionResultpublic void setClientInformation(SjClientInformation inData)
setClientInformation in interface SjUpdateCashRegisterTransactionResultpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||