Package org.compiere.model
Interface I_M_InventoryLineMA
-
- All Known Implementing Classes:
MInventoryLineMA,X_M_InventoryLineMA
public interface I_M_InventoryLineMAGenerated Interface for M_InventoryLineMA- 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_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateMaterialPolicyColumn name DateMaterialPolicystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAutoGeneratedColumn name IsAutoGeneratedstatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_InventoryLine_IDColumn name M_InventoryLine_IDstatic StringCOLUMNNAME_M_InventoryLineMA_UUColumn name M_InventoryLineMA_UUstatic StringCOLUMNNAME_MovementQtyColumn name MovementQtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=763static StringTable_NameTableName=M_InventoryLineMA
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateMaterialPolicy()Get Date Material Policy.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_InventoryLinegetM_InventoryLine()intgetM_InventoryLine_ID()Get Phys.Inventory Line.StringgetM_InventoryLineMA_UU()Get M_InventoryLineMA_UUBigDecimalgetMovementQty()Get Movement Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisAutoGenerated()Get Auto GeneratedvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDateMaterialPolicy(Timestamp DateMaterialPolicy)Set Date Material Policy.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAutoGenerated(boolean IsAutoGenerated)Set Auto GeneratedvoidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_InventoryLine_ID(int M_InventoryLine_ID)Set Phys.Inventory Line.voidsetM_InventoryLineMA_UU(String M_InventoryLineMA_UU)Set M_InventoryLineMA_UUvoidsetMovementQty(BigDecimal MovementQty)Set Movement Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_InventoryLineMA- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=763- 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_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_DateMaterialPolicy
static final String COLUMNNAME_DateMaterialPolicy
Column name DateMaterialPolicy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAutoGenerated
static final String COLUMNNAME_IsAutoGenerated
Column name IsAutoGenerated- 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_InventoryLine_ID
static final String COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InventoryLineMA_UU
static final String COLUMNNAME_M_InventoryLineMA_UU
Column name M_InventoryLineMA_UU- See Also:
- Constant Field Values
-
COLUMNNAME_MovementQty
static final String COLUMNNAME_MovementQty
Column name MovementQty- 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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateMaterialPolicy
void setDateMaterialPolicy(Timestamp DateMaterialPolicy)
Set Date Material Policy. Time used for LIFO and FIFO Material Policy
-
getDateMaterialPolicy
Timestamp getDateMaterialPolicy()
Get Date Material Policy. Time used for LIFO and FIFO Material Policy
-
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
-
setIsAutoGenerated
void setIsAutoGenerated(boolean IsAutoGenerated)
Set Auto Generated
-
isAutoGenerated
boolean isAutoGenerated()
Get Auto Generated
-
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_InventoryLine_ID
void setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. Unique line in an Inventory document
-
getM_InventoryLine_ID
int getM_InventoryLine_ID()
Get Phys.Inventory Line. Unique line in an Inventory document
-
getM_InventoryLine
I_M_InventoryLine getM_InventoryLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_InventoryLineMA_UU
void setM_InventoryLineMA_UU(String M_InventoryLineMA_UU)
Set M_InventoryLineMA_UU
-
getM_InventoryLineMA_UU
String getM_InventoryLineMA_UU()
Get M_InventoryLineMA_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.
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-