|
||||||||||
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.SjOrderPrintingDeviationReportPlain
public class SjOrderPrintingDeviationReportPlain
Avvikelsedata vid felaktig biljettutskrift
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.SjOrderPrintingDeviationReport |
---|
ERROR_CODE, ERROR_DESCRIPTION, ERROR_TYPE, ORDER_ID, PRINTING_COMMAND, PRINTING_DATE_TIME, TICKET_REPORT_LIST |
Constructor Summary | |
---|---|
SjOrderPrintingDeviationReportPlain()
|
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. |
java.lang.String |
getGeneratedTiName()
|
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. |
java.lang.String |
getRealTiName()
|
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 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 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 TiStringData printingCommand
public TiStringData orderId
public TiStringData errorType
public TiStringData errorCode
public TiStringData errorDescription
public TiDateTimePlain printingDateTime
public SjTicketReportListPlain ticketReportList
Constructor Detail |
---|
public SjOrderPrintingDeviationReportPlain()
Method Detail |
---|
public TiStringInterface getPrintingCommand()
getPrintingCommand
in interface SjOrderPrintingDeviationReport
public TiStringInterface lookupPrintingCommand()
lookupPrintingCommand
in interface SjOrderPrintingDeviationReport
public void setPrintingCommand(TiStringInterface inData)
setPrintingCommand
in interface SjOrderPrintingDeviationReport
public java.lang.String getPrintingCommandValue()
getPrintingCommandValue
in interface SjOrderPrintingDeviationReport
public void setPrintingCommandValue(java.lang.String inData)
setPrintingCommandValue
in interface SjOrderPrintingDeviationReport
public void setPrintingCommandValue(java.lang.String inData, boolean inNotify)
setPrintingCommandValue
in interface SjOrderPrintingDeviationReport
public TiStringInterface getOrderId()
getOrderId
in interface SjOrderPrintingDeviationReport
public TiStringInterface lookupOrderId()
lookupOrderId
in interface SjOrderPrintingDeviationReport
public void setOrderId(TiStringInterface inData)
setOrderId
in interface SjOrderPrintingDeviationReport
public java.lang.String getOrderIdValue()
getOrderIdValue
in interface SjOrderPrintingDeviationReport
public void setOrderIdValue(java.lang.String inData)
setOrderIdValue
in interface SjOrderPrintingDeviationReport
public void setOrderIdValue(java.lang.String inData, boolean inNotify)
setOrderIdValue
in interface SjOrderPrintingDeviationReport
public TiStringInterface getErrorType()
getErrorType
in interface SjOrderPrintingDeviationReport
public TiStringInterface lookupErrorType()
lookupErrorType
in interface SjOrderPrintingDeviationReport
public void setErrorType(TiStringInterface inData)
setErrorType
in interface SjOrderPrintingDeviationReport
public java.lang.String getErrorTypeValue()
getErrorTypeValue
in interface SjOrderPrintingDeviationReport
public void setErrorTypeValue(java.lang.String inData)
setErrorTypeValue
in interface SjOrderPrintingDeviationReport
public void setErrorTypeValue(java.lang.String inData, boolean inNotify)
setErrorTypeValue
in interface SjOrderPrintingDeviationReport
public TiStringInterface getErrorCode()
getErrorCode
in interface SjOrderPrintingDeviationReport
public TiStringInterface lookupErrorCode()
lookupErrorCode
in interface SjOrderPrintingDeviationReport
public void setErrorCode(TiStringInterface inData)
setErrorCode
in interface SjOrderPrintingDeviationReport
public java.lang.String getErrorCodeValue()
getErrorCodeValue
in interface SjOrderPrintingDeviationReport
public void setErrorCodeValue(java.lang.String inData)
setErrorCodeValue
in interface SjOrderPrintingDeviationReport
public void setErrorCodeValue(java.lang.String inData, boolean inNotify)
setErrorCodeValue
in interface SjOrderPrintingDeviationReport
public TiStringInterface getErrorDescription()
getErrorDescription
in interface SjOrderPrintingDeviationReport
public TiStringInterface lookupErrorDescription()
lookupErrorDescription
in interface SjOrderPrintingDeviationReport
public void setErrorDescription(TiStringInterface inData)
setErrorDescription
in interface SjOrderPrintingDeviationReport
public java.lang.String getErrorDescriptionValue()
getErrorDescriptionValue
in interface SjOrderPrintingDeviationReport
public void setErrorDescriptionValue(java.lang.String inData)
setErrorDescriptionValue
in interface SjOrderPrintingDeviationReport
public void setErrorDescriptionValue(java.lang.String inData, boolean inNotify)
setErrorDescriptionValue
in interface SjOrderPrintingDeviationReport
public TiDateTime getPrintingDateTime()
getPrintingDateTime
in interface SjOrderPrintingDeviationReport
public TiDateTime lookupPrintingDateTime()
lookupPrintingDateTime
in interface SjOrderPrintingDeviationReport
public void setPrintingDateTime(TiDateTime inData)
setPrintingDateTime
in interface SjOrderPrintingDeviationReport
public SjTicketReportList getTicketReportList()
getTicketReportList
in interface SjOrderPrintingDeviationReport
public SjTicketReportList lookupTicketReportList()
lookupTicketReportList
in interface SjOrderPrintingDeviationReport
public void setTicketReportList(SjTicketReportList inData)
setTicketReportList
in interface SjOrderPrintingDeviationReport
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 |