public class NActionMediaCreationManageAttribute extends Attributes
| Constructor and Description |
|---|
NActionMediaCreationManageAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
java.lang.String |
getNumberOfCopies()
Return number of copies to be printed for each film of the film session.
|
java.lang.String |
getRequestPriority()
Retrieves the priority of the request.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
void |
setNumberOfCopies(java.lang.String strNumberOfCopies)
Sets number of copies to be printed for each film of the film session.
|
void |
setRequestPriority(EnumRequestPriority enumRequestPriority)
Sets the priority of the request.
|
public void setNumberOfCopies(java.lang.String strNumberOfCopies)
strNumberOfCopies - String value of Number Of Copies.public java.lang.String getNumberOfCopies()
public void setRequestPriority(EnumRequestPriority enumRequestPriority)
enumRequestPriority - Enum value of RequestPriority.public java.lang.String getRequestPriority()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet