Adempiere 3.5.2a

org.compiere.model
Class X_M_InOutLineConfirm

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_M_InOutLineConfirm
All Implemented Interfaces:
Serializable, Comparator, I_M_InOutLineConfirm, I_Persistent, Evaluatee
Direct Known Subclasses:
MInOutLineConfirm

public class X_M_InOutLineConfirm
extends PO
implements I_M_InOutLineConfirm, I_Persistent

Generated Model for M_InOutLineConfirm

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_M_InOutLineConfirm
accessLevel, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_ConfirmationNo, COLUMNNAME_ConfirmedQty, COLUMNNAME_Description, COLUMNNAME_DifferenceQty, COLUMNNAME_M_InOutConfirm_ID, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_M_InOutLineConfirm_ID, COLUMNNAME_M_InventoryLine_ID, COLUMNNAME_Processed, COLUMNNAME_ScrappedQty, COLUMNNAME_TargetQty, Model, Table_ID, Table_Name
 
Constructor Summary
X_M_InOutLineConfirm(Properties ctx, int M_InOutLineConfirm_ID, String trxName)
          Standard Constructor
X_M_InOutLineConfirm(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 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.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Constructor Detail

X_M_InOutLineConfirm

public X_M_InOutLineConfirm(Properties ctx,
                            int M_InOutLineConfirm_ID,
                            String trxName)
Standard Constructor


X_M_InOutLineConfirm

public X_M_InOutLineConfirm(Properties ctx,
                            ResultSet rs,
                            String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
1 - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getC_InvoiceLine

public I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Specified by:
getC_InvoiceLine in interface I_M_InOutLineConfirm
Throws:
Exception

setC_InvoiceLine_ID

public void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line.

Specified by:
setC_InvoiceLine_ID in interface I_M_InOutLineConfirm
Parameters:
C_InvoiceLine_ID - Invoice Detail Line

getC_InvoiceLine_ID

public int getC_InvoiceLine_ID()
Get Invoice Line.

Specified by:
getC_InvoiceLine_ID in interface I_M_InOutLineConfirm
Returns:
Invoice Detail Line

setConfirmationNo

public void setConfirmationNo(String ConfirmationNo)
Set Confirmation No.

Specified by:
setConfirmationNo in interface I_M_InOutLineConfirm
Parameters:
ConfirmationNo - Confirmation Number

getConfirmationNo

public String getConfirmationNo()
Get Confirmation No.

Specified by:
getConfirmationNo in interface I_M_InOutLineConfirm
Returns:
Confirmation Number

setConfirmedQty

public void setConfirmedQty(BigDecimal ConfirmedQty)
Set Confirmed Quantity.

Specified by:
setConfirmedQty in interface I_M_InOutLineConfirm
Parameters:
ConfirmedQty - Confirmation of a received quantity

getConfirmedQty

public BigDecimal getConfirmedQty()
Get Confirmed Quantity.

Specified by:
getConfirmedQty in interface I_M_InOutLineConfirm
Returns:
Confirmation of a received quantity

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_M_InOutLineConfirm
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_M_InOutLineConfirm
Returns:
Optional short description of the record

setDifferenceQty

public void setDifferenceQty(BigDecimal DifferenceQty)
Set Difference.

Specified by:
setDifferenceQty in interface I_M_InOutLineConfirm
Parameters:
DifferenceQty - Difference Quantity

getDifferenceQty

public BigDecimal getDifferenceQty()
Get Difference.

Specified by:
getDifferenceQty in interface I_M_InOutLineConfirm
Returns:
Difference Quantity

getM_InOutConfirm

public I_M_InOutConfirm getM_InOutConfirm()
                                   throws Exception
Specified by:
getM_InOutConfirm in interface I_M_InOutLineConfirm
Throws:
Exception

setM_InOutConfirm_ID

public void setM_InOutConfirm_ID(int M_InOutConfirm_ID)
Set Ship/Receipt Confirmation.

Specified by:
setM_InOutConfirm_ID in interface I_M_InOutLineConfirm
Parameters:
M_InOutConfirm_ID - Material Shipment or Receipt Confirmation

getM_InOutConfirm_ID

public int getM_InOutConfirm_ID()
Get Ship/Receipt Confirmation.

Specified by:
getM_InOutConfirm_ID in interface I_M_InOutLineConfirm
Returns:
Material Shipment or Receipt Confirmation

setM_InOutLineConfirm_ID

public void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Line.

Specified by:
setM_InOutLineConfirm_ID in interface I_M_InOutLineConfirm
Parameters:
M_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Line

getM_InOutLineConfirm_ID

public int getM_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Line.

Specified by:
getM_InOutLineConfirm_ID in interface I_M_InOutLineConfirm
Returns:
Material Shipment or Receipt Confirmation Line

getM_InOutLine

public I_M_InOutLine getM_InOutLine()
                             throws Exception
Specified by:
getM_InOutLine in interface I_M_InOutLineConfirm
Throws:
Exception

setM_InOutLine_ID

public void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line.

Specified by:
setM_InOutLine_ID in interface I_M_InOutLineConfirm
Parameters:
M_InOutLine_ID - Line on Shipment or Receipt document

getM_InOutLine_ID

public int getM_InOutLine_ID()
Get Shipment/Receipt Line.

Specified by:
getM_InOutLine_ID in interface I_M_InOutLineConfirm
Returns:
Line on Shipment or Receipt document

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

getM_InventoryLine

public I_M_InventoryLine getM_InventoryLine()
                                     throws Exception
Specified by:
getM_InventoryLine in interface I_M_InOutLineConfirm
Throws:
Exception

setM_InventoryLine_ID

public void setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line.

Specified by:
setM_InventoryLine_ID in interface I_M_InOutLineConfirm
Parameters:
M_InventoryLine_ID - Unique line in an Inventory document

getM_InventoryLine_ID

public int getM_InventoryLine_ID()
Get Phys.Inventory Line.

Specified by:
getM_InventoryLine_ID in interface I_M_InOutLineConfirm
Returns:
Unique line in an Inventory document

setProcessed

public void setProcessed(boolean Processed)
Set Processed.

Specified by:
setProcessed in interface I_M_InOutLineConfirm
Parameters:
Processed - The document has been processed

isProcessed

public boolean isProcessed()
Get Processed.

Specified by:
isProcessed in interface I_M_InOutLineConfirm
Returns:
The document has been processed

setScrappedQty

public void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity.

Specified by:
setScrappedQty in interface I_M_InOutLineConfirm
Parameters:
ScrappedQty - The Quantity scrapped due to QA issues

getScrappedQty

public BigDecimal getScrappedQty()
Get Scrapped Quantity.

Specified by:
getScrappedQty in interface I_M_InOutLineConfirm
Returns:
The Quantity scrapped due to QA issues

setTargetQty

public void setTargetQty(BigDecimal TargetQty)
Set Target Quantity.

Specified by:
setTargetQty in interface I_M_InOutLineConfirm
Parameters:
TargetQty - Target Movement Quantity

getTargetQty

public BigDecimal getTargetQty()
Get Target Quantity.

Specified by:
getTargetQty in interface I_M_InOutLineConfirm
Returns:
Target Movement Quantity

Adempiere 3.5.2a

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