se.sj.stina.domain.model.impl.standard
Class SjCancelOrderResultStandard

java.lang.Object
  extended by org.stina.framework.support.observer.TiSubject
      extended by org.stina.framework.core.model.TiAbstractModel
          extended by org.stina.framework.core.model.TiAbstractMapModel
              extended by se.sj.stina.domain.model.impl.standard.SjCancelOrderResultStandard
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiObserverInterface, TiSubjectInterface, TiModelComponentInterface, SjCancelOrderResult

public class SjCancelOrderResultStandard
extends TiAbstractMapModel
implements SjCancelOrderResult

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.

See Also:
Serialized Form

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.SjCancelOrderResult
CANCEL_ORDER_RESULT_XOR, CANCEL_ORDER_WARNING, CANCELLATION_REFERENCE, CLIENT_INFORMATION, CREDIT_AMOUNT, CREDIT_POINTS, FAILED_ORDER_ITEM_RESULT_LIST, ORDER_DESCRIPTION
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Constructor Summary
SjCancelOrderResultStandard()
           
 
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  TiFieldSpecificationEnumeration specifyFields()
           
protected  TiXorSpecificationEnumeration specifyXors()
           
 
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, toDebugString, toDebugString
 
Methods inherited from class org.stina.framework.core.model.TiAbstractModel
addModelElement, addModelElement, addModelElements, addModelElements, clone, compareTo, containsModelElement, copyProperties, createCloneInstance, getCloneTableKey, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getProperty, getPropertyModel, getPropertyNames, hasProperties, hasProperty, insertModelElementAt, insertModelElementAt, isEnabled, isSizeField, moveModelElementOfInstance, moveModelElementOfInstance, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, sizeOfList, specifyProperties, update, update, updateObserver
 
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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
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

SjCancelOrderResultStandard

public SjCancelOrderResultStandard()
Method Detail

getCancelOrderResultXor

public TiIntegerInterface getCancelOrderResultXor()
field cancelOrderResultXor

Specified by:
getCancelOrderResultXor in interface SjCancelOrderResult

lookupCancelOrderResultXor

public TiIntegerInterface lookupCancelOrderResultXor()
field cancelOrderResultXor

Specified by:
lookupCancelOrderResultXor in interface SjCancelOrderResult

setCancelOrderResultXor

public void setCancelOrderResultXor(TiIntegerInterface inData)
field cancelOrderResultXor

Specified by:
setCancelOrderResultXor in interface SjCancelOrderResult

getCancelOrderResultXorValue

public java.lang.Integer getCancelOrderResultXorValue()
field cancelOrderResultXor

Specified by:
getCancelOrderResultXorValue in interface SjCancelOrderResult

setCancelOrderResultXorValue

public void setCancelOrderResultXorValue(java.lang.Integer inData)
field cancelOrderResultXor

Specified by:
setCancelOrderResultXorValue in interface SjCancelOrderResult

getCancelOrderWarning

public SjCancelOrderWarning getCancelOrderWarning()
Field cancelOrderWarning is defined as part of xor.

Specified by:
getCancelOrderWarning in interface SjCancelOrderResult

lookupCancelOrderWarning

public SjCancelOrderWarning lookupCancelOrderWarning()
Field cancelOrderWarning is defined as part of xor.

Specified by:
lookupCancelOrderWarning in interface SjCancelOrderResult

setCancelOrderWarning

public void setCancelOrderWarning(SjCancelOrderWarning inData)
Field cancelOrderWarning is defined as part of xor.

Specified by:
setCancelOrderWarning in interface SjCancelOrderResult

getFailedOrderItemResultList

public SjOrderItemResultList getFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional.

Specified by:
getFailedOrderItemResultList in interface SjCancelOrderResult

lookupFailedOrderItemResultList

public SjOrderItemResultList lookupFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional.

Specified by:
lookupFailedOrderItemResultList in interface SjCancelOrderResult

setFailedOrderItemResultList

public void setFailedOrderItemResultList(SjOrderItemResultList inData)
Field failedOrderItemResultList is defined as optional.

Specified by:
setFailedOrderItemResultList in interface SjCancelOrderResult

getOrderDescription

public SjOrderDescription getOrderDescription()
Field orderDescription is defined as part of xor.

Specified by:
getOrderDescription in interface SjCancelOrderResult

lookupOrderDescription

public SjOrderDescription lookupOrderDescription()
Field orderDescription is defined as part of xor.

Specified by:
lookupOrderDescription in interface SjCancelOrderResult

setOrderDescription

public void setOrderDescription(SjOrderDescription inData)
Field orderDescription is defined as part of xor.

Specified by:
setOrderDescription in interface SjCancelOrderResult

getCancellationReference

public TiStringInterface getCancellationReference()
Field cancellationReference is defined as part of xor.

Specified by:
getCancellationReference in interface SjCancelOrderResult

lookupCancellationReference

public TiStringInterface lookupCancellationReference()
Field cancellationReference is defined as part of xor.

Specified by:
lookupCancellationReference in interface SjCancelOrderResult

setCancellationReference

public void setCancellationReference(TiStringInterface inData)
Field cancellationReference is defined as part of xor.

Specified by:
setCancellationReference in interface SjCancelOrderResult

getCancellationReferenceValue

public java.lang.String getCancellationReferenceValue()
Field cancellationReference is defined as part of xor.

Specified by:
getCancellationReferenceValue in interface SjCancelOrderResult

setCancellationReferenceValue

public void setCancellationReferenceValue(java.lang.String inData)
Field cancellationReference is defined as part of xor.

Specified by:
setCancellationReferenceValue in interface SjCancelOrderResult

setCancellationReferenceValue

public void setCancellationReferenceValue(java.lang.String inData,
                                          boolean inNotify)
Field cancellationReference is defined as part of xor.

Specified by:
setCancellationReferenceValue in interface SjCancelOrderResult

getCreditAmount

public SjPriceVat getCreditAmount()
Field creditAmount is defined as optional.

Specified by:
getCreditAmount in interface SjCancelOrderResult

lookupCreditAmount

public SjPriceVat lookupCreditAmount()
Field creditAmount is defined as optional.

Specified by:
lookupCreditAmount in interface SjCancelOrderResult

setCreditAmount

public void setCreditAmount(SjPriceVat inData)
Field creditAmount is defined as optional.

Specified by:
setCreditAmount in interface SjCancelOrderResult

getCreditPoints

public TiIntegerInterface getCreditPoints()
Field creditPoints is defined as optional.

Specified by:
getCreditPoints in interface SjCancelOrderResult

lookupCreditPoints

public TiIntegerInterface lookupCreditPoints()
Field creditPoints is defined as optional.

Specified by:
lookupCreditPoints in interface SjCancelOrderResult

setCreditPoints

public void setCreditPoints(TiIntegerInterface inData)
Field creditPoints is defined as optional.

Specified by:
setCreditPoints in interface SjCancelOrderResult

getCreditPointsValue

public java.lang.Integer getCreditPointsValue()
Field creditPoints is defined as optional.

Specified by:
getCreditPointsValue in interface SjCancelOrderResult

setCreditPointsValue

public void setCreditPointsValue(java.lang.Integer inData)
Field creditPoints is defined as optional.

Specified by:
setCreditPointsValue in interface SjCancelOrderResult

setCreditPointsValue

public void setCreditPointsValue(java.lang.Integer inData,
                                 boolean inNotify)
Field creditPoints is defined as optional.

Specified by:
setCreditPointsValue in interface SjCancelOrderResult

getClientInformation

public SjClientInformation getClientInformation()
Field clientInformation is defined as optional.

Specified by:
getClientInformation in interface SjCancelOrderResult

lookupClientInformation

public SjClientInformation lookupClientInformation()
Field clientInformation is defined as optional.

Specified by:
lookupClientInformation in interface SjCancelOrderResult

setClientInformation

public void setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional.

Specified by:
setClientInformation in interface SjCancelOrderResult

specifyFields

protected TiFieldSpecificationEnumeration specifyFields()
Specified by:
specifyFields in class TiAbstractMapModel

specifyXors

protected TiXorSpecificationEnumeration specifyXors()
Overrides:
specifyXors in class TiAbstractMapModel

getRealTiName

public java.lang.String getRealTiName()
Specified by:
getRealTiName in interface TiCommonModelPartInterface
Overrides:
getRealTiName in class TiAbstractModel

getGeneratedTiName

public java.lang.String getGeneratedTiName()
Specified by:
getGeneratedTiName in interface TiCommonModelPartInterface
Overrides:
getGeneratedTiName in class TiAbstractModel


Copyright © 2012. All Rights Reserved.