Package com.portal.app.cc
Class BillinfoNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.portal.app.cc.BillinfoNode
- All Implemented Interfaces:
Serializable
,Cloneable
,MutableTreeNode
,TreeNode
BillinfoNode
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets Balance groupreturns Billinfo objReturns the currency desciption.Gets the due now amountint
getFlag()
Gets the flag of this nodegetName()
Gets the name of this nodeGets the Non-Currency datasgetType()
Gets the type of this nodeboolean
Returns true if the node is selectedvoid
setBalanceGroup
(Poid bg) Sets Balance groupvoid
setBillinfo
(Poid billinfo) Sets Billinfo Poidvoid
setCurDescr
(String descr) Sets the currency descriptionvoid
setDueNow
(BigDecimal amt) Sets the due now amountvoid
setFlag
(int i) Sets the flag of this nodevoid
Sets the name of this nodevoid
setNCDatas
(ArrayList data) Sets the Non-Currency datasvoid
setSelected
(boolean value) Selects/deselects the nodevoid
Sets the type of this nodetoString()
Returns string representation of this nodeMethods inherited from class javax.swing.tree.DefaultMutableTreeNode
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, setUserObject
-
Field Details
-
BILLINFO
- See Also:
-
BALANCE_GROUP
- See Also:
-
SERVICE
- See Also:
-
-
Constructor Details
-
BillinfoNode
public BillinfoNode()
-
-
Method Details
-
setType
Sets the type of this node- Parameters:
type
- of this node
-
getType
Gets the type of this node- Returns:
- the type of this node
-
setFlag
public void setFlag(int i) Sets the flag of this node- Parameters:
i
-
-
getFlag
public int getFlag()Gets the flag of this node- Returns:
-
setName
Sets the name of this node- Parameters:
name
-
-
getName
Gets the name of this node- Returns:
-
setDueNow
Sets the due now amount- Parameters:
amt
-
-
getDueNow
Gets the due now amount- Returns:
-
setNCDatas
Sets the Non-Currency datas- Parameters:
data
- noncurrency data
-
getNCDatas
Gets the Non-Currency datas- Returns:
- Non-Currency datas
-
setSelected
public void setSelected(boolean value) Selects/deselects the node- Parameters:
value
-
-
isSelected
public boolean isSelected()Returns true if the node is selected- Returns:
-
setBalanceGroup
Sets Balance group- Parameters:
bg
-
-
getBalanceGroup
Gets Balance group- Returns:
-
setBillinfo
Sets Billinfo Poid- Parameters:
billinfo
-
-
getBillinfo
returns Billinfo obj- Returns:
- Billinfo Poid
-
getCurDescr
Returns the currency desciption.- Returns:
-
setCurDescr
Sets the currency description- Parameters:
descr
-
-
toString
Returns string representation of this node- Overrides:
toString
in classDefaultMutableTreeNode
- Returns:
-