Constructor and Description |
---|
BillGroupData(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(com.portal.app.cc.BalanceGroupAndServicesData obj) |
Object |
clone() |
String |
getBillGrpName() |
com.portal.app.cc.BalanceGroupAndServicesData |
getChild(int index) |
ArrayList |
getChildren() |
boolean |
removeAllChild() |
boolean |
removeChild(com.portal.app.cc.BalanceGroupAndServicesData obj) |
void |
setBillGrpName(String name) |
public BillGroupData(String name)
public com.portal.app.cc.BalanceGroupAndServicesData getChild(int index)
public void addChild(com.portal.app.cc.BalanceGroupAndServicesData obj)
public boolean removeChild(com.portal.app.cc.BalanceGroupAndServicesData obj)
public boolean removeAllChild()
public ArrayList getChildren()
public String getBillGrpName()
public void setBillGrpName(String name)
Copyright © 2003, 2023, Oracle and/or its affiliates.