|
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_TaxDeclarationLine
public class X_C_TaxDeclarationLine
Generated Model for C_TaxDeclarationLine
| 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 |
| Constructor Summary | |
|---|---|
X_C_TaxDeclarationLine(Properties ctx,
int C_TaxDeclarationLine_ID,
String trxName)
Standard Constructor |
|
X_C_TaxDeclarationLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_AllocationLine_ID()
Get Allocation Line. |
I_C_AllocationLine |
getC_AllocationLine()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_InvoiceLine_ID()
Get Invoice Line. |
I_C_InvoiceLine |
getC_InvoiceLine()
|
int |
getC_Tax_ID()
Get Tax. |
I_C_Tax |
getC_Tax()
|
int |
getC_TaxDeclaration_ID()
Get Tax Declaration. |
I_C_TaxDeclaration |
getC_TaxDeclaration()
|
int |
getC_TaxDeclarationLine_ID()
Get Tax Declaration Line. |
Timestamp |
getDateAcct()
Get Account Date. |
String |
getDescription()
Get Description. |
int |
getLine()
Get Line No. |
BigDecimal |
getTaxAmt()
Get Tax Amount. |
BigDecimal |
getTaxBaseAmt()
Get Tax base Amount. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isManual()
Get Manual. |
void |
setC_AllocationLine_ID(int C_AllocationLine_ID)
Set Allocation Line. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. |
void |
setC_Tax_ID(int C_Tax_ID)
Set Tax. |
void |
setC_TaxDeclaration_ID(int C_TaxDeclaration_ID)
Set Tax Declaration. |
void |
setC_TaxDeclarationLine_ID(int C_TaxDeclarationLine_ID)
Set Tax Declaration Line. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDescription(String Description)
Set Description. |
void |
setIsManual(boolean IsManual)
Set Manual. |
void |
setLine(int Line)
Set Line No. |
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_TaxDeclarationLine(Properties ctx,
int C_TaxDeclarationLine_ID,
String trxName)
public X_C_TaxDeclarationLine(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_AllocationLine getC_AllocationLine()
throws Exception
getC_AllocationLine in interface I_C_TaxDeclarationLineExceptionpublic void setC_AllocationLine_ID(int C_AllocationLine_ID)
setC_AllocationLine_ID in interface I_C_TaxDeclarationLineC_AllocationLine_ID - Allocation Linepublic int getC_AllocationLine_ID()
getC_AllocationLine_ID in interface I_C_TaxDeclarationLine
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_TaxDeclarationLineExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_TaxDeclarationLineC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_TaxDeclarationLine
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_TaxDeclarationLineExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_TaxDeclarationLineC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_TaxDeclarationLine
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_TaxDeclarationLineExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_TaxDeclarationLineC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_TaxDeclarationLine
public I_C_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_C_TaxDeclarationLineExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_C_TaxDeclarationLineC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_C_TaxDeclarationLine
public I_C_TaxDeclaration getC_TaxDeclaration()
throws Exception
getC_TaxDeclaration in interface I_C_TaxDeclarationLineExceptionpublic void setC_TaxDeclaration_ID(int C_TaxDeclaration_ID)
setC_TaxDeclaration_ID in interface I_C_TaxDeclarationLineC_TaxDeclaration_ID - Define the declaration to the tax authoritiespublic int getC_TaxDeclaration_ID()
getC_TaxDeclaration_ID in interface I_C_TaxDeclarationLinepublic void setC_TaxDeclarationLine_ID(int C_TaxDeclarationLine_ID)
setC_TaxDeclarationLine_ID in interface I_C_TaxDeclarationLineC_TaxDeclarationLine_ID - Tax Declaration Document Informationpublic int getC_TaxDeclarationLine_ID()
getC_TaxDeclarationLine_ID in interface I_C_TaxDeclarationLine
public I_C_Tax getC_Tax()
throws Exception
getC_Tax in interface I_C_TaxDeclarationLineExceptionpublic void setC_Tax_ID(int C_Tax_ID)
setC_Tax_ID in interface I_C_TaxDeclarationLineC_Tax_ID - Tax identifierpublic int getC_Tax_ID()
getC_Tax_ID in interface I_C_TaxDeclarationLinepublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_C_TaxDeclarationLineDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_C_TaxDeclarationLinepublic void setDescription(String Description)
setDescription in interface I_C_TaxDeclarationLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_TaxDeclarationLinepublic void setIsManual(boolean IsManual)
setIsManual in interface I_C_TaxDeclarationLineIsManual - This is a manual processpublic boolean isManual()
isManual in interface I_C_TaxDeclarationLinepublic void setLine(int Line)
setLine in interface I_C_TaxDeclarationLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_C_TaxDeclarationLinepublic void setTaxAmt(BigDecimal TaxAmt)
setTaxAmt in interface I_C_TaxDeclarationLineTaxAmt - Tax Amount for a documentpublic BigDecimal getTaxAmt()
getTaxAmt in interface I_C_TaxDeclarationLinepublic void setTaxBaseAmt(BigDecimal TaxBaseAmt)
setTaxBaseAmt in interface I_C_TaxDeclarationLineTaxBaseAmt - Base for calculating the tax amountpublic BigDecimal getTaxBaseAmt()
getTaxBaseAmt in interface I_C_TaxDeclarationLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||