Adempiere 3.5.2a

org.compiere.model
Interface I_C_Charge

All Known Implementing Classes:
MCharge, X_C_Charge

public interface I_C_Charge

Generated Interface for C_Charge

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_C_TaxCategory_ID
          Column name C_TaxCategory_ID
static String COLUMNNAME_ChargeAmt
          Column name ChargeAmt
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsSameCurrency
          Column name IsSameCurrency
static String COLUMNNAME_IsSameTax
          Column name IsSameTax
static String COLUMNNAME_IsTaxIncluded
          Column name IsTaxIncluded
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=313
static String Table_Name
          TableName=C_Charge
 
Method Summary
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Charge_ID()
          Get Charge.
 int getC_TaxCategory_ID()
          Get Tax Category.
 I_C_TaxCategory getC_TaxCategory()
           
 BigDecimal getChargeAmt()
          Get Charge amount.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 boolean isSameCurrency()
          Get Same Currency
 boolean isSameTax()
          Get Same Tax.
 boolean isTaxIncluded()
          Get Price includes Tax.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setC_TaxCategory_ID(int C_TaxCategory_ID)
          Set Tax Category.
 void setChargeAmt(BigDecimal ChargeAmt)
          Set Charge amount.
 void setDescription(String Description)
          Set Description.
 void setIsSameCurrency(boolean IsSameCurrency)
          Set Same Currency
 void setIsSameTax(boolean IsSameTax)
          Set Same Tax.
 void setIsTaxIncluded(boolean IsTaxIncluded)
          Set Price includes Tax.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Charge

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=313


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_ChargeAmt

static final String COLUMNNAME_ChargeAmt
Column name ChargeAmt

See Also:
Constant Field Values

COLUMNNAME_C_TaxCategory_ID

static final String COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsSameCurrency

static final String COLUMNNAME_IsSameCurrency
Column name IsSameCurrency

See Also:
Constant Field Values

COLUMNNAME_IsSameTax

static final String COLUMNNAME_IsSameTax
Column name IsSameTax

See Also:
Constant Field Values

COLUMNNAME_IsTaxIncluded

static final String COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

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_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


setChargeAmt

void setChargeAmt(BigDecimal ChargeAmt)
Set Charge amount. Charge Amount


getChargeAmt

BigDecimal getChargeAmt()
Get Charge amount. Charge Amount


setC_TaxCategory_ID

void setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. Tax Category


getC_TaxCategory_ID

int getC_TaxCategory_ID()
Get Tax Category. Tax Category


getC_TaxCategory

I_C_TaxCategory getC_TaxCategory()
                                 throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsSameCurrency

void setIsSameCurrency(boolean IsSameCurrency)
Set Same Currency


isSameCurrency

boolean isSameCurrency()
Get Same Currency


setIsSameTax

void setIsSameTax(boolean IsSameTax)
Set Same Tax. Use the same tax as the main transaction


isSameTax

boolean isSameTax()
Get Same Tax. Use the same tax as the main transaction


setIsTaxIncluded

void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. Tax is included in the price


isTaxIncluded

boolean isTaxIncluded()
Get Price includes Tax. Tax is included in the price


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

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