Adempiere 3.5.2a

org.compiere.model
Interface I_A_Depreciation_Method

All Known Implementing Classes:
X_A_Depreciation_Method

public interface I_A_Depreciation_Method

Generated Interface for A_Depreciation_Method

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_A_Depreciation_Method_ID
          Column name A_Depreciation_Method_ID
static String COLUMNNAME_DepreciationType
          Column name DepreciationType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Text
          Column name Text
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53124
static String Table_Name
          TableName=A_Depreciation_Method
 
Method Summary
 int getA_Depreciation_Method_ID()
          Get A_Depreciation_Method_ID
 String getDepreciationType()
          Get DepreciationType
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getText()
          Get Text
 boolean isProcessed()
          Get Processed.
 void setA_Depreciation_Method_ID(int A_Depreciation_Method_ID)
          Set A_Depreciation_Method_ID
 void setDepreciationType(String DepreciationType)
          Set DepreciationType
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setProcessed(boolean Processed)
          Set Processed.
 void setText(String Text)
          Set Text
 

Field Detail

Table_Name

static final String Table_Name
TableName=A_Depreciation_Method

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53124


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_A_Depreciation_Method_ID

static final String COLUMNNAME_A_Depreciation_Method_ID
Column name A_Depreciation_Method_ID

See Also:
Constant Field Values

COLUMNNAME_DepreciationType

static final String COLUMNNAME_DepreciationType
Column name DepreciationType

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_Text

static final String COLUMNNAME_Text
Column name Text

See Also:
Constant Field Values
Method Detail

setA_Depreciation_Method_ID

void setA_Depreciation_Method_ID(int A_Depreciation_Method_ID)
Set A_Depreciation_Method_ID


getA_Depreciation_Method_ID

int getA_Depreciation_Method_ID()
Get A_Depreciation_Method_ID


setDepreciationType

void setDepreciationType(String DepreciationType)
Set DepreciationType


getDepreciationType

String getDepreciationType()
Get DepreciationType


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


setText

void setText(String Text)
Set Text


getText

String getText()
Get Text


Adempiere 3.5.2a

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