Adempiere 3.5.2a

org.compiere.model
Interface I_A_Asset_Addition

All Known Implementing Classes:
MAssetAddition, X_A_Asset_Addition

public interface I_A_Asset_Addition

Generated Interface for A_Asset_Addition

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_A_Asset_Addition_ID
          Column name A_Asset_Addition_ID
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_A_CapvsExp
          Column name A_CapvsExp
static String COLUMNNAME_A_QTY_Current
          Column name A_QTY_Current
static String COLUMNNAME_A_SourceType
          Column name A_SourceType
static String COLUMNNAME_AssetValueAmt
          Column name AssetValueAmt
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_GL_JournalBatch_ID
          Column name GL_JournalBatch_ID
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_InOutLine_ID
          Column name M_InOutLine_ID
static String COLUMNNAME_PostingType
          Column name PostingType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53137
static String Table_Name
          TableName=A_Asset_Addition
 
Method Summary
 int getA_Asset_Addition_ID()
          Get A_Asset_Addition_ID
 int getA_Asset_ID()
          Get Asset.
 String getA_CapvsExp()
          Get A_CapvsExp
 BigDecimal getA_QTY_Current()
          Get A_QTY_Current
 String getA_SourceType()
          Get A_SourceType
 BigDecimal getAssetValueAmt()
          Get Asset value.
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 String getDescription()
          Get Description.
 String getDocumentNo()
          Get Document No.
 int getGL_JournalBatch_ID()
          Get Journal Batch.
 I_GL_JournalBatch getGL_JournalBatch()
           
 int getLine()
          Get Line No.
 int getM_InOutLine_ID()
          Get Shipment/Receipt Line.
 String getPostingType()
          Get PostingType.
 void setA_Asset_Addition_ID(int A_Asset_Addition_ID)
          Set A_Asset_Addition_ID
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_CapvsExp(String A_CapvsExp)
          Set A_CapvsExp
 void setA_QTY_Current(BigDecimal A_QTY_Current)
          Set A_QTY_Current
 void setA_SourceType(String A_SourceType)
          Set A_SourceType
 void setAssetValueAmt(BigDecimal AssetValueAmt)
          Set Asset value.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setDescription(String Description)
          Set Description.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setGL_JournalBatch_ID(int GL_JournalBatch_ID)
          Set Journal Batch.
 void setLine(int Line)
          Set Line No.
 void setM_InOutLine_ID(int M_InOutLine_ID)
          Set Shipment/Receipt Line.
 void setPostingType(String PostingType)
          Set PostingType.
 

Field Detail

Table_Name

static final String Table_Name
TableName=A_Asset_Addition

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53137


Model

static final KeyNamePair Model

accessLevel

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


COLUMNNAME_A_Asset_Addition_ID

static final String COLUMNNAME_A_Asset_Addition_ID
Column name A_Asset_Addition_ID

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_CapvsExp

static final String COLUMNNAME_A_CapvsExp
Column name A_CapvsExp

See Also:
Constant Field Values

COLUMNNAME_A_QTY_Current

static final String COLUMNNAME_A_QTY_Current
Column name A_QTY_Current

See Also:
Constant Field Values

COLUMNNAME_A_SourceType

static final String COLUMNNAME_A_SourceType
Column name A_SourceType

See Also:
Constant Field Values

COLUMNNAME_AssetValueAmt

static final String COLUMNNAME_AssetValueAmt
Column name AssetValueAmt

See Also:
Constant Field Values

COLUMNNAME_C_Invoice_ID

static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_GL_JournalBatch_ID

static final String COLUMNNAME_GL_JournalBatch_ID
Column name GL_JournalBatch_ID

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_M_InOutLine_ID

static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID

See Also:
Constant Field Values

COLUMNNAME_PostingType

static final String COLUMNNAME_PostingType
Column name PostingType

See Also:
Constant Field Values
Method Detail

setA_Asset_Addition_ID

void setA_Asset_Addition_ID(int A_Asset_Addition_ID)
Set A_Asset_Addition_ID


getA_Asset_Addition_ID

int getA_Asset_Addition_ID()
Get A_Asset_Addition_ID


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_CapvsExp

void setA_CapvsExp(String A_CapvsExp)
Set A_CapvsExp


getA_CapvsExp

String getA_CapvsExp()
Get A_CapvsExp


setA_QTY_Current

void setA_QTY_Current(BigDecimal A_QTY_Current)
Set A_QTY_Current


getA_QTY_Current

BigDecimal getA_QTY_Current()
Get A_QTY_Current


setA_SourceType

void setA_SourceType(String A_SourceType)
Set A_SourceType


getA_SourceType

String getA_SourceType()
Get A_SourceType


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_Invoice_ID

void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier


getC_Invoice_ID

int getC_Invoice_ID()
Get Invoice. Invoice Identifier


getC_Invoice

I_C_Invoice getC_Invoice()
                         throws Exception
Throws:
Exception

setDescription

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


getDescription

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


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setGL_JournalBatch_ID

void setGL_JournalBatch_ID(int GL_JournalBatch_ID)
Set Journal Batch. General Ledger Journal Batch


getGL_JournalBatch_ID

int getGL_JournalBatch_ID()
Get Journal Batch. General Ledger Journal Batch


getGL_JournalBatch

I_GL_JournalBatch getGL_JournalBatch()
                                     throws Exception
Throws:
Exception

setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setM_InOutLine_ID

void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine_ID

int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document


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


Adempiere 3.5.2a

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