Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Beneficiary
Column name Beneficiarystatic String
COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_IDstatic String
COLUMNNAME_C_Withholding_ID
Column name C_Withholding_IDstatic String
COLUMNNAME_C_Withholding_UU
Column name C_Withholding_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_FixAmt
Column name FixAmtstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsPaidTo3Party
Column name IsPaidTo3Partystatic String
COLUMNNAME_IsPercentWithholding
Column name IsPercentWithholdingstatic String
COLUMNNAME_IsTaxProrated
Column name IsTaxProratedstatic String
COLUMNNAME_IsTaxWithholding
Column name IsTaxWithholdingstatic String
COLUMNNAME_MaxAmt
Column name MaxAmtstatic String
COLUMNNAME_MinAmt
Column name MinAmtstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Percent
Column name Percentstatic String
COLUMNNAME_ThresholdMax
Column name ThresholdMaxstatic String
COLUMNNAME_Thresholdmin
Column name Thresholdminstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=304static String
Table_Name
TableName=C_Withholding
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_BPartner
getBenefici()
int
getBeneficiary()
Get Beneficiary.I_C_PaymentTerm
getC_PaymentTerm()
int
getC_PaymentTerm_ID()
Get Payment Term.int
getC_Withholding_ID()
Get Withholding.String
getC_Withholding_UU()
Get C_Withholding_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isPaidTo3Party()
Get Paid to third party.boolean
isPercentWithholding()
Get Percent withholding.boolean
isTaxProrated()
Get Prorate tax.boolean
isTaxWithholding()
Get Tax withholding.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setC_Withholding_UU(String C_Withholding_UU)
Set C_Withholding_UUvoid
setDescription(String Description)
Set Description.void
setFixAmt(BigDecimal FixAmt)
Set Fix amount.void
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_C_Withholding_UU
static final String COLUMNNAME_C_Withholding_UU
Column name C_Withholding_UU- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
-
getBenefici
I_C_BPartner getBenefici() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setC_Withholding_UU
void setC_Withholding_UU(String C_Withholding_UU)
Set C_Withholding_UU
-
getC_Withholding_UU
String getC_Withholding_UU()
Get C_Withholding_UU
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-