se.sj.stina.domain.model.impl.plain
Class SjOrderHistoryNotePlain

java.lang.Object
  extended by org.stina.framework.core.model.TiAbstractData
      extended by org.stina.framework.core.model.TiAbstractMapData
          extended by se.sj.stina.domain.model.impl.plain.SjOrderHistoryNotePlain
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, SjOrderHistoryNote

public class SjOrderHistoryNotePlain
extends TiAbstractMapData
implements SjOrderHistoryNote

Beställningshistorik. Händelser som hanteras på beställningsnivå.

EventDescription = En beskrivande text av händelsen.(T ex "Betald:")
OrderEventCode = En "händelsekod" för att systemmässigt identifiera en händelse. Kan idagsläget ha värdena:
- VOrderEventPayed
- VOrderEventPrinted
- VOrderEventPartlyPrinted
- VOrderEventElectronicallyDistributed

Beroende på vad som hänt kan de olika optionella fälten finnas eller ej.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData
TiAbstractMapData.TiMapDataComparator
 
Field Summary
 TiDatePlain eventDate
           
 TiStringData eventDescription
           
 TiTimePlain eventTime
           
 TiStringData orderEventCode
           
 SjIntegerStringPlain orderSequenceNumber
           
 SjCodePlain paymentType
           
 SjSalesUnitPlain salesUnit
           
 SjIdentityPlain terminalId
           
 SjIdentityPlain userId
           
 
Fields inherited from interface se.sj.stina.domain.model.SjOrderHistoryNote
EVENT_DATE, EVENT_DESCRIPTION, EVENT_TIME, ORDER_EVENT_CODE, ORDER_SEQUENCE_NUMBER, PAYMENT_TYPE, SALES_UNIT, TERMINAL_ID, USER_ID
 
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
SjOrderHistoryNotePlain()
           
 
Method Summary
 TiDate getEventDate()
          Field eventDate is defined as optional.
 TiStringInterface getEventDescription()
          Field eventDescription is defined as mandatory.
 java.lang.String getEventDescriptionValue()
          Field eventDescription is defined as mandatory.
 TiTime getEventTime()
          Field eventTime is defined as optional.
 java.lang.String getGeneratedTiName()
           
 TiStringInterface getOrderEventCode()
          Field orderEventCode is defined as mandatory.
 java.lang.String getOrderEventCodeValue()
          Field orderEventCode is defined as mandatory.
 SjIntegerString getOrderSequenceNumber()
          Field orderSequenceNumber is defined as mandatory.
 java.lang.String getOrderSequenceNumberValue()
          Field orderSequenceNumber is defined as mandatory.
 SjCode getPaymentType()
          Field paymentType is defined as optional.
 java.lang.String getPaymentTypeValue()
          Field paymentType is defined as optional.
 java.lang.String getRealTiName()
           
 SjSalesUnit getSalesUnit()
          Field salesUnit is defined as optional.
 SjIdentity getTerminalId()
          Field terminalId is defined as optional.
 java.lang.String getTerminalIdValue()
          Field terminalId is defined as optional.
 SjIdentity getUserId()
          Field userId is defined as optional.
 java.lang.String getUserIdValue()
          Field userId is defined as optional.
 TiDate lookupEventDate()
          Field eventDate is defined as optional.
 TiStringInterface lookupEventDescription()
          Field eventDescription is defined as mandatory.
 TiTime lookupEventTime()
          Field eventTime is defined as optional.
 TiStringInterface lookupOrderEventCode()
          Field orderEventCode is defined as mandatory.
 SjIntegerString lookupOrderSequenceNumber()
          Field orderSequenceNumber is defined as mandatory.
 SjCode lookupPaymentType()
          Field paymentType is defined as optional.
 SjSalesUnit lookupSalesUnit()
          Field salesUnit is defined as optional.
 SjIdentity lookupTerminalId()
          Field terminalId is defined as optional.
 SjIdentity lookupUserId()
          Field userId is defined as optional.
 void setEventDate(TiDate inData)
          Field eventDate is defined as optional.
 void setEventDescription(TiStringInterface inData)
          Field eventDescription is defined as mandatory.
 void setEventDescriptionValue(java.lang.String inData)
          Field eventDescription is defined as mandatory.
 void setEventDescriptionValue(java.lang.String inData, boolean inNotify)
          Field eventDescription is defined as mandatory.
 void setEventTime(TiTime inData)
          Field eventTime is defined as optional.
 void setOrderEventCode(TiStringInterface inData)
          Field orderEventCode is defined as mandatory.
 void setOrderEventCodeValue(java.lang.String inData)
          Field orderEventCode is defined as mandatory.
 void setOrderEventCodeValue(java.lang.String inData, boolean inNotify)
          Field orderEventCode is defined as mandatory.
 void setOrderSequenceNumber(SjIntegerString inData)
          Field orderSequenceNumber is defined as mandatory.
 void setOrderSequenceNumberValue(java.lang.String inData)
          Field orderSequenceNumber is defined as mandatory.
 void setOrderSequenceNumberValue(java.lang.String inData, boolean inNotify)
          Field orderSequenceNumber is defined as mandatory.
 void setPaymentType(SjCode inData)
          Field paymentType is defined as optional.
 void setPaymentTypeValue(java.lang.String inData)
          Field paymentType is defined as optional.
 void setPaymentTypeValue(java.lang.String inData, boolean inNotify)
          Field paymentType is defined as optional.
 void setSalesUnit(SjSalesUnit inData)
          Field salesUnit is defined as optional.
 void setTerminalId(SjIdentity inData)
          Field terminalId is defined as optional.
 void setTerminalIdValue(java.lang.String inData)
          Field terminalId is defined as optional.
 void setTerminalIdValue(java.lang.String inData, boolean inNotify)
          Field terminalId is defined as optional.
 void setUserId(SjIdentity inData)
          Field userId is defined as optional.
 void setUserIdValue(java.lang.String inData)
          Field userId is defined as optional.
 void setUserIdValue(java.lang.String inData, boolean inNotify)
          Field userId 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 org.stina.framework.core.model.TiAbstractData
addModelElement, addModelElement, addModelElements, addModelElements, attachObserver, compareTo, containsModelElement, createCloneInstance, detachObserver, getIncludeIfOptional, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getObserverCount, getPropertiesDelegate, getProperty, getPropertyModel, getPropertyNames, hasProperties, insertModelElementAt, insertModelElementAt, isEnabled, isObserverAttached, isSizeField, lookupObservers, lookupObserversLock, moveModelElementOfInstance, moveModelElementOfInstance, notifyObservers, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setIncludeIfOptional, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, setUpdateXorFieldEnabled, sizeOfList, specifyProperties, update, update, updateObserver
 
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
 

Field Detail

eventDescription

public TiStringData eventDescription

orderEventCode

public TiStringData orderEventCode

orderSequenceNumber

public SjIntegerStringPlain orderSequenceNumber

terminalId

public SjIdentityPlain terminalId

salesUnit

public SjSalesUnitPlain salesUnit

userId

public SjIdentityPlain userId

eventDate

public TiDatePlain eventDate

eventTime

public TiTimePlain eventTime

paymentType

public SjCodePlain paymentType
Constructor Detail

SjOrderHistoryNotePlain

public SjOrderHistoryNotePlain()
Method Detail

getEventDescription

public TiStringInterface getEventDescription()
Field eventDescription is defined as mandatory.

Specified by:
getEventDescription in interface SjOrderHistoryNote

lookupEventDescription

public TiStringInterface lookupEventDescription()
Field eventDescription is defined as mandatory.

Specified by:
lookupEventDescription in interface SjOrderHistoryNote

setEventDescription

public void setEventDescription(TiStringInterface inData)
Field eventDescription is defined as mandatory.

Specified by:
setEventDescription in interface SjOrderHistoryNote

getEventDescriptionValue

public java.lang.String getEventDescriptionValue()
Field eventDescription is defined as mandatory.

Specified by:
getEventDescriptionValue in interface SjOrderHistoryNote

setEventDescriptionValue

public void setEventDescriptionValue(java.lang.String inData)
Field eventDescription is defined as mandatory.

Specified by:
setEventDescriptionValue in interface SjOrderHistoryNote

setEventDescriptionValue

public void setEventDescriptionValue(java.lang.String inData,
                                     boolean inNotify)
Field eventDescription is defined as mandatory.

Specified by:
setEventDescriptionValue in interface SjOrderHistoryNote

getOrderEventCode

public TiStringInterface getOrderEventCode()
Field orderEventCode is defined as mandatory.

Specified by:
getOrderEventCode in interface SjOrderHistoryNote

lookupOrderEventCode

public TiStringInterface lookupOrderEventCode()
Field orderEventCode is defined as mandatory.

Specified by:
lookupOrderEventCode in interface SjOrderHistoryNote

setOrderEventCode

public void setOrderEventCode(TiStringInterface inData)
Field orderEventCode is defined as mandatory.

Specified by:
setOrderEventCode in interface SjOrderHistoryNote

getOrderEventCodeValue

public java.lang.String getOrderEventCodeValue()
Field orderEventCode is defined as mandatory.

Specified by:
getOrderEventCodeValue in interface SjOrderHistoryNote

setOrderEventCodeValue

public void setOrderEventCodeValue(java.lang.String inData)
Field orderEventCode is defined as mandatory.

Specified by:
setOrderEventCodeValue in interface SjOrderHistoryNote

setOrderEventCodeValue

public void setOrderEventCodeValue(java.lang.String inData,
                                   boolean inNotify)
Field orderEventCode is defined as mandatory.

Specified by:
setOrderEventCodeValue in interface SjOrderHistoryNote

getOrderSequenceNumber

public SjIntegerString getOrderSequenceNumber()
Field orderSequenceNumber is defined as mandatory.

Specified by:
getOrderSequenceNumber in interface SjOrderHistoryNote

lookupOrderSequenceNumber

public SjIntegerString lookupOrderSequenceNumber()
Field orderSequenceNumber is defined as mandatory.

Specified by:
lookupOrderSequenceNumber in interface SjOrderHistoryNote

setOrderSequenceNumber

public void setOrderSequenceNumber(SjIntegerString inData)
Field orderSequenceNumber is defined as mandatory.

Specified by:
setOrderSequenceNumber in interface SjOrderHistoryNote

getOrderSequenceNumberValue

public java.lang.String getOrderSequenceNumberValue()
Field orderSequenceNumber is defined as mandatory.

Specified by:
getOrderSequenceNumberValue in interface SjOrderHistoryNote

setOrderSequenceNumberValue

public void setOrderSequenceNumberValue(java.lang.String inData)
Field orderSequenceNumber is defined as mandatory.

Specified by:
setOrderSequenceNumberValue in interface SjOrderHistoryNote

setOrderSequenceNumberValue

public void setOrderSequenceNumberValue(java.lang.String inData,
                                        boolean inNotify)
Field orderSequenceNumber is defined as mandatory.

Specified by:
setOrderSequenceNumberValue in interface SjOrderHistoryNote

getTerminalId

public SjIdentity getTerminalId()
Field terminalId is defined as optional.

Specified by:
getTerminalId in interface SjOrderHistoryNote

lookupTerminalId

public SjIdentity lookupTerminalId()
Field terminalId is defined as optional.

Specified by:
lookupTerminalId in interface SjOrderHistoryNote

setTerminalId

public void setTerminalId(SjIdentity inData)
Field terminalId is defined as optional.

Specified by:
setTerminalId in interface SjOrderHistoryNote

getTerminalIdValue

public java.lang.String getTerminalIdValue()
Field terminalId is defined as optional.

Specified by:
getTerminalIdValue in interface SjOrderHistoryNote

setTerminalIdValue

public void setTerminalIdValue(java.lang.String inData)
Field terminalId is defined as optional.

Specified by:
setTerminalIdValue in interface SjOrderHistoryNote

setTerminalIdValue

public void setTerminalIdValue(java.lang.String inData,
                               boolean inNotify)
Field terminalId is defined as optional.

Specified by:
setTerminalIdValue in interface SjOrderHistoryNote

getSalesUnit

public SjSalesUnit getSalesUnit()
Field salesUnit is defined as optional.

Specified by:
getSalesUnit in interface SjOrderHistoryNote

lookupSalesUnit

public SjSalesUnit lookupSalesUnit()
Field salesUnit is defined as optional.

Specified by:
lookupSalesUnit in interface SjOrderHistoryNote

setSalesUnit

public void setSalesUnit(SjSalesUnit inData)
Field salesUnit is defined as optional.

Specified by:
setSalesUnit in interface SjOrderHistoryNote

getUserId

public SjIdentity getUserId()
Field userId is defined as optional.

Specified by:
getUserId in interface SjOrderHistoryNote

lookupUserId

public SjIdentity lookupUserId()
Field userId is defined as optional.

Specified by:
lookupUserId in interface SjOrderHistoryNote

setUserId

public void setUserId(SjIdentity inData)
Field userId is defined as optional.

Specified by:
setUserId in interface SjOrderHistoryNote

getUserIdValue

public java.lang.String getUserIdValue()
Field userId is defined as optional.

Specified by:
getUserIdValue in interface SjOrderHistoryNote

setUserIdValue

public void setUserIdValue(java.lang.String inData)
Field userId is defined as optional.

Specified by:
setUserIdValue in interface SjOrderHistoryNote

setUserIdValue

public void setUserIdValue(java.lang.String inData,
                           boolean inNotify)
Field userId is defined as optional.

Specified by:
setUserIdValue in interface SjOrderHistoryNote

getEventDate

public TiDate getEventDate()
Field eventDate is defined as optional.

Specified by:
getEventDate in interface SjOrderHistoryNote

lookupEventDate

public TiDate lookupEventDate()
Field eventDate is defined as optional.

Specified by:
lookupEventDate in interface SjOrderHistoryNote

setEventDate

public void setEventDate(TiDate inData)
Field eventDate is defined as optional.

Specified by:
setEventDate in interface SjOrderHistoryNote

getEventTime

public TiTime getEventTime()
Field eventTime is defined as optional.

Specified by:
getEventTime in interface SjOrderHistoryNote

lookupEventTime

public TiTime lookupEventTime()
Field eventTime is defined as optional.

Specified by:
lookupEventTime in interface SjOrderHistoryNote

setEventTime

public void setEventTime(TiTime inData)
Field eventTime is defined as optional.

Specified by:
setEventTime in interface SjOrderHistoryNote

getPaymentType

public SjCode getPaymentType()
Field paymentType is defined as optional.

Specified by:
getPaymentType in interface SjOrderHistoryNote

lookupPaymentType

public SjCode lookupPaymentType()
Field paymentType is defined as optional.

Specified by:
lookupPaymentType in interface SjOrderHistoryNote

setPaymentType

public void setPaymentType(SjCode inData)
Field paymentType is defined as optional.

Specified by:
setPaymentType in interface SjOrderHistoryNote

getPaymentTypeValue

public java.lang.String getPaymentTypeValue()
Field paymentType is defined as optional.

Specified by:
getPaymentTypeValue in interface SjOrderHistoryNote

setPaymentTypeValue

public void setPaymentTypeValue(java.lang.String inData)
Field paymentType is defined as optional.

Specified by:
setPaymentTypeValue in interface SjOrderHistoryNote

setPaymentTypeValue

public void setPaymentTypeValue(java.lang.String inData,
                                boolean inNotify)
Field paymentType is defined as optional.

Specified by:
setPaymentTypeValue in interface SjOrderHistoryNote

getRealTiName

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

getGeneratedTiName

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


Copyright © 2012. All Rights Reserved.