public class HangingProtocolEnvironmentAttributes extends Attributes
objIDataSet| Constructor and Description |
|---|
HangingProtocolEnvironmentAttributes()
This is default Constructor for HangingProtocolEnvironmentAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the data set using already populated Query Model.
|
NominalScreenDefinitionSequence |
getNominalScreenDefinitionSequence()
Retrieves pre-initialized object of NominalScreenDefinitionSequence
|
short |
getNumberOfScreens()
Retrieves Positive integer indicating the number of screens for which this Hanging Protocol is intended.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
void |
setNumberOfScreens(short shNumberOfScreens)
Sets Positive integer indicating the number of screens for which this Hanging Protocol is intended.
|
public HangingProtocolEnvironmentAttributes()
public NominalScreenDefinitionSequence getNominalScreenDefinitionSequence()
public void setNumberOfScreens(short shNumberOfScreens)
shNumberOfScreens - short value of Number of Screenspublic short getNumberOfScreens()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet