Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa.internal.printing
Class Printer

java.lang.Object
  extended by ag.ion.noa.internal.printing.Printer
All Implemented Interfaces:
IPrinter

public class Printer
extends java.lang.Object
implements IPrinter

A printer that can be used for the printer service.


Constructor Summary
Printer(java.lang.String name)
          Constructs new Printer.
 
Method Summary
 java.lang.String getName()
          Returns the name of the printer que that is used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Printer

public Printer(java.lang.String name)
        throws NOAException
Constructs new Printer.

Parameters:
name - the name of the printer que to be used
Throws:
NOAException - if the name is invalid
Method Detail

getName

public java.lang.String getName()
Returns the name of the printer que that is used.

Specified by:
getName in interface IPrinter
Returns:
the name of the printer que that is used

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013