|
||||||||||
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 SjCreditResult
public TiIntegerInterface lookupCreditResultXor()
lookupCreditResultXor
in interface SjCreditResult
public void setCreditResultXor(TiIntegerInterface inData)
setCreditResultXor
in interface SjCreditResult
public java.lang.Integer getCreditResultXorValue()
getCreditResultXorValue
in interface SjCreditResult
public void setCreditResultXorValue(java.lang.Integer inData)
setCreditResultXorValue
in interface SjCreditResult
public SjCreditWarning getCreditWarning()
getCreditWarning
in interface SjCreditResult
public SjCreditWarning lookupCreditWarning()
lookupCreditWarning
in interface SjCreditResult
public void setCreditWarning(SjCreditWarning inData)
setCreditWarning
in interface SjCreditResult
public SjOrderItemResultList getFailedOrderItemResultList()
getFailedOrderItemResultList
in interface SjCreditResult
public SjOrderItemResultList lookupFailedOrderItemResultList()
lookupFailedOrderItemResultList
in interface SjCreditResult
public void setFailedOrderItemResultList(SjOrderItemResultList inData)
setFailedOrderItemResultList
in interface SjCreditResult
public SjOrderDescription getOrderDescription()
getOrderDescription
in interface SjCreditResult
public SjOrderDescription lookupOrderDescription()
lookupOrderDescription
in interface SjCreditResult
public void setOrderDescription(SjOrderDescription inData)
setOrderDescription
in interface SjCreditResult
public SjPriceVat getCreditAmount()
getCreditAmount
in interface SjCreditResult
public SjPriceVat lookupCreditAmount()
lookupCreditAmount
in interface SjCreditResult
public void setCreditAmount(SjPriceVat inData)
setCreditAmount
in interface SjCreditResult
public SjPaymentTypeCreditAmountList getPaymentTypeCreditAmountList()
getPaymentTypeCreditAmountList
in interface SjCreditResult
public SjPaymentTypeCreditAmountList lookupPaymentTypeCreditAmountList()
lookupPaymentTypeCreditAmountList
in interface SjCreditResult
public void setPaymentTypeCreditAmountList(SjPaymentTypeCreditAmountList inData)
setPaymentTypeCreditAmountList
in interface SjCreditResult
public TiIntegerInterface getCreditPoints()
getCreditPoints
in interface SjCreditResult
public TiIntegerInterface lookupCreditPoints()
lookupCreditPoints
in interface SjCreditResult
public void setCreditPoints(TiIntegerInterface inData)
setCreditPoints
in interface SjCreditResult
public java.lang.Integer getCreditPointsValue()
getCreditPointsValue
in interface SjCreditResult
public void setCreditPointsValue(java.lang.Integer inData)
setCreditPointsValue
in interface SjCreditResult
public void setCreditPointsValue(java.lang.Integer inData, boolean inNotify)
setCreditPointsValue
in interface SjCreditResult
public SjVatDescriptionData getVatDescriptionData()
getVatDescriptionData
in interface SjCreditResult
public SjVatDescriptionData lookupVatDescriptionData()
lookupVatDescriptionData
in interface SjCreditResult
public void setVatDescriptionData(SjVatDescriptionData inData)
setVatDescriptionData
in interface SjCreditResult
public SjClientInformation getClientInformation()
getClientInformation
in interface SjCreditResult
public SjClientInformation lookupClientInformation()
lookupClientInformation
in interface SjCreditResult
public void setClientInformation(SjClientInformation inData)
setClientInformation
in interface SjCreditResult
protected TiXorSpecificationEnumeration specifyXors()
specifyXors
in class TiAbstractMapData
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 |