Adempiere 3.5.2a

org.compiere.model
Interface I_C_DunningRunEntry

All Known Implementing Classes:
MDunningRunEntry, X_C_DunningRunEntry

public interface I_C_DunningRunEntry

Generated Interface for C_DunningRunEntry

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_Amt
          Column name Amt
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_BPartner_Location_ID
          Column name C_BPartner_Location_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_DunningRun_ID
          Column name C_DunningRun_ID
static String COLUMNNAME_C_DunningRunEntry_ID
          Column name C_DunningRunEntry_ID
static String COLUMNNAME_Note
          Column name Note
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Qty
          Column name Qty
static String COLUMNNAME_SalesRep_ID
          Column name SalesRep_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=527
static String Table_Name
          TableName=C_DunningRunEntry
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 BigDecimal getAmt()
          Get Amount.
 int getC_BPartner_ID()
          Get Business Partner .
 int getC_BPartner_Location_ID()
          Get Partner Location.
 I_C_BPartner_Location getC_BPartner_Location()
           
 I_C_BPartner getC_BPartner()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_DunningRun_ID()
          Get Dunning Run.
 I_C_DunningRun getC_DunningRun()
           
 int getC_DunningRunEntry_ID()
          Get Dunning Run Entry.
 String getNote()
          Get Note.
 BigDecimal getQty()
          Get Quantity.
 int getSalesRep_ID()
          Get Sales Representative.
 boolean isProcessed()
          Get Processed.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setAmt(BigDecimal Amt)
          Set Amount.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
          Set Partner Location.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_DunningRun_ID(int C_DunningRun_ID)
          Set Dunning Run.
 void setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
          Set Dunning Run Entry.
 void setNote(String Note)
          Set Note.
 void setProcessed(boolean Processed)
          Set Processed.
 void setQty(BigDecimal Qty)
          Set Quantity.
 void setSalesRep_ID(int SalesRep_ID)
          Set Sales Representative.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_DunningRunEntry

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=527


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_Amt

static final String COLUMNNAME_Amt
Column name Amt

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_Location_ID

static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_C_DunningRunEntry_ID

static final String COLUMNNAME_C_DunningRunEntry_ID
Column name C_DunningRunEntry_ID

See Also:
Constant Field Values

COLUMNNAME_C_DunningRun_ID

static final String COLUMNNAME_C_DunningRun_ID
Column name C_DunningRun_ID

See Also:
Constant Field Values

COLUMNNAME_Note

static final String COLUMNNAME_Note
Column name Note

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Qty

static final String COLUMNNAME_Qty
Column name Qty

See Also:
Constant Field Values

COLUMNNAME_SalesRep_ID

static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID

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

setAmt

void setAmt(BigDecimal Amt)
Set Amount. Amount


getAmt

BigDecimal getAmt()
Get Amount. Amount


setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_BPartner_Location_ID

void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location_ID

int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location

I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setC_DunningRunEntry_ID

void setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
Set Dunning Run Entry. Dunning Run Entry


getC_DunningRunEntry_ID

int getC_DunningRunEntry_ID()
Get Dunning Run Entry. Dunning Run Entry


setC_DunningRun_ID

void setC_DunningRun_ID(int C_DunningRun_ID)
Set Dunning Run. Dunning Run


getC_DunningRun_ID

int getC_DunningRun_ID()
Get Dunning Run. Dunning Run


getC_DunningRun

I_C_DunningRun getC_DunningRun()
                               throws Exception
Throws:
Exception

setNote

void setNote(String Note)
Set Note. Optional additional user defined information


getNote

String getNote()
Get Note. Optional additional user defined information


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setQty

void setQty(BigDecimal Qty)
Set Quantity. Quantity


getQty

BigDecimal getQty()
Get Quantity. Quantity


setSalesRep_ID

void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. Sales Representative or Company Agent


getSalesRep_ID

int getSalesRep_ID()
Get Sales Representative. Sales Representative or Company Agent


Adempiere 3.5.2a

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