public class SQModel
extends java.lang.Object
| Constructor and Description |
|---|
SQModel(java.lang.String strSequenceName)
Instantiates Sequence Model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addItemModel(ItemModel objItemModel)
This method adds the item to the sequence model.
|
void |
fill(IDataTypeSQ objIDataTypeSQ)
This method fills the Sequence from the populated sequence model.
|
ISingleCollection<ItemModel> |
getItemModelCollection()
This method gets the collection of all the items(item model) in the sequence model.
|
java.lang.String |
getSQName()
This method gets the sequence name.
|
boolean |
isEmpty()
This method determines whether the Sequence model is empty or not.
|
void |
populate(IDataTypeSQ objIDataTypeSQ)
This method populates the sequence model from Sequence given.
|
public SQModel(java.lang.String strSequenceName)
strSequenceName - Name of the Sequence.public ISingleCollection<ItemModel> getItemModelCollection()
public void addItemModel(ItemModel objItemModel)
objItemModel - item model i.e. to be added to Sequence Modelpublic void populate(IDataTypeSQ objIDataTypeSQ)
objIDataTypeSQ - instance of sequence from which SQModel needs to be populated.public void fill(IDataTypeSQ objIDataTypeSQ)
objIDataTypeSQ - instance of sequence which is to be populated from the SQModelpublic java.lang.String getSQName()
public boolean isEmpty()