se.sj.stina.domain.model
Interface SjAvailablePrinterResultSrv

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjAvailablePrinterResultSrvPlain, SjAvailablePrinterResultSrvStandard

public interface SjAvailablePrinterResultSrv
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Svar från Doris med tillgängliga skrivare


Field Summary
static java.lang.String COMPLETE_PRINTER_RESULT_LIST_SRV
           
static java.lang.String ECONOMY_STRUCTURE
           
static java.lang.String ISSUER
           
static java.lang.String ISSUING_OFFICE
           
static java.lang.String MESSAGE_NAME
           
static java.lang.String VERSION
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 SjCompletePrinterResultListSrv getCompletePrinterResultListSrv()
          Field completePrinterResultListSrv is defined as mandatory.
 SjEconomyStructure getEconomyStructure()
          Field economyStructure is defined as optional.
 TiStringInterface getIssuer()
          Field issuer is defined as mandatory.
 java.lang.String getIssuerValue()
          Field issuer is defined as mandatory.
 TiStringInterface getIssuingOffice()
          Field issuingOffice is defined as mandatory.
 java.lang.String getIssuingOfficeValue()
          Field issuingOffice is defined as mandatory.
 TiStringInterface getMessageName()
          Field messageName is defined as mandatory.
 java.lang.String getMessageNameValue()
          Field messageName is defined as mandatory.
 TiStringInterface getVersion()
          Field version is defined as mandatory.
 java.lang.String getVersionValue()
          Field version is defined as mandatory.
 SjCompletePrinterResultListSrv lookupCompletePrinterResultListSrv()
          Field completePrinterResultListSrv is defined as mandatory.
 SjEconomyStructure lookupEconomyStructure()
          Field economyStructure is defined as optional.
 TiStringInterface lookupIssuer()
          Field issuer is defined as mandatory.
 TiStringInterface lookupIssuingOffice()
          Field issuingOffice is defined as mandatory.
 TiStringInterface lookupMessageName()
          Field messageName is defined as mandatory.
 TiStringInterface lookupVersion()
          Field version is defined as mandatory.
 void setCompletePrinterResultListSrv(SjCompletePrinterResultListSrv inData)
          Field completePrinterResultListSrv is defined as mandatory.
 void setEconomyStructure(SjEconomyStructure inData)
          Field economyStructure is defined as optional.
 void setIssuer(TiStringInterface inData)
          Field issuer is defined as mandatory.
 void setIssuerValue(java.lang.String inData)
          Field issuer is defined as mandatory.
 void setIssuerValue(java.lang.String inData, boolean inNotify)
          Field issuer is defined as mandatory.
 void setIssuingOffice(TiStringInterface inData)
          Field issuingOffice is defined as mandatory.
 void setIssuingOfficeValue(java.lang.String inData)
          Field issuingOffice is defined as mandatory.
 void setIssuingOfficeValue(java.lang.String inData, boolean inNotify)
          Field issuingOffice is defined as mandatory.
 void setMessageName(TiStringInterface inData)
          Field messageName is defined as mandatory.
 void setMessageNameValue(java.lang.String inData)
          Field messageName is defined as mandatory.
 void setMessageNameValue(java.lang.String inData, boolean inNotify)
          Field messageName is defined as mandatory.
 void setVersion(TiStringInterface inData)
          Field version is defined as mandatory.
 void setVersionValue(java.lang.String inData)
          Field version is defined as mandatory.
 void setVersionValue(java.lang.String inData, boolean inNotify)
          Field version 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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

MESSAGE_NAME

static final java.lang.String MESSAGE_NAME
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values

ISSUER

static final java.lang.String ISSUER
See Also:
Constant Field Values

ISSUING_OFFICE

static final java.lang.String ISSUING_OFFICE
See Also:
Constant Field Values

ECONOMY_STRUCTURE

static final java.lang.String ECONOMY_STRUCTURE
See Also:
Constant Field Values

COMPLETE_PRINTER_RESULT_LIST_SRV

static final java.lang.String COMPLETE_PRINTER_RESULT_LIST_SRV
See Also:
Constant Field Values
Method Detail

getMessageName

TiStringInterface getMessageName()
Field messageName is defined as mandatory.


lookupMessageName

TiStringInterface lookupMessageName()
Field messageName is defined as mandatory.


setMessageName

void setMessageName(TiStringInterface inData)
Field messageName is defined as mandatory.


getMessageNameValue

java.lang.String getMessageNameValue()
Field messageName is defined as mandatory.


setMessageNameValue

void setMessageNameValue(java.lang.String inData)
Field messageName is defined as mandatory.


setMessageNameValue

void setMessageNameValue(java.lang.String inData,
                         boolean inNotify)
Field messageName is defined as mandatory.


getVersion

TiStringInterface getVersion()
Field version is defined as mandatory.


lookupVersion

TiStringInterface lookupVersion()
Field version is defined as mandatory.


setVersion

void setVersion(TiStringInterface inData)
Field version is defined as mandatory.


getVersionValue

java.lang.String getVersionValue()
Field version is defined as mandatory.


setVersionValue

void setVersionValue(java.lang.String inData)
Field version is defined as mandatory.


setVersionValue

void setVersionValue(java.lang.String inData,
                     boolean inNotify)
Field version is defined as mandatory.


getIssuer

TiStringInterface getIssuer()
Field issuer is defined as mandatory.


lookupIssuer

TiStringInterface lookupIssuer()
Field issuer is defined as mandatory.


setIssuer

void setIssuer(TiStringInterface inData)
Field issuer is defined as mandatory.


getIssuerValue

java.lang.String getIssuerValue()
Field issuer is defined as mandatory.


setIssuerValue

void setIssuerValue(java.lang.String inData)
Field issuer is defined as mandatory.


setIssuerValue

void setIssuerValue(java.lang.String inData,
                    boolean inNotify)
Field issuer is defined as mandatory.


getIssuingOffice

TiStringInterface getIssuingOffice()
Field issuingOffice is defined as mandatory.


lookupIssuingOffice

TiStringInterface lookupIssuingOffice()
Field issuingOffice is defined as mandatory.


setIssuingOffice

void setIssuingOffice(TiStringInterface inData)
Field issuingOffice is defined as mandatory.


getIssuingOfficeValue

java.lang.String getIssuingOfficeValue()
Field issuingOffice is defined as mandatory.


setIssuingOfficeValue

void setIssuingOfficeValue(java.lang.String inData)
Field issuingOffice is defined as mandatory.


setIssuingOfficeValue

void setIssuingOfficeValue(java.lang.String inData,
                           boolean inNotify)
Field issuingOffice is defined as mandatory.


getEconomyStructure

SjEconomyStructure getEconomyStructure()
Field economyStructure is defined as optional.


lookupEconomyStructure

SjEconomyStructure lookupEconomyStructure()
Field economyStructure is defined as optional.


setEconomyStructure

void setEconomyStructure(SjEconomyStructure inData)
Field economyStructure is defined as optional.


getCompletePrinterResultListSrv

SjCompletePrinterResultListSrv getCompletePrinterResultListSrv()
Field completePrinterResultListSrv is defined as mandatory.


lookupCompletePrinterResultListSrv

SjCompletePrinterResultListSrv lookupCompletePrinterResultListSrv()
Field completePrinterResultListSrv is defined as mandatory.


setCompletePrinterResultListSrv

void setCompletePrinterResultListSrv(SjCompletePrinterResultListSrv inData)
Field completePrinterResultListSrv is defined as mandatory.



Copyright © 2012. All Rights Reserved.