Class BillInfosForMultipleBillDialog

java.lang.Object
com.portal.app.ccare.comp.BillInfosForMultipleBillDialog

public class BillInfosForMultipleBillDialog extends Object
This data structure class is for holding the information about Balance Groups moved between bill units and its associated services.
  • Constructor Details

    • BillInfosForMultipleBillDialog

      public BillInfosForMultipleBillDialog()
      Constructor
  • Method Details

    • getBalGrpServiceHashTable

      public Hashtable getBalGrpServiceHashTable()
      Returns:
      Hashtable which contains Balance Group Name as Key, Vector as value which contains its associated services
    • getBillInfoName

      public String 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

      public void setBalGrpServiceHashTable(Hashtable tempBalGrpServiceHashTable)
    • setBillInfoName

      public void setBillInfoName(String tempBillInfoName)
    • setTreeIndex

      public void setTreeIndex(int treeIndex)