Adempiere 3.5.2a

org.compiere.model
Interface I_I_InOutLineConfirm

All Known Implementing Classes:
X_I_InOutLineConfirm

public interface I_I_InOutLineConfirm

Generated Interface for I_InOutLineConfirm

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_ConfirmationNo
          Column name ConfirmationNo
static String COLUMNNAME_ConfirmedQty
          Column name ConfirmedQty
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DifferenceQty
          Column name DifferenceQty
static String COLUMNNAME_I_ErrorMsg
          Column name I_ErrorMsg
static String COLUMNNAME_I_InOutLineConfirm_ID
          Column name I_InOutLineConfirm_ID
static String COLUMNNAME_I_IsImported
          Column name I_IsImported
static String COLUMNNAME_M_InOutLineConfirm_ID
          Column name M_InOutLineConfirm_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ScrappedQty
          Column name ScrappedQty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=740
static String Table_Name
          TableName=I_InOutLineConfirm
 
Method Summary
 String getConfirmationNo()
          Get Confirmation No.
 BigDecimal getConfirmedQty()
          Get Confirmed Quantity.
 String getDescription()
          Get Description.
 BigDecimal getDifferenceQty()
          Get Difference.
 String getI_ErrorMsg()
          Get Import Error Message.
 int getI_InOutLineConfirm_ID()
          Get Ship/Receipt Confirmation Import Line.
 int getM_InOutLineConfirm_ID()
          Get Ship/Receipt Confirmation Line.
 I_M_InOutLineConfirm getM_InOutLineConfirm()
           
 BigDecimal getScrappedQty()
          Get Scrapped Quantity.
 boolean isI_IsImported()
          Get Imported.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setConfirmationNo(String ConfirmationNo)
          Set Confirmation No.
 void setConfirmedQty(BigDecimal ConfirmedQty)
          Set Confirmed Quantity.
 void setDescription(String Description)
          Set Description.
 void setDifferenceQty(BigDecimal DifferenceQty)
          Set Difference.
 void setI_ErrorMsg(String I_ErrorMsg)
          Set Import Error Message.
 void setI_InOutLineConfirm_ID(int I_InOutLineConfirm_ID)
          Set Ship/Receipt Confirmation Import Line.
 void setI_IsImported(boolean I_IsImported)
          Set Imported.
 void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
          Set Ship/Receipt Confirmation Line.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setScrappedQty(BigDecimal ScrappedQty)
          Set Scrapped Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=I_InOutLineConfirm

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=740


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_ConfirmationNo

static final String COLUMNNAME_ConfirmationNo
Column name ConfirmationNo

See Also:
Constant Field Values

COLUMNNAME_ConfirmedQty

static final String COLUMNNAME_ConfirmedQty
Column name ConfirmedQty

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DifferenceQty

static final String COLUMNNAME_DifferenceQty
Column name DifferenceQty

See Also:
Constant Field Values

COLUMNNAME_I_ErrorMsg

static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_I_InOutLineConfirm_ID

static final String COLUMNNAME_I_InOutLineConfirm_ID
Column name I_InOutLineConfirm_ID

See Also:
Constant Field Values

COLUMNNAME_I_IsImported

static final String COLUMNNAME_I_IsImported
Column name I_IsImported

See Also:
Constant Field Values

COLUMNNAME_M_InOutLineConfirm_ID

static final String COLUMNNAME_M_InOutLineConfirm_ID
Column name M_InOutLineConfirm_ID

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_ScrappedQty

static final String COLUMNNAME_ScrappedQty
Column name ScrappedQty

See Also:
Constant Field Values
Method Detail

setConfirmationNo

void setConfirmationNo(String ConfirmationNo)
Set Confirmation No. Confirmation Number


getConfirmationNo

String getConfirmationNo()
Get Confirmation No. Confirmation Number


setConfirmedQty

void setConfirmedQty(BigDecimal ConfirmedQty)
Set Confirmed Quantity. Confirmation of a received quantity


getConfirmedQty

BigDecimal getConfirmedQty()
Get Confirmed Quantity. Confirmation of a received quantity


setDescription

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


getDescription

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


setDifferenceQty

void setDifferenceQty(BigDecimal DifferenceQty)
Set Difference. Difference Quantity


getDifferenceQty

BigDecimal getDifferenceQty()
Get Difference. Difference Quantity


setI_ErrorMsg

void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process


getI_ErrorMsg

String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process


setI_InOutLineConfirm_ID

void setI_InOutLineConfirm_ID(int I_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Import Line. Material Shipment or Receipt Confirmation Import Line


getI_InOutLineConfirm_ID

int getI_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Import Line. Material Shipment or Receipt Confirmation Import Line


setI_IsImported

void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed


isI_IsImported

boolean isI_IsImported()
Get Imported. Has this import been processed


setM_InOutLineConfirm_ID

void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Line. Material Shipment or Receipt Confirmation Line


getM_InOutLineConfirm_ID

int getM_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Line. Material Shipment or Receipt Confirmation Line


getM_InOutLineConfirm

I_M_InOutLineConfirm getM_InOutLineConfirm()
                                           throws Exception
Throws:
Exception

setProcessed

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


isProcessed

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


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setScrappedQty

void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity. The Quantity scrapped due to QA issues


getScrappedQty

BigDecimal getScrappedQty()
Get Scrapped Quantity. The Quantity scrapped due to QA issues


Adempiere 3.5.2a

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