public class ImplantTemplate_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
ImplantTemplate_QueryModel()
Default Constructor for ImplantTemplate_QueryModel class.
|
| 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<ImplantTemplate_Attributes> |
getImplantTemplate_AttributesList()
Retrieves the Attributes List of Implant Template
|
void |
setImplantTemplate_AttributesList(ISingleCollection<ImplantTemplate_Attributes> objImplantTemplate_Attributes)
Sets the Attributes List of Implant Template
|
public ImplantTemplate_QueryModel()
public ISingleCollection<ImplantTemplate_Attributes> getImplantTemplate_AttributesList()
public void setImplantTemplate_AttributesList(ISingleCollection<ImplantTemplate_Attributes> objImplantTemplate_Attributes)
objImplantTemplate_Attributes - 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.