public class NActionMediaCreationMang_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NActionMediaCreationMang_QueryModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Populates the Query Model using filled DataSet.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Gets the filled DataSet list from already populated Query Model.
|
ISingleCollection<NActionMediaCreationMang_Attributes> |
getNActionMediaCreationMang_AttributesList() |
void |
setNActionMediaCreationMang_AttributesList(ISingleCollection<NActionMediaCreationMang_Attributes> objGPWLAttributesList) |
public ISingleCollection<NActionMediaCreationMang_Attributes> getNActionMediaCreationMang_AttributesList()
public void setNActionMediaCreationMang_AttributesList(ISingleCollection<NActionMediaCreationMang_Attributes> objGPWLAttributesList)
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.