|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_Withholding
public class X_C_Withholding
Generated Model for C_Withholding
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
BENEFICIARY_ID_AD_Reference_ID
Beneficiary_ID AD_Reference_ID=138 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=304 |
static String |
Table_Name
TableName=C_Withholding |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_Withholding(Ctx ctx,
int C_Withholding_ID,
String trxName)
Standard Constructor |
|
X_C_Withholding(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getBeneficiary_ID()
Get Beneficiary. |
int |
getC_PaymentTerm_ID()
Get Payment Term. |
int |
getC_Withholding_ID()
Get Withholding. |
String |
getDescription()
Get Description. |
BigDecimal |
getFixAmt()
Get Fix amount. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getMaxAmt()
Get Max Amount. |
BigDecimal |
getMinAmt()
Get Min Amount. |
String |
getName()
Get Name. |
BigDecimal |
getPercentWithholding()
Get Percent. |
BigDecimal |
getThresholdMax()
Get Threshold max. |
BigDecimal |
getThresholdmin()
Get Threshold min. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isPaidTo3Party()
Get Paid to third party. |
boolean |
isPercentWithholding()
Get Percent withholding. |
boolean |
isTaxProrated()
Get Prorate tax. |
boolean |
isTaxWithholding()
Get Tax withholding. |
void |
setBeneficiary_ID(int Beneficiary_ID)
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 |
setPercentWithholding(BigDecimal PercentWithholding)
Set Percent. |
void |
setThresholdMax(BigDecimal ThresholdMax)
Set Threshold max. |
void |
setThresholdmin(BigDecimal Thresholdmin)
Set Threshold min. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int BENEFICIARY_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_Withholding(Ctx ctx,
int C_Withholding_ID,
String trxName)
ctx - contextC_Withholding_ID - idtrxName - transaction
public X_C_Withholding(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setBeneficiary_ID(int Beneficiary_ID)
Beneficiary_ID - Business Partner to whom payment is madepublic int getBeneficiary_ID()
public void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
C_PaymentTerm_ID - The terms of Payment (timing, discount)public int getC_PaymentTerm_ID()
public void setC_Withholding_ID(int C_Withholding_ID)
C_Withholding_ID - Withholding type definedpublic int getC_Withholding_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setFixAmt(BigDecimal FixAmt)
FixAmt - Fixed amount to be levied or paidpublic BigDecimal getFixAmt()
public void setIsPaidTo3Party(boolean IsPaidTo3Party)
IsPaidTo3Party - Amount paid to someone other than the Business Partnerpublic boolean isPaidTo3Party()
public void setIsPercentWithholding(boolean IsPercentWithholding)
IsPercentWithholding - Withholding amount is a percentage of the invoice amountpublic boolean isPercentWithholding()
public void setIsTaxProrated(boolean IsTaxProrated)
IsTaxProrated - Tax is Proratedpublic boolean isTaxProrated()
public void setIsTaxWithholding(boolean IsTaxWithholding)
IsTaxWithholding - This is a tax related withholdingpublic boolean isTaxWithholding()
public void setMaxAmt(BigDecimal MaxAmt)
MaxAmt - Maximum Amount in invoice currencypublic BigDecimal getMaxAmt()
public void setMinAmt(BigDecimal MinAmt)
MinAmt - Minimum Amount in invoice currencypublic BigDecimal getMinAmt()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPercentWithholding(BigDecimal PercentWithholding)
PercentWithholding - Percent withholdingpublic BigDecimal getPercentWithholding()
public void setThresholdMax(BigDecimal ThresholdMax)
ThresholdMax - Maximum gross amount for withholding calculation (0=no limit)public BigDecimal getThresholdMax()
public void setThresholdmin(BigDecimal Thresholdmin)
Thresholdmin - Minimum gross amount for withholding calculationpublic BigDecimal getThresholdmin()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||