Adempiere 3.5.2a

org.compiere.model
Class X_M_MovementLineConfirm

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_M_MovementLineConfirm
All Implemented Interfaces:
Serializable, Comparator, I_M_MovementLineConfirm, I_Persistent, Evaluatee
Direct Known Subclasses:
MMovementLineConfirm

public class X_M_MovementLineConfirm
extends PO
implements I_M_MovementLineConfirm, I_Persistent

Generated Model for M_MovementLineConfirm

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_MovementLineConfirm
accessLevel, COLUMNNAME_ConfirmedQty, COLUMNNAME_Description, COLUMNNAME_DifferenceQty, COLUMNNAME_M_InventoryLine_ID, COLUMNNAME_M_MovementConfirm_ID, COLUMNNAME_M_MovementLine_ID, COLUMNNAME_M_MovementLineConfirm_ID, COLUMNNAME_Processed, COLUMNNAME_ScrappedQty, COLUMNNAME_TargetQty, Model, Table_ID, Table_Name
 
Constructor Summary
X_M_MovementLineConfirm(Properties ctx, int M_MovementLineConfirm_ID, String trxName)
          Standard Constructor
X_M_MovementLineConfirm(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 BigDecimal getConfirmedQty()
          Get Confirmed Quantity.
 String getDescription()
          Get Description.
 BigDecimal getDifferenceQty()
          Get Difference.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getM_InventoryLine_ID()
          Get Phys.Inventory Line.
 I_M_InventoryLine getM_InventoryLine()
           
 int getM_MovementConfirm_ID()
          Get Move Confirm.
 I_M_MovementConfirm getM_MovementConfirm()
           
 int getM_MovementLine_ID()
          Get Move Line.
 I_M_MovementLine getM_MovementLine()
           
 int getM_MovementLineConfirm_ID()
          Get Move Line Confirm.
 BigDecimal getScrappedQty()
          Get Scrapped Quantity.
 BigDecimal getTargetQty()
          Get Target Quantity.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isProcessed()
          Get Processed.
 void setConfirmedQty(BigDecimal ConfirmedQty)
          Set Confirmed Quantity.
 void setDescription(String Description)
          Set Description.
 void setDifferenceQty(BigDecimal DifferenceQty)
          Set Difference.
 void setM_InventoryLine_ID(int M_InventoryLine_ID)
          Set Phys.Inventory Line.
 void setM_MovementConfirm_ID(int M_MovementConfirm_ID)
          Set Move Confirm.
 void setM_MovementLine_ID(int M_MovementLine_ID)
          Set Move Line.
 void setM_MovementLineConfirm_ID(int M_MovementLineConfirm_ID)
          Set Move Line Confirm.
 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_MovementLineConfirm

public X_M_MovementLineConfirm(Properties ctx,
                               int M_MovementLineConfirm_ID,
                               String trxName)
Standard Constructor


X_M_MovementLineConfirm

public X_M_MovementLineConfirm(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

setConfirmedQty

public void setConfirmedQty(BigDecimal ConfirmedQty)
Set Confirmed Quantity.

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

getConfirmedQty

public BigDecimal getConfirmedQty()
Get Confirmed Quantity.

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

setDescription

public void setDescription(String Description)
Set Description.

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

getDescription

public String getDescription()
Get Description.

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

setDifferenceQty

public void setDifferenceQty(BigDecimal DifferenceQty)
Set Difference.

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

getDifferenceQty

public BigDecimal getDifferenceQty()
Get Difference.

Specified by:
getDifferenceQty in interface I_M_MovementLineConfirm
Returns:
Difference Quantity

getM_InventoryLine

public I_M_InventoryLine getM_InventoryLine()
                                     throws Exception
Specified by:
getM_InventoryLine in interface I_M_MovementLineConfirm
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_MovementLineConfirm
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_MovementLineConfirm
Returns:
Unique line in an Inventory document

getM_MovementConfirm

public I_M_MovementConfirm getM_MovementConfirm()
                                         throws Exception
Specified by:
getM_MovementConfirm in interface I_M_MovementLineConfirm
Throws:
Exception

setM_MovementConfirm_ID

public void setM_MovementConfirm_ID(int M_MovementConfirm_ID)
Set Move Confirm.

Specified by:
setM_MovementConfirm_ID in interface I_M_MovementLineConfirm
Parameters:
M_MovementConfirm_ID - Inventory Move Confirmation

getM_MovementConfirm_ID

public int getM_MovementConfirm_ID()
Get Move Confirm.

Specified by:
getM_MovementConfirm_ID in interface I_M_MovementLineConfirm
Returns:
Inventory Move Confirmation

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setM_MovementLineConfirm_ID

public void setM_MovementLineConfirm_ID(int M_MovementLineConfirm_ID)
Set Move Line Confirm.

Specified by:
setM_MovementLineConfirm_ID in interface I_M_MovementLineConfirm
Parameters:
M_MovementLineConfirm_ID - Inventory Move Line Confirmation

getM_MovementLineConfirm_ID

public int getM_MovementLineConfirm_ID()
Get Move Line Confirm.

Specified by:
getM_MovementLineConfirm_ID in interface I_M_MovementLineConfirm
Returns:
Inventory Move Line Confirmation

getM_MovementLine

public I_M_MovementLine getM_MovementLine()
                                   throws Exception
Specified by:
getM_MovementLine in interface I_M_MovementLineConfirm
Throws:
Exception

setM_MovementLine_ID

public void setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line.

Specified by:
setM_MovementLine_ID in interface I_M_MovementLineConfirm
Parameters:
M_MovementLine_ID - Inventory Move document Line

getM_MovementLine_ID

public int getM_MovementLine_ID()
Get Move Line.

Specified by:
getM_MovementLine_ID in interface I_M_MovementLineConfirm
Returns:
Inventory Move document Line

setProcessed

public void setProcessed(boolean Processed)
Set Processed.

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

isProcessed

public boolean isProcessed()
Get Processed.

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

setScrappedQty

public void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity.

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

getScrappedQty

public BigDecimal getScrappedQty()
Get Scrapped Quantity.

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

setTargetQty

public void setTargetQty(BigDecimal TargetQty)
Set Target Quantity.

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

getTargetQty

public BigDecimal getTargetQty()
Get Target Quantity.

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

Adempiere 3.5.2a

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