|
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_InOutLineConfirm
public class X_M_InOutLineConfirm
Generated Model for M_InOutLineConfirm
| 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 |
| 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 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_InOutLineConfirm(Properties ctx,
int M_InOutLineConfirm_ID,
String trxName)
public X_M_InOutLineConfirm(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 PO
public I_C_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_M_InOutLineConfirmExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_M_InOutLineConfirmC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_M_InOutLineConfirmpublic void setConfirmationNo(String ConfirmationNo)
setConfirmationNo in interface I_M_InOutLineConfirmConfirmationNo - Confirmation Numberpublic String getConfirmationNo()
getConfirmationNo in interface I_M_InOutLineConfirmpublic void setConfirmedQty(BigDecimal ConfirmedQty)
setConfirmedQty in interface I_M_InOutLineConfirmConfirmedQty - Confirmation of a received quantitypublic BigDecimal getConfirmedQty()
getConfirmedQty in interface I_M_InOutLineConfirmpublic void setDescription(String Description)
setDescription in interface I_M_InOutLineConfirmDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_InOutLineConfirmpublic void setDifferenceQty(BigDecimal DifferenceQty)
setDifferenceQty in interface I_M_InOutLineConfirmDifferenceQty - Difference Quantitypublic BigDecimal getDifferenceQty()
getDifferenceQty in interface I_M_InOutLineConfirm
public I_M_InOutConfirm getM_InOutConfirm()
throws Exception
getM_InOutConfirm in interface I_M_InOutLineConfirmExceptionpublic void setM_InOutConfirm_ID(int M_InOutConfirm_ID)
setM_InOutConfirm_ID in interface I_M_InOutLineConfirmM_InOutConfirm_ID - Material Shipment or Receipt Confirmationpublic int getM_InOutConfirm_ID()
getM_InOutConfirm_ID in interface I_M_InOutLineConfirmpublic void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
setM_InOutLineConfirm_ID in interface I_M_InOutLineConfirmM_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Linepublic int getM_InOutLineConfirm_ID()
getM_InOutLineConfirm_ID in interface I_M_InOutLineConfirm
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_M_InOutLineConfirmExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_InOutLineConfirmM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_M_InOutLineConfirmpublic KeyNamePair getKeyNamePair()
public I_M_InventoryLine getM_InventoryLine()
throws Exception
getM_InventoryLine in interface I_M_InOutLineConfirmExceptionpublic void setM_InventoryLine_ID(int M_InventoryLine_ID)
setM_InventoryLine_ID in interface I_M_InOutLineConfirmM_InventoryLine_ID - Unique line in an Inventory documentpublic int getM_InventoryLine_ID()
getM_InventoryLine_ID in interface I_M_InOutLineConfirmpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_InOutLineConfirmProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_InOutLineConfirmpublic void setScrappedQty(BigDecimal ScrappedQty)
setScrappedQty in interface I_M_InOutLineConfirmScrappedQty - The Quantity scrapped due to QA issuespublic BigDecimal getScrappedQty()
getScrappedQty in interface I_M_InOutLineConfirmpublic void setTargetQty(BigDecimal TargetQty)
setTargetQty in interface I_M_InOutLineConfirmTargetQty - Target Movement Quantitypublic BigDecimal getTargetQty()
getTargetQty in interface I_M_InOutLineConfirm
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||