Adempiere 3.5.2a

org.compiere.model
Interface I_A_Depreciation_Exp

All Known Implementing Classes:
X_A_Depreciation_Exp

public interface I_A_Depreciation_Exp

Generated Interface for A_Depreciation_Exp

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_A_Account_Number
          Column name A_Account_Number
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_A_Depreciation_Exp_ID
          Column name A_Depreciation_Exp_ID
static String COLUMNNAME_A_Entry_Type
          Column name A_Entry_Type
static String COLUMNNAME_A_Period
          Column name A_Period
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Expense
          Column name Expense
static String COLUMNNAME_IsDepreciated
          Column name IsDepreciated
static String COLUMNNAME_PostingType
          Column name PostingType
static String COLUMNNAME_Processed
          Column name Processed
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53115
static String Table_Name
          TableName=A_Depreciation_Exp
 
Method Summary
 int getA_Account_Number()
          Get A_Account_Number
 int getA_Asset_ID()
          Get Asset.
 int getA_Depreciation_Exp_ID()
          Get A_Depreciation_Exp_ID
 String getA_Entry_Type()
          Get A_Entry_Type
 int getA_Period()
          Get A_Period
 Timestamp getDateAcct()
          Get Account Date.
 String getDescription()
          Get Description.
 BigDecimal getExpense()
          Get Expense
 String getPostingType()
          Get PostingType.
 boolean isDepreciated()
          Get Depreciate.
 boolean isProcessed()
          Get Processed.
 void setA_Account_Number(int A_Account_Number)
          Set A_Account_Number
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_Depreciation_Exp_ID(int A_Depreciation_Exp_ID)
          Set A_Depreciation_Exp_ID
 void setA_Entry_Type(String A_Entry_Type)
          Set A_Entry_Type
 void setA_Period(int A_Period)
          Set A_Period
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDescription(String Description)
          Set Description.
 void setExpense(BigDecimal Expense)
          Set Expense
 void setIsDepreciated(boolean IsDepreciated)
          Set Depreciate.
 void setPostingType(String PostingType)
          Set PostingType.
 void setProcessed(boolean Processed)
          Set Processed.
 

Field Detail

Table_Name

static final String Table_Name
TableName=A_Depreciation_Exp

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53115


Model

static final KeyNamePair Model

accessLevel

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


COLUMNNAME_A_Account_Number

static final String COLUMNNAME_A_Account_Number
Column name A_Account_Number

See Also:
Constant Field Values

COLUMNNAME_A_Asset_ID

static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID

See Also:
Constant Field Values

COLUMNNAME_A_Depreciation_Exp_ID

static final String COLUMNNAME_A_Depreciation_Exp_ID
Column name A_Depreciation_Exp_ID

See Also:
Constant Field Values

COLUMNNAME_A_Entry_Type

static final String COLUMNNAME_A_Entry_Type
Column name A_Entry_Type

See Also:
Constant Field Values

COLUMNNAME_A_Period

static final String COLUMNNAME_A_Period
Column name A_Period

See Also:
Constant Field Values

COLUMNNAME_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Expense

static final String COLUMNNAME_Expense
Column name Expense

See Also:
Constant Field Values

COLUMNNAME_IsDepreciated

static final String COLUMNNAME_IsDepreciated
Column name IsDepreciated

See Also:
Constant Field Values

COLUMNNAME_PostingType

static final String COLUMNNAME_PostingType
Column name PostingType

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values
Method Detail

setA_Account_Number

void setA_Account_Number(int A_Account_Number)
Set A_Account_Number


getA_Account_Number

int getA_Account_Number()
Get A_Account_Number


setA_Asset_ID

void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers


getA_Asset_ID

int getA_Asset_ID()
Get Asset. Asset used internally or by customers


setA_Depreciation_Exp_ID

void setA_Depreciation_Exp_ID(int A_Depreciation_Exp_ID)
Set A_Depreciation_Exp_ID


getA_Depreciation_Exp_ID

int getA_Depreciation_Exp_ID()
Get A_Depreciation_Exp_ID


setA_Entry_Type

void setA_Entry_Type(String A_Entry_Type)
Set A_Entry_Type


getA_Entry_Type

String getA_Entry_Type()
Get A_Entry_Type


setA_Period

void setA_Period(int A_Period)
Set A_Period


getA_Period

int getA_Period()
Get A_Period


setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting 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


setExpense

void setExpense(BigDecimal Expense)
Set Expense


getExpense

BigDecimal getExpense()
Get Expense


setIsDepreciated

void setIsDepreciated(boolean IsDepreciated)
Set Depreciate. The asset will be depreciated


isDepreciated

boolean isDepreciated()
Get Depreciate. The asset will be depreciated


setPostingType

void setPostingType(String PostingType)
Set PostingType. The type of posted amount for the transaction


getPostingType

String getPostingType()
Get PostingType. The type of posted amount for the transaction


setProcessed

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


isProcessed

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


Adempiere 3.5.2a

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