Adempiere 3.5.2a

org.compiere.model
Interface I_B_BuyerFunds

All Known Implementing Classes:
X_B_BuyerFunds

public interface I_B_BuyerFunds

Generated Interface for B_BuyerFunds

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_B_BuyerFunds_ID
          Column name B_BuyerFunds_ID
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_Payment_ID
          Column name C_Payment_ID
static String COLUMNNAME_CommittedAmt
          Column name CommittedAmt
static String COLUMNNAME_NonCommittedAmt
          Column name NonCommittedAmt
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=683
static String Table_Name
          TableName=B_BuyerFunds
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getB_BuyerFunds_ID()
          Get Buyer Funds.
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_Payment_ID()
          Get Payment.
 I_C_Payment getC_Payment()
           
 BigDecimal getCommittedAmt()
          Get Committed Amount.
 BigDecimal getNonCommittedAmt()
          Get Not Committed Aount.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setB_BuyerFunds_ID(int B_BuyerFunds_ID)
          Set Buyer Funds.
 void setC_Order_ID(int C_Order_ID)
          Set Order.
 void setC_Payment_ID(int C_Payment_ID)
          Set Payment.
 void setCommittedAmt(BigDecimal CommittedAmt)
          Set Committed Amount.
 void setNonCommittedAmt(BigDecimal NonCommittedAmt)
          Set Not Committed Aount.
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_BuyerFunds

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=683


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_B_BuyerFunds_ID

static final String COLUMNNAME_B_BuyerFunds_ID
Column name B_BuyerFunds_ID

See Also:
Constant Field Values

COLUMNNAME_CommittedAmt

static final String COLUMNNAME_CommittedAmt
Column name CommittedAmt

See Also:
Constant Field Values

COLUMNNAME_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID

See Also:
Constant Field Values

COLUMNNAME_C_Payment_ID

static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID

See Also:
Constant Field Values

COLUMNNAME_NonCommittedAmt

static final String COLUMNNAME_NonCommittedAmt
Column name NonCommittedAmt

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setB_BuyerFunds_ID

void setB_BuyerFunds_ID(int B_BuyerFunds_ID)
Set Buyer Funds. Buyer Funds for Bids on Topics


getB_BuyerFunds_ID

int getB_BuyerFunds_ID()
Get Buyer Funds. Buyer Funds for Bids on Topics


setCommittedAmt

void setCommittedAmt(BigDecimal CommittedAmt)
Set Committed Amount. The (legal) commitment amount


getCommittedAmt

BigDecimal getCommittedAmt()
Get Committed Amount. The (legal) commitment amount


setC_Order_ID

void setC_Order_ID(int C_Order_ID)
Set Order. Order


getC_Order_ID

int getC_Order_ID()
Get Order. Order


getC_Order

I_C_Order getC_Order()
                     throws Exception
Throws:
Exception

setC_Payment_ID

void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier


getC_Payment_ID

int getC_Payment_ID()
Get Payment. Payment identifier


getC_Payment

I_C_Payment getC_Payment()
                         throws Exception
Throws:
Exception

setNonCommittedAmt

void setNonCommittedAmt(BigDecimal NonCommittedAmt)
Set Not Committed Aount. Amount not committed yet


getNonCommittedAmt

BigDecimal getNonCommittedAmt()
Get Not Committed Aount. Amount not committed yet


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.