|
||||||||||
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.SjCancelOrderResultPlain
public class SjCancelOrderResultPlain
Beskriver vad som har avbokats.
FailedOrderItemResultList returneras om något inte har avbokats OrderDescription returneras om något har avbokats.
Om man avbokat med varning kan alternativt en CancelOrderWarning returneras. Då har krediteringsbeloppet understigit priset och ingen avbokning har skett.
Var IgnoreResult-flaggan satt till sann så kommer ett tomt resultat att skickas.
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.SjCancelOrderResult |
---|
CANCEL_ORDER_RESULT_XOR, CANCEL_ORDER_WARNING, CANCELLATION_REFERENCE, CLIENT_INFORMATION, CREDIT_AMOUNT, CREDIT_POINTS, FAILED_ORDER_ITEM_RESULT_LIST, ORDER_DESCRIPTION |
Constructor Summary | |
---|---|
SjCancelOrderResultPlain()
|
Method Summary | |
---|---|
TiStringInterface |
getCancellationReference()
Field cancellationReference is defined as part of xor. |
java.lang.String |
getCancellationReferenceValue()
Field cancellationReference is defined as part of xor. |
TiIntegerInterface |
getCancelOrderResultXor()
field cancelOrderResultXor |
java.lang.Integer |
getCancelOrderResultXorValue()
field cancelOrderResultXor |
SjCancelOrderWarning |
getCancelOrderWarning()
Field cancelOrderWarning is defined as part of xor. |
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
getCreditAmount()
Field creditAmount is defined as optional. |
TiIntegerInterface |
getCreditPoints()
Field creditPoints is defined as optional. |
java.lang.Integer |
getCreditPointsValue()
Field creditPoints is defined as optional. |
SjOrderItemResultList |
getFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjOrderDescription |
getOrderDescription()
Field orderDescription is defined as part of xor. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
lookupCancellationReference()
Field cancellationReference is defined as part of xor. |
TiIntegerInterface |
lookupCancelOrderResultXor()
field cancelOrderResultXor |
SjCancelOrderWarning |
lookupCancelOrderWarning()
Field cancelOrderWarning is defined as part of xor. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
lookupCreditAmount()
Field creditAmount is defined as optional. |
TiIntegerInterface |
lookupCreditPoints()
Field creditPoints is defined as optional. |
SjOrderItemResultList |
lookupFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescription |
lookupOrderDescription()
Field orderDescription is defined as part of xor. |
void |
setCancellationReference(TiStringInterface inData)
Field cancellationReference is defined as part of xor. |
void |
setCancellationReferenceValue(java.lang.String inData)
Field cancellationReference is defined as part of xor. |
void |
setCancellationReferenceValue(java.lang.String inData,
boolean inNotify)
Field cancellationReference is defined as part of xor. |
void |
setCancelOrderResultXor(TiIntegerInterface inData)
field cancelOrderResultXor |
void |
setCancelOrderResultXorValue(java.lang.Integer inData)
field cancelOrderResultXor |
void |
setCancelOrderWarning(SjCancelOrderWarning inData)
Field cancelOrderWarning is defined as part of xor. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setCreditAmount(SjPriceVat inData)
Field creditAmount is defined as optional. |
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 |
setFailedOrderItemResultList(SjOrderItemResultList inData)
Field failedOrderItemResultList is defined as optional. |
void |
setOrderDescription(SjOrderDescription inData)
Field orderDescription is defined as part of xor. |
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 cancelOrderResultXor
public SjCancelOrderWarningPlain cancelOrderWarning
public SjOrderItemResultListPlain failedOrderItemResultList
public SjOrderDescriptionPlain orderDescription
public TiStringData cancellationReference
public SjPriceVatPlain creditAmount
public TiIntegerData creditPoints
public SjClientInformationPlain clientInformation
Constructor Detail |
---|
public SjCancelOrderResultPlain()
Method Detail |
---|
public TiIntegerInterface getCancelOrderResultXor()
getCancelOrderResultXor
in interface SjCancelOrderResult
public TiIntegerInterface lookupCancelOrderResultXor()
lookupCancelOrderResultXor
in interface SjCancelOrderResult
public void setCancelOrderResultXor(TiIntegerInterface inData)
setCancelOrderResultXor
in interface SjCancelOrderResult
public java.lang.Integer getCancelOrderResultXorValue()
getCancelOrderResultXorValue
in interface SjCancelOrderResult
public void setCancelOrderResultXorValue(java.lang.Integer inData)
setCancelOrderResultXorValue
in interface SjCancelOrderResult
public SjCancelOrderWarning getCancelOrderWarning()
getCancelOrderWarning
in interface SjCancelOrderResult
public SjCancelOrderWarning lookupCancelOrderWarning()
lookupCancelOrderWarning
in interface SjCancelOrderResult
public void setCancelOrderWarning(SjCancelOrderWarning inData)
setCancelOrderWarning
in interface SjCancelOrderResult
public SjOrderItemResultList getFailedOrderItemResultList()
getFailedOrderItemResultList
in interface SjCancelOrderResult
public SjOrderItemResultList lookupFailedOrderItemResultList()
lookupFailedOrderItemResultList
in interface SjCancelOrderResult
public void setFailedOrderItemResultList(SjOrderItemResultList inData)
setFailedOrderItemResultList
in interface SjCancelOrderResult
public SjOrderDescription getOrderDescription()
getOrderDescription
in interface SjCancelOrderResult
public SjOrderDescription lookupOrderDescription()
lookupOrderDescription
in interface SjCancelOrderResult
public void setOrderDescription(SjOrderDescription inData)
setOrderDescription
in interface SjCancelOrderResult
public TiStringInterface getCancellationReference()
getCancellationReference
in interface SjCancelOrderResult
public TiStringInterface lookupCancellationReference()
lookupCancellationReference
in interface SjCancelOrderResult
public void setCancellationReference(TiStringInterface inData)
setCancellationReference
in interface SjCancelOrderResult
public java.lang.String getCancellationReferenceValue()
getCancellationReferenceValue
in interface SjCancelOrderResult
public void setCancellationReferenceValue(java.lang.String inData)
setCancellationReferenceValue
in interface SjCancelOrderResult
public void setCancellationReferenceValue(java.lang.String inData, boolean inNotify)
setCancellationReferenceValue
in interface SjCancelOrderResult
public SjPriceVat getCreditAmount()
getCreditAmount
in interface SjCancelOrderResult
public SjPriceVat lookupCreditAmount()
lookupCreditAmount
in interface SjCancelOrderResult
public void setCreditAmount(SjPriceVat inData)
setCreditAmount
in interface SjCancelOrderResult
public TiIntegerInterface getCreditPoints()
getCreditPoints
in interface SjCancelOrderResult
public TiIntegerInterface lookupCreditPoints()
lookupCreditPoints
in interface SjCancelOrderResult
public void setCreditPoints(TiIntegerInterface inData)
setCreditPoints
in interface SjCancelOrderResult
public java.lang.Integer getCreditPointsValue()
getCreditPointsValue
in interface SjCancelOrderResult
public void setCreditPointsValue(java.lang.Integer inData)
setCreditPointsValue
in interface SjCancelOrderResult
public void setCreditPointsValue(java.lang.Integer inData, boolean inNotify)
setCreditPointsValue
in interface SjCancelOrderResult
public SjClientInformation getClientInformation()
getClientInformation
in interface SjCancelOrderResult
public SjClientInformation lookupClientInformation()
lookupClientInformation
in interface SjCancelOrderResult
public void setClientInformation(SjClientInformation inData)
setClientInformation
in interface SjCancelOrderResult
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 |