|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rfid.premises.app.entities.AbstractXmlObject
com.ibm.rfid.premises.app.entities.supplychain.printing.PrintJob
public class PrintJob
Field Summary | |
---|---|
static java.lang.String |
PRINT_JOB
xml tag name used to describe a PrintJob |
Fields inherited from class com.ibm.rfid.premises.app.entities.AbstractXmlObject |
---|
attributes_, EQ, GT, LT, QUOTE, SLASH, tagName_, XML_START |
Constructor Summary | |
---|---|
PrintJob(java.lang.String xml)
This constructor is used to create a PrintJob from an xml String. |
|
PrintJob(java.lang.String id,
java.lang.String descr)
This constructor is used internally to return a PrintJob that corresponds to a PrintJob that exists on the IBM WebSphere Sensor Events Server. |
Method Summary | |
---|---|
java.lang.String |
getBusinessRefId()
allows you to get business reference id from PrintJob object |
PrintDetails |
getPrintDetails()
Gets the PrintDetails object used to submit the original print job |
java.lang.String |
getPrintJobDescription()
Gets the print job description |
java.lang.String |
getPrintJobId()
Gets the print job ID |
java.lang.String |
getPrintJobStatus()
|
java.lang.String |
toXmlString(boolean isTop)
(non-Javadoc) |
Methods inherited from class com.ibm.rfid.premises.app.entities.AbstractXmlObject |
---|
getEndTag, getNodeListFromString, getStartTag, getStringFromElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PRINT_JOB
toXmlString(boolean)
,
Constant Field ValuesConstructor Detail |
---|
public PrintJob(java.lang.String id, java.lang.String descr)
id
- print job iddescr
- print job descriptionpublic PrintJob(java.lang.String xml)
xml
- String representing a PrintJob.Method Detail |
---|
public java.lang.String getPrintJobStatus() throws PremisesAccessException
PremisesAccessException
public java.lang.String getPrintJobId()
public java.lang.String getPrintJobDescription()
public PrintDetails getPrintDetails() throws PremisesAccessException
PremisesAccessException
public java.lang.String getBusinessRefId() throws PremisesAccessException
PremisesAccessException
public java.lang.String toXmlString(boolean isTop)
toXmlString
in class AbstractXmlObject
isTop
- decides whether or not the XML_START
field is appended to the output of this method. Should
be true if this AbstractXmlObject is the root element.
AbstractXmlObject.toXmlString(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |