|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_InvoiceTax
public class X_C_InvoiceTax
Generated Model for C_InvoiceTax
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_C_InvoiceTax |
|---|
accessLevel, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_Tax_ID, COLUMNNAME_IsTaxIncluded, COLUMNNAME_Processed, COLUMNNAME_TaxAmt, COLUMNNAME_TaxBaseAmt, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_InvoiceTax(Properties ctx,
int C_InvoiceTax_ID,
String trxName)
Standard Constructor |
|
X_C_InvoiceTax(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_Tax_ID()
Get Tax. |
I_C_Tax |
getC_Tax()
|
BigDecimal |
getTaxAmt()
Get Tax Amount. |
BigDecimal |
getTaxBaseAmt()
Get Tax base Amount. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isTaxIncluded()
Get Price includes Tax. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_Tax_ID(int C_Tax_ID)
Set Tax. |
void |
setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount. |
void |
setTaxBaseAmt(BigDecimal TaxBaseAmt)
Set Tax base Amount. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_C_InvoiceTax(Properties ctx,
int C_InvoiceTax_ID,
String trxName)
public X_C_InvoiceTax(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_InvoiceTaxExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_InvoiceTaxC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_InvoiceTax
public I_C_Tax getC_Tax()
throws Exception
getC_Tax in interface I_C_InvoiceTaxExceptionpublic void setC_Tax_ID(int C_Tax_ID)
setC_Tax_ID in interface I_C_InvoiceTaxC_Tax_ID - Tax identifierpublic int getC_Tax_ID()
getC_Tax_ID in interface I_C_InvoiceTaxpublic void setIsTaxIncluded(boolean IsTaxIncluded)
setIsTaxIncluded in interface I_C_InvoiceTaxIsTaxIncluded - Tax is included in the pricepublic boolean isTaxIncluded()
isTaxIncluded in interface I_C_InvoiceTaxpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_InvoiceTaxProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_InvoiceTaxpublic void setTaxAmt(BigDecimal TaxAmt)
setTaxAmt in interface I_C_InvoiceTaxTaxAmt - Tax Amount for a documentpublic BigDecimal getTaxAmt()
getTaxAmt in interface I_C_InvoiceTaxpublic void setTaxBaseAmt(BigDecimal TaxBaseAmt)
setTaxBaseAmt in interface I_C_InvoiceTaxTaxBaseAmt - Base for calculating the tax amountpublic BigDecimal getTaxBaseAmt()
getTaxBaseAmt in interface I_C_InvoiceTax
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||