Compiere 3.1

org.compiere.vos
Class BankInfo

java.lang.Object
  extended by org.compiere.util.NamePair
      extended by org.compiere.vos.BankInfo
All Implemented Interfaces:
Serializable, Comparable<NamePair>, Comparator<NamePair>

public class BankInfo
extends NamePair

See Also:
Serialized Form

Field Summary
 String Balance
           
 int C_BankAccount_ID
           
 int C_Currency_ID
           
 String Currency
           
 String Name
           
 boolean Transfers
           
 
Constructor Summary
BankInfo()
           
BankInfo(int newC_BankAccount_ID, int newC_Currency_ID, String newName, String newCurrency, String newBalance, boolean newTransfers)
          BankInfo
 
Method Summary
 String getID()
          Returns Key or Value as String
 String toString()
          to String
 
Methods inherited from class org.compiere.util.NamePair
compare, compareTo, getName, indexOfKey, indexOfValue, isSortByName, setName, setSortByName, toStringX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

C_BankAccount_ID

public int C_BankAccount_ID

C_Currency_ID

public int C_Currency_ID

Name

public String Name

Currency

public String Currency

Balance

public String Balance

Transfers

public boolean Transfers
Constructor Detail

BankInfo

public BankInfo()

BankInfo

public BankInfo(int newC_BankAccount_ID,
                int newC_Currency_ID,
                String newName,
                String newCurrency,
                String newBalance,
                boolean newTransfers)
BankInfo

Parameters:
newC_BankAccount_ID -
newC_Currency_ID -
newName -
newCurrency -
newBalance -
newTransfers -
Method Detail

toString

public String toString()
to String

Overrides:
toString in class NamePair
Returns:
infoint

getID

public String getID()
Description copied from class: NamePair
Returns Key or Value as String

Specified by:
getID in class NamePair
Returns:
String or null

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.