|
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_I_InOutLineConfirm
public class X_I_InOutLineConfirm
Generated Model for I_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 |
| Fields inherited from interface org.compiere.model.I_I_InOutLineConfirm |
|---|
accessLevel, COLUMNNAME_ConfirmationNo, COLUMNNAME_ConfirmedQty, COLUMNNAME_Description, COLUMNNAME_DifferenceQty, COLUMNNAME_I_ErrorMsg, COLUMNNAME_I_InOutLineConfirm_ID, COLUMNNAME_I_IsImported, COLUMNNAME_M_InOutLineConfirm_ID, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_ScrappedQty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_I_InOutLineConfirm(Properties ctx,
int I_InOutLineConfirm_ID,
String trxName)
Standard Constructor |
|
X_I_InOutLineConfirm(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getConfirmationNo()
Get Confirmation No. |
BigDecimal |
getConfirmedQty()
Get Confirmed Quantity. |
String |
getDescription()
Get Description. |
BigDecimal |
getDifferenceQty()
Get Difference. |
String |
getI_ErrorMsg()
Get Import Error Message. |
int |
getI_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Import Line. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Line. |
I_M_InOutLineConfirm |
getM_InOutLineConfirm()
|
BigDecimal |
getScrappedQty()
Get Scrapped Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isI_IsImported()
Get Imported. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
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 |
setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. |
void |
setI_InOutLineConfirm_ID(int I_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Import Line. |
void |
setI_IsImported(boolean I_IsImported)
Set Imported. |
void |
setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Line. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped 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_I_InOutLineConfirm(Properties ctx,
int I_InOutLineConfirm_ID,
String trxName)
public X_I_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 POpublic void setConfirmationNo(String ConfirmationNo)
setConfirmationNo in interface I_I_InOutLineConfirmConfirmationNo - Confirmation Numberpublic String getConfirmationNo()
getConfirmationNo in interface I_I_InOutLineConfirmpublic void setConfirmedQty(BigDecimal ConfirmedQty)
setConfirmedQty in interface I_I_InOutLineConfirmConfirmedQty - Confirmation of a received quantitypublic BigDecimal getConfirmedQty()
getConfirmedQty in interface I_I_InOutLineConfirmpublic void setDescription(String Description)
setDescription in interface I_I_InOutLineConfirmDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_I_InOutLineConfirmpublic void setDifferenceQty(BigDecimal DifferenceQty)
setDifferenceQty in interface I_I_InOutLineConfirmDifferenceQty - Difference Quantitypublic BigDecimal getDifferenceQty()
getDifferenceQty in interface I_I_InOutLineConfirmpublic void setI_ErrorMsg(String I_ErrorMsg)
setI_ErrorMsg in interface I_I_InOutLineConfirmI_ErrorMsg - Messages generated from import processpublic String getI_ErrorMsg()
getI_ErrorMsg in interface I_I_InOutLineConfirmpublic void setI_InOutLineConfirm_ID(int I_InOutLineConfirm_ID)
setI_InOutLineConfirm_ID in interface I_I_InOutLineConfirmI_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Import Linepublic int getI_InOutLineConfirm_ID()
getI_InOutLineConfirm_ID in interface I_I_InOutLineConfirmpublic KeyNamePair getKeyNamePair()
public void setI_IsImported(boolean I_IsImported)
setI_IsImported in interface I_I_InOutLineConfirmI_IsImported - Has this import been processedpublic boolean isI_IsImported()
isI_IsImported in interface I_I_InOutLineConfirm
public I_M_InOutLineConfirm getM_InOutLineConfirm()
throws Exception
getM_InOutLineConfirm in interface I_I_InOutLineConfirmExceptionpublic void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
setM_InOutLineConfirm_ID in interface I_I_InOutLineConfirmM_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Linepublic int getM_InOutLineConfirm_ID()
getM_InOutLineConfirm_ID in interface I_I_InOutLineConfirmpublic void setProcessed(boolean Processed)
setProcessed in interface I_I_InOutLineConfirmProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_I_InOutLineConfirmpublic void setProcessing(boolean Processing)
setProcessing in interface I_I_InOutLineConfirmProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_I_InOutLineConfirmpublic void setScrappedQty(BigDecimal ScrappedQty)
setScrappedQty in interface I_I_InOutLineConfirmScrappedQty - The Quantity scrapped due to QA issuespublic BigDecimal getScrappedQty()
getScrappedQty in interface I_I_InOutLineConfirm
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||