Adempiere 3.5.2a

org.compiere.model
Interface I_A_Asset_Retirement

All Known Implementing Classes:
X_A_Asset_Retirement

public interface I_A_Asset_Retirement

Generated Interface for A_Asset_Retirement

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_A_Asset_Retirement_ID
          Column name A_Asset_Retirement_ID
static String COLUMNNAME_AssetMarketValueAmt
          Column name AssetMarketValueAmt
static String COLUMNNAME_AssetValueAmt
          Column name AssetValueAmt
static String COLUMNNAME_C_InvoiceLine_ID
          Column name C_InvoiceLine_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=540
static String Table_Name
          TableName=A_Asset_Retirement
 
Method Summary
 int getA_Asset_ID()
          Get Asset.
 int getA_Asset_Retirement_ID()
          Get Asset Retirement.
 I_A_Asset getA_Asset()
           
 BigDecimal getAssetMarketValueAmt()
          Get Market value Amount.
 BigDecimal getAssetValueAmt()
          Get Asset value.
 int getC_InvoiceLine_ID()
          Get Invoice Line.
 I_C_InvoiceLine getC_InvoiceLine()
           
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_Asset_Retirement_ID(int A_Asset_Retirement_ID)
          Set Asset Retirement.
 void setAssetMarketValueAmt(BigDecimal AssetMarketValueAmt)
          Set Market value Amount.
 void setAssetValueAmt(BigDecimal AssetValueAmt)
          Set Asset value.
 void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
          Set Invoice Line.
 

Field Detail

Table_Name

static final String Table_Name
TableName=A_Asset_Retirement

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=540


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_A_Asset_ID

static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID

See Also:
Constant Field Values

COLUMNNAME_A_Asset_Retirement_ID

static final String COLUMNNAME_A_Asset_Retirement_ID
Column name A_Asset_Retirement_ID

See Also:
Constant Field Values

COLUMNNAME_AssetMarketValueAmt

static final String COLUMNNAME_AssetMarketValueAmt
Column name AssetMarketValueAmt

See Also:
Constant Field Values

COLUMNNAME_AssetValueAmt

static final String COLUMNNAME_AssetValueAmt
Column name AssetValueAmt

See Also:
Constant Field Values

COLUMNNAME_C_InvoiceLine_ID

static final String COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID

See Also:
Constant Field Values
Method Detail

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


getA_Asset

I_A_Asset getA_Asset()
                     throws Exception
Throws:
Exception

setA_Asset_Retirement_ID

void setA_Asset_Retirement_ID(int A_Asset_Retirement_ID)
Set Asset Retirement. Internally used asset is not longer used.


getA_Asset_Retirement_ID

int getA_Asset_Retirement_ID()
Get Asset Retirement. Internally used asset is not longer used.


setAssetMarketValueAmt

void setAssetMarketValueAmt(BigDecimal AssetMarketValueAmt)
Set Market value Amount. Market value of the asset


getAssetMarketValueAmt

BigDecimal getAssetMarketValueAmt()
Get Market value Amount. Market value of the asset


setAssetValueAmt

void setAssetValueAmt(BigDecimal AssetValueAmt)
Set Asset value. Book Value of the asset


getAssetValueAmt

BigDecimal getAssetValueAmt()
Get Asset value. Book Value of the asset


setC_InvoiceLine_ID

void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. Invoice Detail Line


getC_InvoiceLine_ID

int getC_InvoiceLine_ID()
Get Invoice Line. Invoice Detail Line


getC_InvoiceLine

I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Throws:
Exception

Adempiere 3.5.2a

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