Class BillinfoNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class BillinfoNode extends DefaultMutableTreeNode
BillinfoNode
See Also:
  • Field Details

  • Constructor Details

    • BillinfoNode

      public BillinfoNode()
  • Method Details

    • setType

      public void setType(String type)
      Sets the type of this node
      Parameters:
      type - of this node
    • getType

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

      public void setName(String name)
      Sets the name of this node
      Parameters:
      name -
    • getName

      public String getName()
      Gets the name of this node
      Returns:
    • setDueNow

      public void setDueNow(BigDecimal amt)
      Sets the due now amount
      Parameters:
      amt -
    • getDueNow

      public BigDecimal getDueNow()
      Gets the due now amount
      Returns:
    • setNCDatas

      public void setNCDatas(ArrayList data)
      Sets the Non-Currency datas
      Parameters:
      data - noncurrency data
    • getNCDatas

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

      public void setBalanceGroup(Poid bg)
      Sets Balance group
      Parameters:
      bg -
    • getBalanceGroup

      public Poid getBalanceGroup()
      Gets Balance group
      Returns:
    • setBillinfo

      public void setBillinfo(Poid billinfo)
      Sets Billinfo Poid
      Parameters:
      billinfo -
    • getBillinfo

      public Poid getBillinfo()
      returns Billinfo obj
      Returns:
      Billinfo Poid
    • getCurDescr

      public String getCurDescr()
      Returns the currency desciption.
      Returns:
    • setCurDescr

      public void setCurDescr(String descr)
      Sets the currency description
      Parameters:
      descr -
    • toString

      public String toString()
      Returns string representation of this node
      Overrides:
      toString in class DefaultMutableTreeNode
      Returns: