|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_MovementLineConfirm
public class X_M_MovementLineConfirm
Generated Model for M_MovementLineConfirm
| 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 java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_M_MovementLineConfirm(Properties ctx,
int M_MovementLineConfirm_ID,
String trxName)
public X_M_MovementLineConfirm(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setConfirmedQty(BigDecimal ConfirmedQty)
setConfirmedQty in interface I_M_MovementLineConfirmConfirmedQty - Confirmation of a received quantitypublic BigDecimal getConfirmedQty()
getConfirmedQty in interface I_M_MovementLineConfirmpublic void setDescription(String Description)
setDescription in interface I_M_MovementLineConfirmDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_MovementLineConfirmpublic void setDifferenceQty(BigDecimal DifferenceQty)
setDifferenceQty in interface I_M_MovementLineConfirmDifferenceQty - Difference Quantitypublic BigDecimal getDifferenceQty()
getDifferenceQty in interface I_M_MovementLineConfirm
public I_M_InventoryLine getM_InventoryLine()
throws Exception
getM_InventoryLine in interface I_M_MovementLineConfirmExceptionpublic void setM_InventoryLine_ID(int M_InventoryLine_ID)
setM_InventoryLine_ID in interface I_M_MovementLineConfirmM_InventoryLine_ID - Unique line in an Inventory documentpublic int getM_InventoryLine_ID()
getM_InventoryLine_ID in interface I_M_MovementLineConfirm
public I_M_MovementConfirm getM_MovementConfirm()
throws Exception
getM_MovementConfirm in interface I_M_MovementLineConfirmExceptionpublic void setM_MovementConfirm_ID(int M_MovementConfirm_ID)
setM_MovementConfirm_ID in interface I_M_MovementLineConfirmM_MovementConfirm_ID - Inventory Move Confirmationpublic int getM_MovementConfirm_ID()
getM_MovementConfirm_ID in interface I_M_MovementLineConfirmpublic KeyNamePair getKeyNamePair()
public void setM_MovementLineConfirm_ID(int M_MovementLineConfirm_ID)
setM_MovementLineConfirm_ID in interface I_M_MovementLineConfirmM_MovementLineConfirm_ID - Inventory Move Line Confirmationpublic int getM_MovementLineConfirm_ID()
getM_MovementLineConfirm_ID in interface I_M_MovementLineConfirm
public I_M_MovementLine getM_MovementLine()
throws Exception
getM_MovementLine in interface I_M_MovementLineConfirmExceptionpublic void setM_MovementLine_ID(int M_MovementLine_ID)
setM_MovementLine_ID in interface I_M_MovementLineConfirmM_MovementLine_ID - Inventory Move document Linepublic int getM_MovementLine_ID()
getM_MovementLine_ID in interface I_M_MovementLineConfirmpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_MovementLineConfirmProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_MovementLineConfirmpublic void setScrappedQty(BigDecimal ScrappedQty)
setScrappedQty in interface I_M_MovementLineConfirmScrappedQty - The Quantity scrapped due to QA issuespublic BigDecimal getScrappedQty()
getScrappedQty in interface I_M_MovementLineConfirmpublic void setTargetQty(BigDecimal TargetQty)
setTargetQty in interface I_M_MovementLineConfirmTargetQty - Target Movement Quantitypublic BigDecimal getTargetQty()
getTargetQty in interface I_M_MovementLineConfirm
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||