public class NActionFilmSessionAttribute extends Attributes
| Constructor and Description |
|---|
NActionFilmSessionAttribute()
This is default Constructor for NActionFilmSessionAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
ReferencedPrintJobSequence |
getReferencedPrintJobSequence()
Retrieves pre-initialized object of Referenced Print JobSequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
public NActionFilmSessionAttribute()
public ReferencedPrintJobSequence getReferencedPrintJobSequence()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet