Package com.portal.app.ccare.comp
Class BillInfosForMultipleBillDialog
java.lang.Object
com.portal.app.ccare.comp.BillInfosForMultipleBillDialog
This data structure class is for holding the information about Balance Groups
moved between bill units and its associated services.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setBalGrpServiceHashTable
(Hashtable tempBalGrpServiceHashTable) void
setBillInfoName
(String tempBillInfoName) void
setTreeIndex
(int treeIndex)
-
Constructor Details
-
BillInfosForMultipleBillDialog
public BillInfosForMultipleBillDialog()Constructor
-
-
Method Details
-
getBalGrpServiceHashTable
- Returns:
- Hashtable which contains Balance Group Name as Key, Vector as value which contains its associated services
-
getBillInfoName
- Returns:
- billInfoName as String
-
getTreeIndex
public int getTreeIndex()- Returns:
- index value of tree which specifies either left tree(1) or right tree(2)
-
setBalGrpServiceHashTable
-
setBillInfoName
-
setTreeIndex
public void setTreeIndex(int treeIndex)
-