org.compiere.vos
Class BankInfo
java.lang.Object
org.compiere.util.NamePair
org.compiere.vos.BankInfo
- All Implemented Interfaces:
- Serializable, Comparable<NamePair>, Comparator<NamePair>
public class BankInfo
- extends NamePair
- See Also:
- Serialized Form
|
Constructor Summary |
BankInfo()
|
BankInfo(int newC_BankAccount_ID,
int newC_Currency_ID,
String newName,
String newCurrency,
String newBalance,
boolean newTransfers)
BankInfo |
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
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 -
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® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.