|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjPrintOrderQueueQuery
Indata utskriftsbegäran köer
Field Summary | |
---|---|
static java.lang.String |
LINE_PRINTER
|
static java.lang.String |
ORDER_LIST
|
static java.lang.String |
PRINT_CODE
|
static java.lang.String |
PRINTER
|
Method Summary | |
---|---|
TiStringInterface |
getLinePrinter()
Field linePrinter is defined as optional. |
java.lang.String |
getLinePrinterValue()
Field linePrinter is defined as optional. |
SjPrintOrderQueueQueryList |
getOrderList()
Field orderList is defined as mandatory. |
TiStringInterface |
getPrintCode()
Field printCode is defined as mandatory. |
java.lang.String |
getPrintCodeValue()
Field printCode is defined as mandatory. |
TiStringInterface |
getPrinter()
Field printer is defined as mandatory. |
java.lang.String |
getPrinterValue()
Field printer is defined as mandatory. |
TiStringInterface |
lookupLinePrinter()
Field linePrinter is defined as optional. |
SjPrintOrderQueueQueryList |
lookupOrderList()
Field orderList is defined as mandatory. |
TiStringInterface |
lookupPrintCode()
Field printCode is defined as mandatory. |
TiStringInterface |
lookupPrinter()
Field printer is defined as mandatory. |
void |
setLinePrinter(TiStringInterface inData)
Field linePrinter is defined as optional. |
void |
setLinePrinterValue(java.lang.String inData)
Field linePrinter is defined as optional. |
void |
setLinePrinterValue(java.lang.String inData,
boolean inNotify)
Field linePrinter is defined as optional. |
void |
setOrderList(SjPrintOrderQueueQueryList inData)
Field orderList is defined as mandatory. |
void |
setPrintCode(TiStringInterface inData)
Field printCode is defined as mandatory. |
void |
setPrintCodeValue(java.lang.String inData)
Field printCode is defined as mandatory. |
void |
setPrintCodeValue(java.lang.String inData,
boolean inNotify)
Field printCode is defined as mandatory. |
void |
setPrinter(TiStringInterface inData)
Field printer is defined as mandatory. |
void |
setPrinterValue(java.lang.String inData)
Field printer is defined as mandatory. |
void |
setPrinterValue(java.lang.String inData,
boolean inNotify)
Field printer 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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String PRINTER
static final java.lang.String PRINT_CODE
static final java.lang.String LINE_PRINTER
static final java.lang.String ORDER_LIST
Method Detail |
---|
TiStringInterface getPrinter()
TiStringInterface lookupPrinter()
void setPrinter(TiStringInterface inData)
java.lang.String getPrinterValue()
void setPrinterValue(java.lang.String inData)
void setPrinterValue(java.lang.String inData, boolean inNotify)
TiStringInterface getPrintCode()
TiStringInterface lookupPrintCode()
void setPrintCode(TiStringInterface inData)
java.lang.String getPrintCodeValue()
void setPrintCodeValue(java.lang.String inData)
void setPrintCodeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getLinePrinter()
TiStringInterface lookupLinePrinter()
void setLinePrinter(TiStringInterface inData)
java.lang.String getLinePrinterValue()
void setLinePrinterValue(java.lang.String inData)
void setLinePrinterValue(java.lang.String inData, boolean inNotify)
SjPrintOrderQueueQueryList getOrderList()
SjPrintOrderQueueQueryList lookupOrderList()
void setOrderList(SjPrintOrderQueueQueryList inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |