|
||||||||||
| 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.SjCreditResultPlain
public class SjCreditResultPlain
Beskriver vad som har krediterts. FailedOrderItemResultList returneras om något inte har krediterats.
- OrderDescription returneras om något har avbokats.
- CreditAmount det belopp man krediterat.
- Om man krediterat med varning kan alternativt en CreditlOrderWarning returneras. Då har krediteringsbeloppet understigit priset och ingen avbokning har skett.
| 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.SjCreditResult |
|---|
CLIENT_INFORMATION, CREDIT_AMOUNT, CREDIT_POINTS, CREDIT_RESULT_XOR, CREDIT_WARNING, FAILED_ORDER_ITEM_RESULT_LIST, ORDER_DESCRIPTION, PAYMENT_TYPE_CREDIT_AMOUNT_LIST, VAT_DESCRIPTION_DATA |
| Constructor Summary | |
|---|---|
SjCreditResultPlain()
|
|
| Method Summary | |
|---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
getCreditAmount()
Field creditAmount is defined as part of xor. |
TiIntegerInterface |
getCreditPoints()
Field creditPoints is defined as optional. |
java.lang.Integer |
getCreditPointsValue()
Field creditPoints is defined as optional. |
TiIntegerInterface |
getCreditResultXor()
field creditResultXor |
java.lang.Integer |
getCreditResultXorValue()
field creditResultXor |
SjCreditWarning |
getCreditWarning()
Field creditWarning is defined as part of xor. |
SjOrderItemResultList |
getFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjOrderDescription |
getOrderDescription()
Field orderDescription is defined as part of xor. |
SjPaymentTypeCreditAmountList |
getPaymentTypeCreditAmountList()
Field paymentTypeCreditAmountList is defined as optional. |
java.lang.String |
getRealTiName()
|
SjVatDescriptionData |
getVatDescriptionData()
Field vatDescriptionData is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
lookupCreditAmount()
Field creditAmount is defined as part of xor. |
TiIntegerInterface |
lookupCreditPoints()
Field creditPoints is defined as optional. |
TiIntegerInterface |
lookupCreditResultXor()
field creditResultXor |
SjCreditWarning |
lookupCreditWarning()
Field creditWarning is defined as part of xor. |
SjOrderItemResultList |
lookupFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescription |
lookupOrderDescription()
Field orderDescription is defined as part of xor. |
SjPaymentTypeCreditAmountList |
lookupPaymentTypeCreditAmountList()
Field paymentTypeCreditAmountList is defined as optional. |
SjVatDescriptionData |
lookupVatDescriptionData()
Field vatDescriptionData is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setCreditAmount(SjPriceVat inData)
Field creditAmount is defined as part of xor. |
void |
setCreditPoints(TiIntegerInterface inData)
Field creditPoints is defined as optional. |
void |
setCreditPointsValue(java.lang.Integer inData)
Field creditPoints is defined as optional. |
void |
setCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
Field creditPoints is defined as optional. |
void |
setCreditResultXor(TiIntegerInterface inData)
field creditResultXor |
void |
setCreditResultXorValue(java.lang.Integer inData)
field creditResultXor |
void |
setCreditWarning(SjCreditWarning inData)
Field creditWarning is defined as part of xor. |
void |
setFailedOrderItemResultList(SjOrderItemResultList inData)
Field failedOrderItemResultList is defined as optional. |
void |
setOrderDescription(SjOrderDescription inData)
Field orderDescription is defined as part of xor. |
void |
setPaymentTypeCreditAmountList(SjPaymentTypeCreditAmountList inData)
Field paymentTypeCreditAmountList is defined as optional. |
void |
setVatDescriptionData(SjVatDescriptionData inData)
Field vatDescriptionData is defined as optional. |
protected TiXorSpecificationEnumeration |
specifyXors()
|
| 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, 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 TiIntegerData creditResultXor
public SjCreditWarningPlain creditWarning
public SjOrderItemResultListPlain failedOrderItemResultList
public SjOrderDescriptionPlain orderDescription
public SjPriceVatPlain creditAmount
public SjPaymentTypeCreditAmountListPlain paymentTypeCreditAmountList
public TiIntegerData creditPoints
public SjVatDescriptionDataPlain vatDescriptionData
public SjClientInformationPlain clientInformation
| Constructor Detail |
|---|
public SjCreditResultPlain()
| Method Detail |
|---|
public TiIntegerInterface getCreditResultXor()
getCreditResultXor in interface SjCreditResultpublic TiIntegerInterface lookupCreditResultXor()
lookupCreditResultXor in interface SjCreditResultpublic void setCreditResultXor(TiIntegerInterface inData)
setCreditResultXor in interface SjCreditResultpublic java.lang.Integer getCreditResultXorValue()
getCreditResultXorValue in interface SjCreditResultpublic void setCreditResultXorValue(java.lang.Integer inData)
setCreditResultXorValue in interface SjCreditResultpublic SjCreditWarning getCreditWarning()
getCreditWarning in interface SjCreditResultpublic SjCreditWarning lookupCreditWarning()
lookupCreditWarning in interface SjCreditResultpublic void setCreditWarning(SjCreditWarning inData)
setCreditWarning in interface SjCreditResultpublic SjOrderItemResultList getFailedOrderItemResultList()
getFailedOrderItemResultList in interface SjCreditResultpublic SjOrderItemResultList lookupFailedOrderItemResultList()
lookupFailedOrderItemResultList in interface SjCreditResultpublic void setFailedOrderItemResultList(SjOrderItemResultList inData)
setFailedOrderItemResultList in interface SjCreditResultpublic SjOrderDescription getOrderDescription()
getOrderDescription in interface SjCreditResultpublic SjOrderDescription lookupOrderDescription()
lookupOrderDescription in interface SjCreditResultpublic void setOrderDescription(SjOrderDescription inData)
setOrderDescription in interface SjCreditResultpublic SjPriceVat getCreditAmount()
getCreditAmount in interface SjCreditResultpublic SjPriceVat lookupCreditAmount()
lookupCreditAmount in interface SjCreditResultpublic void setCreditAmount(SjPriceVat inData)
setCreditAmount in interface SjCreditResultpublic SjPaymentTypeCreditAmountList getPaymentTypeCreditAmountList()
getPaymentTypeCreditAmountList in interface SjCreditResultpublic SjPaymentTypeCreditAmountList lookupPaymentTypeCreditAmountList()
lookupPaymentTypeCreditAmountList in interface SjCreditResultpublic void setPaymentTypeCreditAmountList(SjPaymentTypeCreditAmountList inData)
setPaymentTypeCreditAmountList in interface SjCreditResultpublic TiIntegerInterface getCreditPoints()
getCreditPoints in interface SjCreditResultpublic TiIntegerInterface lookupCreditPoints()
lookupCreditPoints in interface SjCreditResultpublic void setCreditPoints(TiIntegerInterface inData)
setCreditPoints in interface SjCreditResultpublic java.lang.Integer getCreditPointsValue()
getCreditPointsValue in interface SjCreditResultpublic void setCreditPointsValue(java.lang.Integer inData)
setCreditPointsValue in interface SjCreditResult
public void setCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
setCreditPointsValue in interface SjCreditResultpublic SjVatDescriptionData getVatDescriptionData()
getVatDescriptionData in interface SjCreditResultpublic SjVatDescriptionData lookupVatDescriptionData()
lookupVatDescriptionData in interface SjCreditResultpublic void setVatDescriptionData(SjVatDescriptionData inData)
setVatDescriptionData in interface SjCreditResultpublic SjClientInformation getClientInformation()
getClientInformation in interface SjCreditResultpublic SjClientInformation lookupClientInformation()
lookupClientInformation in interface SjCreditResultpublic void setClientInformation(SjClientInformation inData)
setClientInformation in interface SjCreditResultprotected TiXorSpecificationEnumeration specifyXors()
specifyXors in class TiAbstractMapDatapublic 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 | |||||||||