Adempiere 3.5.2a

org.compiere.model
Interface I_C_Withholding

All Known Implementing Classes:
MWithholding, X_C_Withholding

public interface I_C_Withholding

Generated Interface for C_Withholding

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Beneficiary
          Column name Beneficiary
static String COLUMNNAME_C_PaymentTerm_ID
          Column name C_PaymentTerm_ID
static String COLUMNNAME_C_Withholding_ID
          Column name C_Withholding_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_FixAmt
          Column name FixAmt
static String COLUMNNAME_IsPaidTo3Party
          Column name IsPaidTo3Party
static String COLUMNNAME_IsPercentWithholding
          Column name IsPercentWithholding
static String COLUMNNAME_IsTaxProrated
          Column name IsTaxProrated
static String COLUMNNAME_IsTaxWithholding
          Column name IsTaxWithholding
static String COLUMNNAME_MaxAmt
          Column name MaxAmt
static String COLUMNNAME_MinAmt
          Column name MinAmt
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Percent
          Column name Percent
static String COLUMNNAME_ThresholdMax
          Column name ThresholdMax
static String COLUMNNAME_Thresholdmin
          Column name Thresholdmin
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=304
static String Table_Name
          TableName=C_Withholding
 
Method Summary
 int getBeneficiary()
          Get Beneficiary.
 int getC_PaymentTerm_ID()
          Get Payment Term.
 I_C_PaymentTerm getC_PaymentTerm()
           
 int getC_Withholding_ID()
          Get Withholding.
 String getDescription()
          Get Description.
 BigDecimal getFixAmt()
          Get Fix amount.
 BigDecimal getMaxAmt()
          Get Max Amount.
 BigDecimal getMinAmt()
          Get Min Amount.
 String getName()
          Get Name.
 BigDecimal getPercent()
          Get Percent.
 BigDecimal getThresholdMax()
          Get Threshold max.
 BigDecimal getThresholdmin()
          Get Threshold min.
 boolean isPaidTo3Party()
          Get Paid to third party.
 boolean isPercentWithholding()
          Get Percent withholding.
 boolean isTaxProrated()
          Get Prorate tax.
 boolean isTaxWithholding()
          Get Tax withholding.
 void setBeneficiary(int Beneficiary)
          Set Beneficiary.
 void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
          Set Payment Term.
 void setC_Withholding_ID(int C_Withholding_ID)
          Set Withholding.
 void setDescription(String Description)
          Set Description.
 void setFixAmt(BigDecimal FixAmt)
          Set Fix amount.
 void setIsPaidTo3Party(boolean IsPaidTo3Party)
          Set Paid to third party.
 void setIsPercentWithholding(boolean IsPercentWithholding)
          Set Percent withholding.
 void setIsTaxProrated(boolean IsTaxProrated)
          Set Prorate tax.
 void setIsTaxWithholding(boolean IsTaxWithholding)
          Set Tax withholding.
 void setMaxAmt(BigDecimal MaxAmt)
          Set Max Amount.
 void setMinAmt(BigDecimal MinAmt)
          Set Min Amount.
 void setName(String Name)
          Set Name.
 void setPercent(BigDecimal Percent)
          Set Percent.
 void setThresholdMax(BigDecimal ThresholdMax)
          Set Threshold max.
 void setThresholdmin(BigDecimal Thresholdmin)
          Set Threshold min.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Withholding

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=304


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Beneficiary

static final String COLUMNNAME_Beneficiary
Column name Beneficiary

See Also:
Constant Field Values

COLUMNNAME_C_PaymentTerm_ID

static final String COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_ID

See Also:
Constant Field Values

COLUMNNAME_C_Withholding_ID

static final String COLUMNNAME_C_Withholding_ID
Column name C_Withholding_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_FixAmt

static final String COLUMNNAME_FixAmt
Column name FixAmt

See Also:
Constant Field Values

COLUMNNAME_IsPaidTo3Party

static final String COLUMNNAME_IsPaidTo3Party
Column name IsPaidTo3Party

See Also:
Constant Field Values

COLUMNNAME_IsPercentWithholding

static final String COLUMNNAME_IsPercentWithholding
Column name IsPercentWithholding

See Also:
Constant Field Values

COLUMNNAME_IsTaxProrated

static final String COLUMNNAME_IsTaxProrated
Column name IsTaxProrated

See Also:
Constant Field Values

COLUMNNAME_IsTaxWithholding

static final String COLUMNNAME_IsTaxWithholding
Column name IsTaxWithholding

See Also:
Constant Field Values

COLUMNNAME_MaxAmt

static final String COLUMNNAME_MaxAmt
Column name MaxAmt

See Also:
Constant Field Values

COLUMNNAME_MinAmt

static final String COLUMNNAME_MinAmt
Column name MinAmt

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Percent

static final String COLUMNNAME_Percent
Column name Percent

See Also:
Constant Field Values

COLUMNNAME_ThresholdMax

static final String COLUMNNAME_ThresholdMax
Column name ThresholdMax

See Also:
Constant Field Values

COLUMNNAME_Thresholdmin

static final String COLUMNNAME_Thresholdmin
Column name Thresholdmin

See Also:
Constant Field Values
Method Detail

setBeneficiary

void setBeneficiary(int Beneficiary)
Set Beneficiary. Business Partner to whom payment is made


getBeneficiary

int getBeneficiary()
Get Beneficiary. Business Partner to whom payment is made


setC_PaymentTerm_ID

void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
Set Payment Term. The terms of Payment (timing, discount)


getC_PaymentTerm_ID

int getC_PaymentTerm_ID()
Get Payment Term. The terms of Payment (timing, discount)


getC_PaymentTerm

I_C_PaymentTerm getC_PaymentTerm()
                                 throws Exception
Throws:
Exception

setC_Withholding_ID

void setC_Withholding_ID(int C_Withholding_ID)
Set Withholding. Withholding type defined


getC_Withholding_ID

int getC_Withholding_ID()
Get Withholding. Withholding type defined


setDescription

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


getDescription

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


setFixAmt

void setFixAmt(BigDecimal FixAmt)
Set Fix amount. Fix amounted amount to be levied or paid


getFixAmt

BigDecimal getFixAmt()
Get Fix amount. Fix amounted amount to be levied or paid


setIsPaidTo3Party

void setIsPaidTo3Party(boolean IsPaidTo3Party)
Set Paid to third party. Amount paid to someone other than the Business Partner


isPaidTo3Party

boolean isPaidTo3Party()
Get Paid to third party. Amount paid to someone other than the Business Partner


setIsPercentWithholding

void setIsPercentWithholding(boolean IsPercentWithholding)
Set Percent withholding. Withholding amount is a percentage of the invoice amount


isPercentWithholding

boolean isPercentWithholding()
Get Percent withholding. Withholding amount is a percentage of the invoice amount


setIsTaxProrated

void setIsTaxProrated(boolean IsTaxProrated)
Set Prorate tax. Tax is Prorated


isTaxProrated

boolean isTaxProrated()
Get Prorate tax. Tax is Prorated


setIsTaxWithholding

void setIsTaxWithholding(boolean IsTaxWithholding)
Set Tax withholding. This is a tax related withholding


isTaxWithholding

boolean isTaxWithholding()
Get Tax withholding. This is a tax related withholding


setMaxAmt

void setMaxAmt(BigDecimal MaxAmt)
Set Max Amount. Maximum Amount in invoice currency


getMaxAmt

BigDecimal getMaxAmt()
Get Max Amount. Maximum Amount in invoice currency


setMinAmt

void setMinAmt(BigDecimal MinAmt)
Set Min Amount. Minimum Amount in invoice currency


getMinAmt

BigDecimal getMinAmt()
Get Min Amount. Minimum Amount in invoice currency


setName

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


getName

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


setPercent

void setPercent(BigDecimal Percent)
Set Percent. Percentage


getPercent

BigDecimal getPercent()
Get Percent. Percentage


setThresholdMax

void setThresholdMax(BigDecimal ThresholdMax)
Set Threshold max. Maximum gross amount for withholding calculation (0=no limit)


getThresholdMax

BigDecimal getThresholdMax()
Get Threshold max. Maximum gross amount for withholding calculation (0=no limit)


setThresholdmin

void setThresholdmin(BigDecimal Thresholdmin)
Set Threshold min. Minimum gross amount for withholding calculation


getThresholdmin

BigDecimal getThresholdmin()
Get Threshold min. Minimum gross amount for withholding calculation


Adempiere 3.5.2a

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