|
||||||||||
| 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 SjOrderPrintingDeviationReportpublic TiStringInterface lookupPrintingCommand()
lookupPrintingCommand in interface SjOrderPrintingDeviationReportpublic void setPrintingCommand(TiStringInterface inData)
setPrintingCommand in interface SjOrderPrintingDeviationReportpublic java.lang.String getPrintingCommandValue()
getPrintingCommandValue in interface SjOrderPrintingDeviationReportpublic void setPrintingCommandValue(java.lang.String inData)
setPrintingCommandValue in interface SjOrderPrintingDeviationReport
public void setPrintingCommandValue(java.lang.String inData,
boolean inNotify)
setPrintingCommandValue in interface SjOrderPrintingDeviationReportpublic TiStringInterface getOrderId()
getOrderId in interface SjOrderPrintingDeviationReportpublic TiStringInterface lookupOrderId()
lookupOrderId in interface SjOrderPrintingDeviationReportpublic void setOrderId(TiStringInterface inData)
setOrderId in interface SjOrderPrintingDeviationReportpublic java.lang.String getOrderIdValue()
getOrderIdValue in interface SjOrderPrintingDeviationReportpublic void setOrderIdValue(java.lang.String inData)
setOrderIdValue in interface SjOrderPrintingDeviationReport
public void setOrderIdValue(java.lang.String inData,
boolean inNotify)
setOrderIdValue in interface SjOrderPrintingDeviationReportpublic TiStringInterface getErrorType()
getErrorType in interface SjOrderPrintingDeviationReportpublic TiStringInterface lookupErrorType()
lookupErrorType in interface SjOrderPrintingDeviationReportpublic void setErrorType(TiStringInterface inData)
setErrorType in interface SjOrderPrintingDeviationReportpublic java.lang.String getErrorTypeValue()
getErrorTypeValue in interface SjOrderPrintingDeviationReportpublic void setErrorTypeValue(java.lang.String inData)
setErrorTypeValue in interface SjOrderPrintingDeviationReport
public void setErrorTypeValue(java.lang.String inData,
boolean inNotify)
setErrorTypeValue in interface SjOrderPrintingDeviationReportpublic TiStringInterface getErrorCode()
getErrorCode in interface SjOrderPrintingDeviationReportpublic TiStringInterface lookupErrorCode()
lookupErrorCode in interface SjOrderPrintingDeviationReportpublic void setErrorCode(TiStringInterface inData)
setErrorCode in interface SjOrderPrintingDeviationReportpublic java.lang.String getErrorCodeValue()
getErrorCodeValue in interface SjOrderPrintingDeviationReportpublic void setErrorCodeValue(java.lang.String inData)
setErrorCodeValue in interface SjOrderPrintingDeviationReport
public void setErrorCodeValue(java.lang.String inData,
boolean inNotify)
setErrorCodeValue in interface SjOrderPrintingDeviationReportpublic TiStringInterface getErrorDescription()
getErrorDescription in interface SjOrderPrintingDeviationReportpublic TiStringInterface lookupErrorDescription()
lookupErrorDescription in interface SjOrderPrintingDeviationReportpublic void setErrorDescription(TiStringInterface inData)
setErrorDescription in interface SjOrderPrintingDeviationReportpublic java.lang.String getErrorDescriptionValue()
getErrorDescriptionValue in interface SjOrderPrintingDeviationReportpublic void setErrorDescriptionValue(java.lang.String inData)
setErrorDescriptionValue in interface SjOrderPrintingDeviationReport
public void setErrorDescriptionValue(java.lang.String inData,
boolean inNotify)
setErrorDescriptionValue in interface SjOrderPrintingDeviationReportpublic TiDateTime getPrintingDateTime()
getPrintingDateTime in interface SjOrderPrintingDeviationReportpublic TiDateTime lookupPrintingDateTime()
lookupPrintingDateTime in interface SjOrderPrintingDeviationReportpublic void setPrintingDateTime(TiDateTime inData)
setPrintingDateTime in interface SjOrderPrintingDeviationReportpublic SjTicketReportList getTicketReportList()
getTicketReportList in interface SjOrderPrintingDeviationReportpublic SjTicketReportList lookupTicketReportList()
lookupTicketReportList in interface SjOrderPrintingDeviationReportpublic void setTicketReportList(SjTicketReportList inData)
setTicketReportList in interface SjOrderPrintingDeviationReportprotected TiFieldSpecificationEnumeration specifyFields()
specifyFields in class TiAbstractMapModelpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractModelpublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||