org.compiere.sqlj
Class BPartner
java.lang.Object
org.compiere.sqlj.BPartner
public class BPartner
- extends Object
SQLJ Business Partner related Functions
- Version:
- $Id: BPartner.java,v 1.3 2006/07/30 00:59:07 jjanke Exp $
- Author:
- Jorg Janke
|
Method Summary |
static int |
remitLocation(int p_C_BPartner_ID)
Return first Remit Location of BPartner. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BPartner
public BPartner()
remitLocation
public static int remitLocation(int p_C_BPartner_ID)
throws SQLException
- Return first Remit Location of BPartner.
C_BPartner_RemitLocation - bpartnerRemitLocation
- Parameters:
p_C_BPartner_ID - business partner
- Returns:
- remit to location
- Throws:
SQLException
AdemPiere