public class BillinfoNode extends DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
static String |
BALANCE_GROUP |
static String |
BILLINFO |
static String |
SERVICE |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
BillinfoNode() |
| Modifier and Type | Method and Description |
|---|---|
Poid |
getBalanceGroup()
Gets Balance group
|
Poid |
getBillinfo()
returns Billinfo obj
|
String |
getCurDescr()
Returns the currency desciption.
|
BigDecimal |
getDueNow()
Gets the due now amount
|
int |
getFlag()
Gets the flag of this node
|
String |
getName()
Gets the name of this node
|
ArrayList |
getNCDatas()
Gets the Non-Currency datas
|
String |
getType()
Gets the type of this node
|
boolean |
isSelected()
Returns true if the node is selected
|
void |
setBalanceGroup(Poid bg)
Sets Balance group
|
void |
setBillinfo(Poid billinfo)
Sets Billinfo Poid
|
void |
setCurDescr(String descr)
Sets the currency description
|
void |
setDueNow(BigDecimal amt)
Sets the due now amount
|
void |
setFlag(int i)
Sets the flag of this node
|
void |
setName(String name)
Sets the name of this node
|
void |
setNCDatas(ArrayList data)
Sets the Non-Currency datas
|
void |
setSelected(boolean value)
Selects/deselects the node
|
void |
setType(String type)
Sets the type of this node
|
String |
toString()
Returns string representation of this node
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic static final String BILLINFO
public static final String BALANCE_GROUP
public static final String SERVICE
public void setType(String type)
type - of this nodepublic String getType()
public void setFlag(int i)
i - public int getFlag()
public void setName(String name)
name - public String getName()
public void setDueNow(BigDecimal amt)
amt - public BigDecimal getDueNow()
public void setNCDatas(ArrayList data)
data - noncurrency datapublic ArrayList getNCDatas()
public void setSelected(boolean value)
value - public boolean isSelected()
public void setBalanceGroup(Poid bg)
bg - public Poid getBalanceGroup()
public void setBillinfo(Poid billinfo)
billinfo - public Poid getBillinfo()
public String getCurDescr()
public void setCurDescr(String descr)
descr - public String toString()
toString in class DefaultMutableTreeNodeCopyright © 2003, 2023, Oracle and/or its affiliates.