Package org.compiere.model
Interface I_M_MovementLine
-
- All Known Implementing Classes:
MMovementLine,X_M_MovementLine
public interface I_M_MovementLineGenerated Interface for M_MovementLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_ConfirmedQtyColumn name ConfirmedQtystatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DD_OrderLine_IDColumn name DD_OrderLine_IDstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_AttributeSetInstanceTo_IDColumn name M_AttributeSetInstanceTo_IDstatic StringCOLUMNNAME_M_Locator_IDColumn name M_Locator_IDstatic StringCOLUMNNAME_M_LocatorTo_IDColumn name M_LocatorTo_IDstatic StringCOLUMNNAME_M_Movement_IDColumn name M_Movement_IDstatic StringCOLUMNNAME_M_MovementLine_IDColumn name M_MovementLine_IDstatic StringCOLUMNNAME_M_MovementLine_UUColumn name M_MovementLine_UUstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_MovementQtyColumn name MovementQtystatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ReversalLine_IDColumn name ReversalLine_IDstatic StringCOLUMNNAME_ScrappedQtyColumn name ScrappedQtystatic StringCOLUMNNAME_TargetQtyColumn name TargetQtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=324static StringTable_NameTableName=M_MovementLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetConfirmedQty()Get Confirmed Quantity.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.I_DD_OrderLinegetDD_OrderLine()intgetDD_OrderLine_ID()Get Distribution Order LineStringgetDescription()Get Description.intgetLine()Get Line No.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_AttributeSetInstancegetM_AttributeSetInstanceTo()intgetM_AttributeSetInstanceTo_ID()Get Attribute Set Instance To.I_M_LocatorgetM_Locator()intgetM_Locator_ID()Get Locator.I_M_LocatorgetM_LocatorTo()intgetM_LocatorTo_ID()Get Locator To.I_M_MovementgetM_Movement()intgetM_Movement_ID()Get Inventory Move.intgetM_MovementLine_ID()Get Move Line.StringgetM_MovementLine_UU()Get M_MovementLine_UUI_M_ProductgetM_Product()intgetM_Product_ID()Get Product.BigDecimalgetMovementQty()Get Movement Quantity.I_M_MovementLinegetReversalLine()intgetReversalLine_ID()Get Reversal Line.BigDecimalgetScrappedQty()Get Scrapped Quantity.BigDecimalgetTargetQty()Get Target Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.booleanisActive()Get Active.booleanisProcessed()Get Processed.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetConfirmedQty(BigDecimal ConfirmedQty)Set Confirmed Quantity.voidsetDD_OrderLine_ID(int DD_OrderLine_ID)Set Distribution Order LinevoidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetLine(int Line)Set Line No.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_AttributeSetInstanceTo_ID(int M_AttributeSetInstanceTo_ID)Set Attribute Set Instance To.voidsetM_Locator_ID(int M_Locator_ID)Set Locator.voidsetM_LocatorTo_ID(int M_LocatorTo_ID)Set Locator To.voidsetM_Movement_ID(int M_Movement_ID)Set Inventory Move.voidsetM_MovementLine_ID(int M_MovementLine_ID)Set Move Line.voidsetM_MovementLine_UU(String M_MovementLine_UU)Set M_MovementLine_UUvoidsetM_Product_ID(int M_Product_ID)Set Product.voidsetMovementQty(BigDecimal MovementQty)Set Movement Quantity.voidsetProcessed(boolean Processed)Set Processed.voidsetReversalLine_ID(int ReversalLine_ID)Set Reversal Line.voidsetScrappedQty(BigDecimal ScrappedQty)Set Scrapped Quantity.voidsetTargetQty(BigDecimal TargetQty)Set Target Quantity.voidsetValue(String Value)Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_MovementLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=324- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
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_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_DD_OrderLine_ID
static final String COLUMNNAME_DD_OrderLine_ID
Column name DD_OrderLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstanceTo_ID
static final String COLUMNNAME_M_AttributeSetInstanceTo_ID
Column name M_AttributeSetInstanceTo_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_LocatorTo_ID
static final String COLUMNNAME_M_LocatorTo_ID
Column name M_LocatorTo_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Movement_ID
static final String COLUMNNAME_M_Movement_ID
Column name M_Movement_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_MovementLine_ID
static final String COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_MovementLine_UU
static final String COLUMNNAME_M_MovementLine_UU
Column name M_MovementLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_MovementQty
static final String COLUMNNAME_MovementQty
Column name MovementQty- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_ReversalLine_ID
static final String COLUMNNAME_ReversalLine_ID
Column name ReversalLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ScrappedQty
static final String COLUMNNAME_ScrappedQty
Column name ScrappedQty- See Also:
- Constant Field Values
-
COLUMNNAME_TargetQty
static final String COLUMNNAME_TargetQty
Column name TargetQty- 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
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- 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
-
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
-
setDD_OrderLine_ID
void setDD_OrderLine_ID(int DD_OrderLine_ID)
Set Distribution Order Line
-
getDD_OrderLine_ID
int getDD_OrderLine_ID()
Get Distribution Order Line
-
getDD_OrderLine
I_DD_OrderLine getDD_OrderLine() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setLine
void setLine(int Line)
Set Line No. Unique line for this document
-
getLine
int getLine()
Get Line No. Unique line for this document
-
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
setM_AttributeSetInstanceTo_ID
void setM_AttributeSetInstanceTo_ID(int M_AttributeSetInstanceTo_ID)
Set Attribute Set Instance To. Target Product Attribute Set Instance
-
getM_AttributeSetInstanceTo_ID
int getM_AttributeSetInstanceTo_ID()
Get Attribute Set Instance To. Target Product Attribute Set Instance
-
getM_AttributeSetInstanceTo
I_M_AttributeSetInstance getM_AttributeSetInstanceTo() throws RuntimeException
- Throws:
RuntimeException
-
setM_Locator_ID
void setM_Locator_ID(int M_Locator_ID)
Set Locator. Warehouse Locator
-
getM_Locator_ID
int getM_Locator_ID()
Get Locator. Warehouse Locator
-
getM_Locator
I_M_Locator getM_Locator() throws RuntimeException
- Throws:
RuntimeException
-
setM_LocatorTo_ID
void setM_LocatorTo_ID(int M_LocatorTo_ID)
Set Locator To. Location inventory is moved to
-
getM_LocatorTo_ID
int getM_LocatorTo_ID()
Get Locator To. Location inventory is moved to
-
getM_LocatorTo
I_M_Locator getM_LocatorTo() throws RuntimeException
- Throws:
RuntimeException
-
setM_Movement_ID
void setM_Movement_ID(int M_Movement_ID)
Set Inventory Move. Movement of Inventory
-
getM_Movement_ID
int getM_Movement_ID()
Get Inventory Move. Movement of Inventory
-
getM_Movement
I_M_Movement getM_Movement() throws RuntimeException
- Throws:
RuntimeException
-
setM_MovementLine_ID
void setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. Inventory Move document Line
-
getM_MovementLine_ID
int getM_MovementLine_ID()
Get Move Line. Inventory Move document Line
-
setM_MovementLine_UU
void setM_MovementLine_UU(String M_MovementLine_UU)
Set M_MovementLine_UU
-
getM_MovementLine_UU
String getM_MovementLine_UU()
Get M_MovementLine_UU
-
setMovementQty
void setMovementQty(BigDecimal MovementQty)
Set Movement Quantity. Quantity of a product moved.
-
getMovementQty
BigDecimal getMovementQty()
Get Movement Quantity. Quantity of a product moved.
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() 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
-
setReversalLine_ID
void setReversalLine_ID(int ReversalLine_ID)
Set Reversal Line. Use to keep the reversal line ID for reversing costing purpose
-
getReversalLine_ID
int getReversalLine_ID()
Get Reversal Line. Use to keep the reversal line ID for reversing costing purpose
-
getReversalLine
I_M_MovementLine getReversalLine() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setTargetQty
void setTargetQty(BigDecimal TargetQty)
Set Target Quantity. Target Movement Quantity
-
getTargetQty
BigDecimal getTargetQty()
Get Target Quantity. Target Movement Quantity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-