|
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_TaxDeclaration
public class X_C_TaxDeclaration
Generated Model for C_TaxDeclaration
| 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_TaxDeclaration |
|---|
accessLevel, COLUMNNAME_C_TaxDeclaration_ID, COLUMNNAME_DateFrom, COLUMNNAME_DateTo, COLUMNNAME_DateTrx, COLUMNNAME_Description, COLUMNNAME_Name, COLUMNNAME_Processed, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_TaxDeclaration(Properties ctx,
int C_TaxDeclaration_ID,
String trxName)
Standard Constructor |
|
X_C_TaxDeclaration(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_TaxDeclaration_ID()
Get Tax Declaration. |
Timestamp |
getDateFrom()
Get Date From. |
Timestamp |
getDateTo()
Get Date To. |
Timestamp |
getDateTrx()
Get Transaction Date. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_TaxDeclaration_ID(int C_TaxDeclaration_ID)
Set Tax Declaration. |
void |
setDateFrom(Timestamp DateFrom)
Set Date From. |
void |
setDateTo(Timestamp DateTo)
Set Date To. |
void |
setDateTrx(Timestamp DateTrx)
Set Transaction Date. |
void |
setDescription(String Description)
Set Description. |
void |
setName(String Name)
Set Name. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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_TaxDeclaration(Properties ctx,
int C_TaxDeclaration_ID,
String trxName)
public X_C_TaxDeclaration(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 POpublic void setC_TaxDeclaration_ID(int C_TaxDeclaration_ID)
setC_TaxDeclaration_ID in interface I_C_TaxDeclarationC_TaxDeclaration_ID - Define the declaration to the tax authoritiespublic int getC_TaxDeclaration_ID()
getC_TaxDeclaration_ID in interface I_C_TaxDeclarationpublic void setDateFrom(Timestamp DateFrom)
setDateFrom in interface I_C_TaxDeclarationDateFrom - Starting date for a rangepublic Timestamp getDateFrom()
getDateFrom in interface I_C_TaxDeclarationpublic void setDateTo(Timestamp DateTo)
setDateTo in interface I_C_TaxDeclarationDateTo - End date of a date rangepublic Timestamp getDateTo()
getDateTo in interface I_C_TaxDeclarationpublic void setDateTrx(Timestamp DateTrx)
setDateTrx in interface I_C_TaxDeclarationDateTrx - Transaction Datepublic Timestamp getDateTrx()
getDateTrx in interface I_C_TaxDeclarationpublic void setDescription(String Description)
setDescription in interface I_C_TaxDeclarationDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_TaxDeclarationpublic void setName(String Name)
setName in interface I_C_TaxDeclarationName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_TaxDeclarationpublic KeyNamePair getKeyNamePair()
public void setProcessed(boolean Processed)
setProcessed in interface I_C_TaxDeclarationProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_TaxDeclarationpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_TaxDeclarationProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_TaxDeclaration
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||