|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rfid.premises.app.entities.printing.PrintTemplate
public class PrintTemplate
A PrintTemplate object represents an existing print template on a IBM WebSphere Sensor Events Server. This object cannot create, modify, or delete these IBM WebSphere Sensor Events Server template definitions.
This allows for custom labels to be printed. A PrintTemplate keeps track of a URL string that points to a ZIP file containing the details for this print template.
To learn more about print templates, please visit your printer manufacturer's documentation on how to create customized print templates (or "labels") and
To define a print template, go to the IBM WebSphere Sensor Events Server Admin Console.
To create a PrintTemplate object, please see PremisesAccess
.
FormData
,
Label
,
PremisesAccess.getAllPrintTemplates()
,
PremisesAccess.getPrintTemplatesOfType(String)
Constructor Summary | |
---|---|
PrintTemplate(BasePrintTemplate bpt)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
PrinterType |
getPrinterType()
Gets the printer type |
java.lang.String |
getPrinterTypeId()
|
java.lang.String |
getUrl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintTemplate(BasePrintTemplate bpt)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getPrinterTypeId()
public java.lang.String getUrl()
public PrinterType getPrinterType() throws PremisesAccessException
PremisesAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |