se.sj.stina.domain.model
Interface SjOrderPrintingDeviationReport

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjOrderPrintingDeviationReportPlain, SjOrderPrintingDeviationReportStandard

public interface SjOrderPrintingDeviationReport
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Avvikelsedata vid felaktig biljettutskrift


Field Summary
static java.lang.String ERROR_CODE
           
static java.lang.String ERROR_DESCRIPTION
           
static java.lang.String ERROR_TYPE
           
static java.lang.String ORDER_ID
           
static java.lang.String PRINTING_COMMAND
           
static java.lang.String PRINTING_DATE_TIME
           
static java.lang.String TICKET_REPORT_LIST
           
 
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
 
Method Summary
 TiStringInterface getErrorCode()
          Field errorCode is defined as mandatory.
 java.lang.String getErrorCodeValue()
          Field errorCode is defined as mandatory.
 TiStringInterface getErrorDescription()
          Field errorDescription is defined as mandatory.
 java.lang.String getErrorDescriptionValue()
          Field errorDescription is defined as mandatory.
 TiStringInterface getErrorType()
          Field errorType is defined as mandatory.
 java.lang.String getErrorTypeValue()
          Field errorType is defined as mandatory.
 TiStringInterface getOrderId()
          Field orderId is defined as mandatory.
 java.lang.String getOrderIdValue()
          Field orderId is defined as mandatory.
 TiStringInterface getPrintingCommand()
          Field printingCommand is defined as mandatory.
 java.lang.String getPrintingCommandValue()
          Field printingCommand is defined as mandatory.
 TiDateTime getPrintingDateTime()
          Field printingDateTime is defined as mandatory.
 SjTicketReportList getTicketReportList()
          Field ticketReportList is defined as mandatory.
 TiStringInterface lookupErrorCode()
          Field errorCode is defined as mandatory.
 TiStringInterface lookupErrorDescription()
          Field errorDescription is defined as mandatory.
 TiStringInterface lookupErrorType()
          Field errorType is defined as mandatory.
 TiStringInterface lookupOrderId()
          Field orderId is defined as mandatory.
 TiStringInterface lookupPrintingCommand()
          Field printingCommand is defined as mandatory.
 TiDateTime lookupPrintingDateTime()
          Field printingDateTime is defined as mandatory.
 SjTicketReportList lookupTicketReportList()
          Field ticketReportList is defined as mandatory.
 void setErrorCode(TiStringInterface inData)
          Field errorCode is defined as mandatory.
 void setErrorCodeValue(java.lang.String inData)
          Field errorCode is defined as mandatory.
 void setErrorCodeValue(java.lang.String inData, boolean inNotify)
          Field errorCode is defined as mandatory.
 void setErrorDescription(TiStringInterface inData)
          Field errorDescription is defined as mandatory.
 void setErrorDescriptionValue(java.lang.String inData)
          Field errorDescription is defined as mandatory.
 void setErrorDescriptionValue(java.lang.String inData, boolean inNotify)
          Field errorDescription is defined as mandatory.
 void setErrorType(TiStringInterface inData)
          Field errorType is defined as mandatory.
 void setErrorTypeValue(java.lang.String inData)
          Field errorType is defined as mandatory.
 void setErrorTypeValue(java.lang.String inData, boolean inNotify)
          Field errorType is defined as mandatory.
 void setOrderId(TiStringInterface inData)
          Field orderId is defined as mandatory.
 void setOrderIdValue(java.lang.String inData)
          Field orderId is defined as mandatory.
 void setOrderIdValue(java.lang.String inData, boolean inNotify)
          Field orderId is defined as mandatory.
 void setPrintingCommand(TiStringInterface inData)
          Field printingCommand is defined as mandatory.
 void setPrintingCommandValue(java.lang.String inData)
          Field printingCommand is defined as mandatory.
 void setPrintingCommandValue(java.lang.String inData, boolean inNotify)
          Field printingCommand is defined as mandatory.
 void setPrintingDateTime(TiDateTime inData)
          Field printingDateTime is defined as mandatory.
 void setTicketReportList(SjTicketReportList inData)
          Field ticketReportList is defined as mandatory.
 
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, getGeneratedTiName, getRealTiName, 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
 

Field Detail

PRINTING_COMMAND

static final java.lang.String PRINTING_COMMAND
See Also:
Constant Field Values

ORDER_ID

static final java.lang.String ORDER_ID
See Also:
Constant Field Values

ERROR_TYPE

static final java.lang.String ERROR_TYPE
See Also:
Constant Field Values

ERROR_CODE

static final java.lang.String ERROR_CODE
See Also:
Constant Field Values

ERROR_DESCRIPTION

static final java.lang.String ERROR_DESCRIPTION
See Also:
Constant Field Values

PRINTING_DATE_TIME

static final java.lang.String PRINTING_DATE_TIME
See Also:
Constant Field Values

TICKET_REPORT_LIST

static final java.lang.String TICKET_REPORT_LIST
See Also:
Constant Field Values
Method Detail

getPrintingCommand

TiStringInterface getPrintingCommand()
Field printingCommand is defined as mandatory.


lookupPrintingCommand

TiStringInterface lookupPrintingCommand()
Field printingCommand is defined as mandatory.


setPrintingCommand

void setPrintingCommand(TiStringInterface inData)
Field printingCommand is defined as mandatory.


getPrintingCommandValue

java.lang.String getPrintingCommandValue()
Field printingCommand is defined as mandatory.


setPrintingCommandValue

void setPrintingCommandValue(java.lang.String inData)
Field printingCommand is defined as mandatory.


setPrintingCommandValue

void setPrintingCommandValue(java.lang.String inData,
                             boolean inNotify)
Field printingCommand is defined as mandatory.


getOrderId

TiStringInterface getOrderId()
Field orderId is defined as mandatory.


lookupOrderId

TiStringInterface lookupOrderId()
Field orderId is defined as mandatory.


setOrderId

void setOrderId(TiStringInterface inData)
Field orderId is defined as mandatory.


getOrderIdValue

java.lang.String getOrderIdValue()
Field orderId is defined as mandatory.


setOrderIdValue

void setOrderIdValue(java.lang.String inData)
Field orderId is defined as mandatory.


setOrderIdValue

void setOrderIdValue(java.lang.String inData,
                     boolean inNotify)
Field orderId is defined as mandatory.


getErrorType

TiStringInterface getErrorType()
Field errorType is defined as mandatory.


lookupErrorType

TiStringInterface lookupErrorType()
Field errorType is defined as mandatory.


setErrorType

void setErrorType(TiStringInterface inData)
Field errorType is defined as mandatory.


getErrorTypeValue

java.lang.String getErrorTypeValue()
Field errorType is defined as mandatory.


setErrorTypeValue

void setErrorTypeValue(java.lang.String inData)
Field errorType is defined as mandatory.


setErrorTypeValue

void setErrorTypeValue(java.lang.String inData,
                       boolean inNotify)
Field errorType is defined as mandatory.


getErrorCode

TiStringInterface getErrorCode()
Field errorCode is defined as mandatory.


lookupErrorCode

TiStringInterface lookupErrorCode()
Field errorCode is defined as mandatory.


setErrorCode

void setErrorCode(TiStringInterface inData)
Field errorCode is defined as mandatory.


getErrorCodeValue

java.lang.String getErrorCodeValue()
Field errorCode is defined as mandatory.


setErrorCodeValue

void setErrorCodeValue(java.lang.String inData)
Field errorCode is defined as mandatory.


setErrorCodeValue

void setErrorCodeValue(java.lang.String inData,
                       boolean inNotify)
Field errorCode is defined as mandatory.


getErrorDescription

TiStringInterface getErrorDescription()
Field errorDescription is defined as mandatory.


lookupErrorDescription

TiStringInterface lookupErrorDescription()
Field errorDescription is defined as mandatory.


setErrorDescription

void setErrorDescription(TiStringInterface inData)
Field errorDescription is defined as mandatory.


getErrorDescriptionValue

java.lang.String getErrorDescriptionValue()
Field errorDescription is defined as mandatory.


setErrorDescriptionValue

void setErrorDescriptionValue(java.lang.String inData)
Field errorDescription is defined as mandatory.


setErrorDescriptionValue

void setErrorDescriptionValue(java.lang.String inData,
                              boolean inNotify)
Field errorDescription is defined as mandatory.


getPrintingDateTime

TiDateTime getPrintingDateTime()
Field printingDateTime is defined as mandatory.


lookupPrintingDateTime

TiDateTime lookupPrintingDateTime()
Field printingDateTime is defined as mandatory.


setPrintingDateTime

void setPrintingDateTime(TiDateTime inData)
Field printingDateTime is defined as mandatory.


getTicketReportList

SjTicketReportList getTicketReportList()
Field ticketReportList is defined as mandatory.


lookupTicketReportList

SjTicketReportList lookupTicketReportList()
Field ticketReportList is defined as mandatory.


setTicketReportList

void setTicketReportList(SjTicketReportList inData)
Field ticketReportList is defined as mandatory.



Copyright © 2012. All Rights Reserved.