|
||||||||||
| 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.SjPrinterResultPlain
public class SjPrinterResultPlain
Svar från Doris med tillgängliga skrivare
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiStringData |
channelAdress
|
TiBooleanData |
defaultFlag
|
TiStringData |
printerDescription
|
TiStringData |
printerStatus
|
| Fields inherited from interface se.sj.stina.domain.model.SjPrinterResult |
|---|
CHANNEL_ADRESS, DEFAULT_FLAG, PRINTER_DESCRIPTION, PRINTER_STATUS |
| Constructor Summary | |
|---|---|
SjPrinterResultPlain()
|
|
| Method Summary | |
|---|---|
TiStringInterface |
getChannelAdress()
Field channelAdress is defined as mandatory. |
java.lang.String |
getChannelAdressValue()
Field channelAdress is defined as mandatory. |
TiBooleanInterface |
getDefaultFlag()
Field defaultFlag is defined as mandatory. |
java.lang.Boolean |
getDefaultFlagValue()
Field defaultFlag is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getPrinterDescription()
Field printerDescription is defined as mandatory. |
java.lang.String |
getPrinterDescriptionValue()
Field printerDescription is defined as mandatory. |
TiStringInterface |
getPrinterStatus()
Field printerStatus is defined as mandatory. |
java.lang.String |
getPrinterStatusValue()
Field printerStatus is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
lookupChannelAdress()
Field channelAdress is defined as mandatory. |
TiBooleanInterface |
lookupDefaultFlag()
Field defaultFlag is defined as mandatory. |
TiStringInterface |
lookupPrinterDescription()
Field printerDescription is defined as mandatory. |
TiStringInterface |
lookupPrinterStatus()
Field printerStatus is defined as mandatory. |
void |
setChannelAdress(TiStringInterface inData)
Field channelAdress is defined as mandatory. |
void |
setChannelAdressValue(java.lang.String inData)
Field channelAdress is defined as mandatory. |
void |
setChannelAdressValue(java.lang.String inData,
boolean inNotify)
Field channelAdress is defined as mandatory. |
void |
setDefaultFlag(TiBooleanInterface inData)
Field defaultFlag is defined as mandatory. |
void |
setDefaultFlagValue(java.lang.Boolean inData)
Field defaultFlag is defined as mandatory. |
void |
setDefaultFlagValue(java.lang.Boolean inData,
boolean inNotify)
Field defaultFlag is defined as mandatory. |
void |
setPrinterDescription(TiStringInterface inData)
Field printerDescription is defined as mandatory. |
void |
setPrinterDescriptionValue(java.lang.String inData)
Field printerDescription is defined as mandatory. |
void |
setPrinterDescriptionValue(java.lang.String inData,
boolean inNotify)
Field printerDescription is defined as mandatory. |
void |
setPrinterStatus(TiStringInterface inData)
Field printerStatus is defined as mandatory. |
void |
setPrinterStatusValue(java.lang.String inData)
Field printerStatus is defined as mandatory. |
void |
setPrinterStatusValue(java.lang.String inData,
boolean inNotify)
Field printerStatus 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 channelAdress
public TiStringData printerDescription
public TiStringData printerStatus
public TiBooleanData defaultFlag
| Constructor Detail |
|---|
public SjPrinterResultPlain()
| Method Detail |
|---|
public TiStringInterface getChannelAdress()
getChannelAdress in interface SjPrinterResultpublic TiStringInterface lookupChannelAdress()
lookupChannelAdress in interface SjPrinterResultpublic void setChannelAdress(TiStringInterface inData)
setChannelAdress in interface SjPrinterResultpublic java.lang.String getChannelAdressValue()
getChannelAdressValue in interface SjPrinterResultpublic void setChannelAdressValue(java.lang.String inData)
setChannelAdressValue in interface SjPrinterResult
public void setChannelAdressValue(java.lang.String inData,
boolean inNotify)
setChannelAdressValue in interface SjPrinterResultpublic TiStringInterface getPrinterDescription()
getPrinterDescription in interface SjPrinterResultpublic TiStringInterface lookupPrinterDescription()
lookupPrinterDescription in interface SjPrinterResultpublic void setPrinterDescription(TiStringInterface inData)
setPrinterDescription in interface SjPrinterResultpublic java.lang.String getPrinterDescriptionValue()
getPrinterDescriptionValue in interface SjPrinterResultpublic void setPrinterDescriptionValue(java.lang.String inData)
setPrinterDescriptionValue in interface SjPrinterResult
public void setPrinterDescriptionValue(java.lang.String inData,
boolean inNotify)
setPrinterDescriptionValue in interface SjPrinterResultpublic TiStringInterface getPrinterStatus()
getPrinterStatus in interface SjPrinterResultpublic TiStringInterface lookupPrinterStatus()
lookupPrinterStatus in interface SjPrinterResultpublic void setPrinterStatus(TiStringInterface inData)
setPrinterStatus in interface SjPrinterResultpublic java.lang.String getPrinterStatusValue()
getPrinterStatusValue in interface SjPrinterResultpublic void setPrinterStatusValue(java.lang.String inData)
setPrinterStatusValue in interface SjPrinterResult
public void setPrinterStatusValue(java.lang.String inData,
boolean inNotify)
setPrinterStatusValue in interface SjPrinterResultpublic TiBooleanInterface getDefaultFlag()
getDefaultFlag in interface SjPrinterResultpublic TiBooleanInterface lookupDefaultFlag()
lookupDefaultFlag in interface SjPrinterResultpublic void setDefaultFlag(TiBooleanInterface inData)
setDefaultFlag in interface SjPrinterResultpublic java.lang.Boolean getDefaultFlagValue()
getDefaultFlagValue in interface SjPrinterResultpublic void setDefaultFlagValue(java.lang.Boolean inData)
setDefaultFlagValue in interface SjPrinterResult
public void setDefaultFlagValue(java.lang.Boolean inData,
boolean inNotify)
setDefaultFlagValue in interface SjPrinterResultpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||