Adempiere 3.5.2a

org.compiere.model
Interface I_A_Depreciation_Convention

All Known Implementing Classes:
X_A_Depreciation_Convention

public interface I_A_Depreciation_Convention

Generated Interface for A_Depreciation_Convention

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_A_Depreciation_Convention_ID
          Column name A_Depreciation_Convention_ID
static String COLUMNNAME_ConventionType
          Column name ConventionType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Textmsg
          Column name Textmsg
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53125
static String Table_Name
          TableName=A_Depreciation_Convention
 
Method Summary
 int getA_Depreciation_Convention_ID()
          Get A_Depreciation_Convention_ID
 String getConventionType()
          Get ConventionType
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getTextmsg()
          Get Textmsg
 boolean isProcessed()
          Get Processed.
 void setA_Depreciation_Convention_ID(int A_Depreciation_Convention_ID)
          Set A_Depreciation_Convention_ID
 void setConventionType(String ConventionType)
          Set ConventionType
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setProcessed(boolean Processed)
          Set Processed.
 void setTextmsg(String Textmsg)
          Set Textmsg
 

Field Detail

Table_Name

static final String Table_Name
TableName=A_Depreciation_Convention

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53125


Model

static final KeyNamePair Model

accessLevel

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


COLUMNNAME_A_Depreciation_Convention_ID

static final String COLUMNNAME_A_Depreciation_Convention_ID
Column name A_Depreciation_Convention_ID

See Also:
Constant Field Values

COLUMNNAME_ConventionType

static final String COLUMNNAME_ConventionType
Column name ConventionType

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_Textmsg

static final String COLUMNNAME_Textmsg
Column name Textmsg

See Also:
Constant Field Values
Method Detail

setA_Depreciation_Convention_ID

void setA_Depreciation_Convention_ID(int A_Depreciation_Convention_ID)
Set A_Depreciation_Convention_ID


getA_Depreciation_Convention_ID

int getA_Depreciation_Convention_ID()
Get A_Depreciation_Convention_ID


setConventionType

void setConventionType(String ConventionType)
Set ConventionType


getConventionType

String getConventionType()
Get ConventionType


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


setTextmsg

void setTextmsg(String Textmsg)
Set Textmsg


getTextmsg

String getTextmsg()
Get Textmsg


Adempiere 3.5.2a

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