public class NActionPrintQueueMangAttribute extends Attributes
| Constructor and Description |
|---|
NActionPrintQueueMangAttribute()
This is default Constructor for NActionPrintQueueMangAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
java.lang.String |
getOwnerID()
Return identification of the owner of the film session.
|
java.lang.String |
getPrintJobID()
Return identification of the owner of the film session.
|
java.lang.String |
getPrintPriority()
Return the priority of the print job.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
void |
setOwnerID(java.lang.String strOwnerID)
Sets Identification of the owner of the film session.
|
void |
setPrintJobID(java.lang.String strPrintJobID)
Sets Print Job ID.
|
void |
setPrintPriority(EnumPrintPriority enumPrintPriority)
Sets the priority of the print job.
|
public NActionPrintQueueMangAttribute()
public void setPrintJobID(java.lang.String strPrintJobID)
strPrintJobID - - String value of PrintJobID.public java.lang.String getPrintJobID()
public void setPrintPriority(EnumPrintPriority enumPrintPriority)
enumPrintPriority - the enum print prioritypublic java.lang.String getPrintPriority()
public void setOwnerID(java.lang.String strOwnerID)
strOwnerID - - String value of Owner ID.public java.lang.String getOwnerID()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet