|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjOrderPrintingDeviationReportStandard
public class SjOrderPrintingDeviationReportStandard
Avvikelsedata vid felaktig biljettutskrift
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.SjOrderPrintingDeviationReport |
---|
ERROR_CODE, ERROR_DESCRIPTION, ERROR_TYPE, ORDER_ID, PRINTING_COMMAND, PRINTING_DATE_TIME, TICKET_REPORT_LIST |
Constructor Summary | |
---|---|
SjOrderPrintingDeviationReportStandard()
|
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. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
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, specifyXors, toDebugString, toDebugString |
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.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 |
---|
public SjOrderPrintingDeviationReportStandard()
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
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |