public class ColorPalette_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
ColorPalette_QueryModel()
constructor for the class ColorPalette_QueryModel
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Gets the filled DataSet list from already populated Query Model.
|
ISingleCollection<ColorPalette_Attributes> |
getColorPalette_AttributesList()
This is method gives the list of ColorPalette Attributes
|
void |
setColorPalette_AttributesList(ISingleCollection<ColorPalette_Attributes> objColorPaletteAttributesList)
This method set the ColorPalette Attributes list
|
public ColorPalette_QueryModel()
No - parameterspublic ISingleCollection<ColorPalette_Attributes> getColorPalette_AttributesList()
public void setColorPalette_AttributesList(ISingleCollection<ColorPalette_Attributes> objColorPaletteAttributesList)
objColorPaletteAttributesList - public boolean decode(IDataSet objIDataSet)
decode in interface IQueryModelobjIDataSet - Object of IDataSet.public boolean encode(ITransferSyntax objITransferSyntax, ISingleCollection<IDataSet> objDataSetList)
encode in interface IQueryModelobjITransferSyntax - Object of ITransferSyntax.objDataSetList - Single collect of DataSet.