Adempiere 3.5.2a

org.compiere.model
Interface I_C_TaxDeclaration

All Known Implementing Classes:
MTaxDeclaration, X_C_TaxDeclaration

public interface I_C_TaxDeclaration

Generated Interface for C_TaxDeclaration

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_TaxDeclaration_ID
          Column name C_TaxDeclaration_ID
static String COLUMNNAME_DateFrom
          Column name DateFrom
static String COLUMNNAME_DateTo
          Column name DateTo
static String COLUMNNAME_DateTrx
          Column name DateTrx
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=818
static String Table_Name
          TableName=C_TaxDeclaration
 
Method Summary
 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.
 String getName()
          Get Name.
 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
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_TaxDeclaration

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=818


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_TaxDeclaration_ID

static final String COLUMNNAME_C_TaxDeclaration_ID
Column name C_TaxDeclaration_ID

See Also:
Constant Field Values

COLUMNNAME_DateFrom

static final String COLUMNNAME_DateFrom
Column name DateFrom

See Also:
Constant Field Values

COLUMNNAME_DateTo

static final String COLUMNNAME_DateTo
Column name DateTo

See Also:
Constant Field Values

COLUMNNAME_DateTrx

static final String COLUMNNAME_DateTrx
Column name DateTrx

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values
Method Detail

setC_TaxDeclaration_ID

void setC_TaxDeclaration_ID(int C_TaxDeclaration_ID)
Set Tax Declaration. Define the declaration to the tax authorities


getC_TaxDeclaration_ID

int getC_TaxDeclaration_ID()
Get Tax Declaration. Define the declaration to the tax authorities


setDateFrom

void setDateFrom(Timestamp DateFrom)
Set Date From. Starting date for a range


getDateFrom

Timestamp getDateFrom()
Get Date From. Starting date for a range


setDateTo

void setDateTo(Timestamp DateTo)
Set Date To. End date of a date range


getDateTo

Timestamp getDateTo()
Get Date To. End date of a date range


setDateTrx

void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date


getDateTrx

Timestamp getDateTrx()
Get Transaction Date. Transaction Date


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.