Package org.compiere.model
Interface I_I_InOutLineConfirm
-
- All Known Implementing Classes:
X_I_InOutLineConfirm
public interface I_I_InOutLineConfirmGenerated Interface for I_InOutLineConfirm- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 2 - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_ConfirmationNoColumn name ConfirmationNostatic StringCOLUMNNAME_ConfirmedQtyColumn name ConfirmedQtystatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DifferenceQtyColumn name DifferenceQtystatic StringCOLUMNNAME_I_ErrorMsgColumn name I_ErrorMsgstatic StringCOLUMNNAME_I_InOutLineConfirm_IDColumn name I_InOutLineConfirm_IDstatic StringCOLUMNNAME_I_InOutLineConfirm_UUColumn name I_InOutLineConfirm_UUstatic StringCOLUMNNAME_I_IsImportedColumn name I_IsImportedstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_InOutLineConfirm_IDColumn name M_InOutLineConfirm_IDstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_ScrappedQtyColumn name ScrappedQtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=740static StringTable_NameTableName=I_InOutLineConfirm
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetConfirmationNo()Get Confirmation No.BigDecimalgetConfirmedQty()Get Confirmed Quantity.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.BigDecimalgetDifferenceQty()Get Difference.StringgetI_ErrorMsg()Get Import Error Message.intgetI_InOutLineConfirm_ID()Get Ship/Receipt Confirmation Import Line.StringgetI_InOutLineConfirm_UU()Get I_InOutLineConfirm_UUI_M_InOutLineConfirmgetM_InOutLineConfirm()intgetM_InOutLineConfirm_ID()Get Ship/Receipt Confirmation Line.BigDecimalgetScrappedQty()Get Scrapped Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisI_IsImported()Get Imported.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetConfirmationNo(String ConfirmationNo)Set Confirmation No.voidsetConfirmedQty(BigDecimal ConfirmedQty)Set Confirmed Quantity.voidsetDescription(String Description)Set Description.voidsetDifferenceQty(BigDecimal DifferenceQty)Set Difference.voidsetI_ErrorMsg(String I_ErrorMsg)Set Import Error Message.voidsetI_InOutLineConfirm_ID(int I_InOutLineConfirm_ID)Set Ship/Receipt Confirmation Import Line.voidsetI_InOutLineConfirm_UU(String I_InOutLineConfirm_UU)Set I_InOutLineConfirm_UUvoidsetI_IsImported(boolean I_IsImported)Set Imported.voidsetIsActive(boolean IsActive)Set Active.voidsetM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)Set Ship/Receipt Confirmation Line.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetScrappedQty(BigDecimal ScrappedQty)Set Scrapped Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=I_InOutLineConfirm- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=740- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ConfirmationNo
static final String COLUMNNAME_ConfirmationNo
Column name ConfirmationNo- See Also:
- Constant Field Values
-
COLUMNNAME_ConfirmedQty
static final String COLUMNNAME_ConfirmedQty
Column name ConfirmedQty- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DifferenceQty
static final String COLUMNNAME_DifferenceQty
Column name DifferenceQty- See Also:
- Constant Field Values
-
COLUMNNAME_I_ErrorMsg
static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg- See Also:
- Constant Field Values
-
COLUMNNAME_I_InOutLineConfirm_ID
static final String COLUMNNAME_I_InOutLineConfirm_ID
Column name I_InOutLineConfirm_ID- See Also:
- Constant Field Values
-
COLUMNNAME_I_InOutLineConfirm_UU
static final String COLUMNNAME_I_InOutLineConfirm_UU
Column name I_InOutLineConfirm_UU- See Also:
- Constant Field Values
-
COLUMNNAME_I_IsImported
static final String COLUMNNAME_I_IsImported
Column name I_IsImported- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_InOutLineConfirm_ID
static final String COLUMNNAME_M_InOutLineConfirm_ID
Column name M_InOutLineConfirm_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_ScrappedQty
static final String COLUMNNAME_ScrappedQty
Column name ScrappedQty- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setConfirmationNo
void setConfirmationNo(String ConfirmationNo)
Set Confirmation No. Confirmation Number
-
getConfirmationNo
String getConfirmationNo()
Get Confirmation No. Confirmation Number
-
setConfirmedQty
void setConfirmedQty(BigDecimal ConfirmedQty)
Set Confirmed Quantity. Confirmation of a received quantity
-
getConfirmedQty
BigDecimal getConfirmedQty()
Get Confirmed Quantity. Confirmation of a received quantity
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDifferenceQty
void setDifferenceQty(BigDecimal DifferenceQty)
Set Difference. Difference Quantity
-
getDifferenceQty
BigDecimal getDifferenceQty()
Get Difference. Difference Quantity
-
setI_ErrorMsg
void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process
-
getI_ErrorMsg
String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process
-
setI_InOutLineConfirm_ID
void setI_InOutLineConfirm_ID(int I_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Import Line. Material Shipment or Receipt Confirmation Import Line
-
getI_InOutLineConfirm_ID
int getI_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Import Line. Material Shipment or Receipt Confirmation Import Line
-
setI_InOutLineConfirm_UU
void setI_InOutLineConfirm_UU(String I_InOutLineConfirm_UU)
Set I_InOutLineConfirm_UU
-
getI_InOutLineConfirm_UU
String getI_InOutLineConfirm_UU()
Get I_InOutLineConfirm_UU
-
setI_IsImported
void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed
-
isI_IsImported
boolean isI_IsImported()
Get Imported. Has this import been processed
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setM_InOutLineConfirm_ID
void setM_InOutLineConfirm_ID(int M_InOutLineConfirm_ID)
Set Ship/Receipt Confirmation Line. Material Shipment or Receipt Confirmation Line
-
getM_InOutLineConfirm_ID
int getM_InOutLineConfirm_ID()
Get Ship/Receipt Confirmation Line. Material Shipment or Receipt Confirmation Line
-
getM_InOutLineConfirm
I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException
- Throws:
RuntimeException
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setScrappedQty
void setScrappedQty(BigDecimal ScrappedQty)
Set Scrapped Quantity. The Quantity scrapped due to QA issues
-
getScrappedQty
BigDecimal getScrappedQty()
Get Scrapped Quantity. The Quantity scrapped due to QA issues
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-