Adempiere 3.5.2a

org.compiere.model
Interface I_M_InOutLineConfirm

All Known Implementing Classes:
MInOutLineConfirm, X_M_InOutLineConfirm

public interface I_M_InOutLineConfirm

Generated Interface for M_InOutLineConfirm

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_InvoiceLine_ID
          Column name C_InvoiceLine_ID
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_M_InOutConfirm_ID
          Column name M_InOutConfirm_ID
static String COLUMNNAME_M_InOutLine_ID
          Column name M_InOutLine_ID
static String COLUMNNAME_M_InOutLineConfirm_ID
          Column name M_InOutLineConfirm_ID
static String COLUMNNAME_M_InventoryLine_ID
          Column name M_InventoryLine_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_ScrappedQty
          Column name ScrappedQty
static String COLUMNNAME_TargetQty
          Column name TargetQty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=728
static String Table_Name
          TableName=M_InOutLineConfirm
 
Method Summary
 int getC_InvoiceLine_ID()
          Get Invoice Line.
 I_C_InvoiceLine getC_InvoiceLine()
           
 String getConfirmationNo()
          Get Confirmation No.
 BigDecimal getConfirmedQty()
          Get Confirmed Quantity.
 String getDescription()
          Get Description.
 BigDecimal getDifferenceQty()
          Get Difference.
 int getM_InOutConfirm_ID()
          Get Ship/Receipt Confirmation.
 I_M_InOutConfirm getM_InOutConfirm()
           
 int getM_InOutLine_ID()
          Get Shipment/Receipt Line.
 I_M_InOutLine getM_InOutLine()
           
 int getM_InOutLineConfirm_ID()
          Get Ship/Receipt Confirmation Line.
 int getM_InventoryLine_ID()
          Get Phys.Inventory Line.
 I_M_InventoryLine getM_InventoryLine()
           
 BigDecimal getScrappedQty()
          Get Scrapped Quantity.
 BigDecimal getTargetQty()
          Get Target Quantity.
 boolean isProcessed()
          Get Processed.
 void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
          Set Invoice Line.
 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 setM_InOutConfirm_ID(int M_InOutConfirm_ID)
          Set Ship/Receipt Confirmation.
 void setM_InOutLine_ID(int M_InOutLine_ID)
          Set Shipment/Receipt Line.
 void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
          Set Ship/Receipt Confirmation Line.
 void setM_InventoryLine_ID(int M_InventoryLine_ID)
          Set Phys.Inventory Line.
 void setProcessed(boolean Processed)
          Set Processed.
 void setScrappedQty(BigDecimal ScrappedQty)
          Set Scrapped Quantity.
 void setTargetQty(BigDecimal TargetQty)
          Set Target Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_InOutLineConfirm

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=728


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_InvoiceLine_ID

static final String COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID

See Also:
Constant Field Values

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_M_InOutConfirm_ID

static final String COLUMNNAME_M_InOutConfirm_ID
Column name M_InOutConfirm_ID

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_M_InOutLine_ID

static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID

See Also:
Constant Field Values

COLUMNNAME_M_InventoryLine_ID

static final String COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_ScrappedQty

static final String COLUMNNAME_ScrappedQty
Column name ScrappedQty

See Also:
Constant Field Values

COLUMNNAME_TargetQty

static final String COLUMNNAME_TargetQty
Column name TargetQty

See Also:
Constant Field Values
Method Detail

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

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


setM_InOutConfirm_ID

void setM_InOutConfirm_ID(int M_InOutConfirm_ID)
Set Ship/Receipt Confirmation. Material Shipment or Receipt Confirmation


getM_InOutConfirm_ID

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


getM_InOutConfirm

I_M_InOutConfirm getM_InOutConfirm()
                                   throws Exception
Throws:
Exception

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


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


getM_InOutLine

I_M_InOutLine getM_InOutLine()
                             throws Exception
Throws:
Exception

setM_InventoryLine_ID

void setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. Unique line in an Inventory document


getM_InventoryLine_ID

int getM_InventoryLine_ID()
Get Phys.Inventory Line. Unique line in an Inventory document


getM_InventoryLine

I_M_InventoryLine getM_InventoryLine()
                                     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


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


setTargetQty

void setTargetQty(BigDecimal TargetQty)
Set Target Quantity. Target Movement Quantity


getTargetQty

BigDecimal getTargetQty()
Get Target Quantity. Target Movement Quantity


Adempiere 3.5.2a

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