Package org.eevolution.model
Interface I_T_BOMLine
-
- All Known Implementing Classes:
X_T_BOMLine
public interface I_T_BOMLine
Generated Interface for T_BOMLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_IDstatic String
COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_IDstatic String
COLUMNNAME_Cost
Column name Coststatic String
COLUMNNAME_CostingMethod
Column name CostingMethodstatic String
COLUMNNAME_CostStandard
Column name CostStandardstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CurrentCostPrice
Column name CurrentCostPricestatic String
COLUMNNAME_CurrentCostPriceLL
Column name CurrentCostPriceLLstatic String
COLUMNNAME_FutureCostPrice
Column name FutureCostPricestatic String
COLUMNNAME_FutureCostPriceLL
Column name FutureCostPriceLLstatic String
COLUMNNAME_Implosion
Column name Implosionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCostFrozen
Column name IsCostFrozenstatic String
COLUMNNAME_LevelNo
Column name LevelNostatic String
COLUMNNAME_Levels
Column name Levelsstatic String
COLUMNNAME_M_CostElement_ID
Column name M_CostElement_IDstatic String
COLUMNNAME_M_CostType_ID
Column name M_CostType_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_PP_Product_BOM_ID
Column name PP_Product_BOM_IDstatic String
COLUMNNAME_PP_Product_BOMLine_ID
Column name PP_Product_BOMLine_IDstatic String
COLUMNNAME_QtyBOM
Column name QtyBOMstatic String
COLUMNNAME_Sel_Product_ID
Column name Sel_Product_IDstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_T_BOMLine_ID
Column name T_BOMLine_IDstatic String
COLUMNNAME_T_BOMLine_UU
Column name T_BOMLine_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53045static String
Table_Name
TableName=T_BOMLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_PInstance
getAD_PInstance()
int
getAD_PInstance_ID()
Get Process Instance.I_C_AcctSchema
getC_AcctSchema()
int
getC_AcctSchema_ID()
Get Accounting Schema.BigDecimal
getCost()
Get Cost.String
getCostingMethod()
Get Costing Method.BigDecimal
getCostStandard()
Get Standard Cost.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getCurrentCostPrice()
Get Current Cost Price.BigDecimal
getCurrentCostPriceLL()
Get Current Cost Price Lower Level.BigDecimal
getFutureCostPrice()
Get Future Cost PriceBigDecimal
getFutureCostPriceLL()
Get Future Cost Price Lower Levelint
getLevelNo()
Get Level noString
getLevels()
Get LevelsI_M_CostElement
getM_CostElement()
int
getM_CostElement_ID()
Get Cost Element.I_M_CostType
getM_CostType()
int
getM_CostType_ID()
Get Cost Type.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.I_PP_Product_BOM
getPP_Product_BOM()
int
getPP_Product_BOM_ID()
Get BOM & Formula.I_PP_Product_BOMLine
getPP_Product_BOMLine()
int
getPP_Product_BOMLine_ID()
Get BOM Line.BigDecimal
getQtyBOM()
Get Quantity.int
getSel_Product_ID()
Get Selected Productint
getSeqNo()
Get Sequence.int
getT_BOMLine_ID()
Get Temporal BOM LineString
getT_BOMLine_UU()
Get T_BOMLine_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isCostFrozen()
Get Cost Frozen.boolean
isImplosion()
Get Implosion.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance.void
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema.void
setCost(BigDecimal Cost)
Set Cost.void
setCostingMethod(String CostingMethod)
Set Costing Method.void
setCostStandard(BigDecimal CostStandard)
Set Standard Cost.void
setCurrentCostPrice(BigDecimal CurrentCostPrice)
Set Current Cost Price.void
setCurrentCostPriceLL(BigDecimal CurrentCostPriceLL)
Set Current Cost Price Lower Level.void
setFutureCostPrice(BigDecimal FutureCostPrice)
Set Future Cost Pricevoid
setFutureCostPriceLL(BigDecimal FutureCostPriceLL)
Set Future Cost Price Lower Levelvoid
setImplosion(boolean Implosion)
Set Implosion.void
setIsActive(boolean IsActive)
Set Active.void
setIsCostFrozen(boolean IsCostFrozen)
Set Cost Frozen.void
setLevelNo(int LevelNo)
Set Level novoid
setLevels(String Levels)
Set Levelsvoid
setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element.void
setM_CostType_ID(int M_CostType_ID)
Set Cost Type.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setPP_Product_BOM_ID(int PP_Product_BOM_ID)
Set BOM & Formula.void
setPP_Product_BOMLine_ID(int PP_Product_BOMLine_ID)
Set BOM Line.void
setQtyBOM(BigDecimal QtyBOM)
Set Quantity.void
setSel_Product_ID(int Sel_Product_ID)
Set Selected Productvoid
setSeqNo(int SeqNo)
Set Sequence.void
setT_BOMLine_ID(int T_BOMLine_ID)
Set Temporal BOM Linevoid
setT_BOMLine_UU(String T_BOMLine_UU)
Set T_BOMLine_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=T_BOMLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53045- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - 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_AD_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_AcctSchema_ID
static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Cost
static final String COLUMNNAME_Cost
Column name Cost- See Also:
- Constant Field Values
-
COLUMNNAME_CostingMethod
static final String COLUMNNAME_CostingMethod
Column name CostingMethod- See Also:
- Constant Field Values
-
COLUMNNAME_CostStandard
static final String COLUMNNAME_CostStandard
Column name CostStandard- 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_CurrentCostPrice
static final String COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_CurrentCostPriceLL
static final String COLUMNNAME_CurrentCostPriceLL
Column name CurrentCostPriceLL- See Also:
- Constant Field Values
-
COLUMNNAME_FutureCostPrice
static final String COLUMNNAME_FutureCostPrice
Column name FutureCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_FutureCostPriceLL
static final String COLUMNNAME_FutureCostPriceLL
Column name FutureCostPriceLL- See Also:
- Constant Field Values
-
COLUMNNAME_Implosion
static final String COLUMNNAME_Implosion
Column name Implosion- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCostFrozen
static final String COLUMNNAME_IsCostFrozen
Column name IsCostFrozen- See Also:
- Constant Field Values
-
COLUMNNAME_LevelNo
static final String COLUMNNAME_LevelNo
Column name LevelNo- See Also:
- Constant Field Values
-
COLUMNNAME_Levels
static final String COLUMNNAME_Levels
Column name Levels- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostElement_ID
static final String COLUMNNAME_M_CostElement_ID
Column name M_CostElement_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostType_ID
static final String COLUMNNAME_M_CostType_ID
Column name M_CostType_ID- 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_PP_Product_BOM_ID
static final String COLUMNNAME_PP_Product_BOM_ID
Column name PP_Product_BOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Product_BOMLine_ID
static final String COLUMNNAME_PP_Product_BOMLine_ID
Column name PP_Product_BOMLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_QtyBOM
static final String COLUMNNAME_QtyBOM
Column name QtyBOM- See Also:
- Constant Field Values
-
COLUMNNAME_Sel_Product_ID
static final String COLUMNNAME_Sel_Product_ID
Column name Sel_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_T_BOMLine_ID
static final String COLUMNNAME_T_BOMLine_ID
Column name T_BOMLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_T_BOMLine_UU
static final String COLUMNNAME_T_BOMLine_UU
Column name T_BOMLine_UU- 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
-
setAD_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process
-
getAD_PInstance_ID
int getAD_PInstance_ID()
Get Process Instance. Instance of the process
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setC_AcctSchema_ID
void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting
-
getC_AcctSchema_ID
int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting
-
getC_AcctSchema
I_C_AcctSchema getC_AcctSchema() throws RuntimeException
- Throws:
RuntimeException
-
setCost
void setCost(BigDecimal Cost)
Set Cost. Cost information
-
getCost
BigDecimal getCost()
Get Cost. Cost information
-
setCostingMethod
void setCostingMethod(String CostingMethod)
Set Costing Method. Indicates how Costs will be calculated
-
getCostingMethod
String getCostingMethod()
Get Costing Method. Indicates how Costs will be calculated
-
setCostStandard
void setCostStandard(BigDecimal CostStandard)
Set Standard Cost. Standard Costs
-
getCostStandard
BigDecimal getCostStandard()
Get Standard Cost. Standard Costs
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCurrentCostPrice
void setCurrentCostPrice(BigDecimal CurrentCostPrice)
Set Current Cost Price. The currently used cost price
-
getCurrentCostPrice
BigDecimal getCurrentCostPrice()
Get Current Cost Price. The currently used cost price
-
setCurrentCostPriceLL
void setCurrentCostPriceLL(BigDecimal CurrentCostPriceLL)
Set Current Cost Price Lower Level. Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level.
-
getCurrentCostPriceLL
BigDecimal getCurrentCostPriceLL()
Get Current Cost Price Lower Level. Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level.
-
setFutureCostPrice
void setFutureCostPrice(BigDecimal FutureCostPrice)
Set Future Cost Price
-
getFutureCostPrice
BigDecimal getFutureCostPrice()
Get Future Cost Price
-
setFutureCostPriceLL
void setFutureCostPriceLL(BigDecimal FutureCostPriceLL)
Set Future Cost Price Lower Level
-
getFutureCostPriceLL
BigDecimal getFutureCostPriceLL()
Get Future Cost Price Lower Level
-
setImplosion
void setImplosion(boolean Implosion)
Set Implosion. Implosion of a Bill of Materials refers to finding all the BOM' ' s in which a component is used.
-
isImplosion
boolean isImplosion()
Get Implosion. Implosion of a Bill of Materials refers to finding all the BOM' ' s in which a component is used.
-
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
-
setIsCostFrozen
void setIsCostFrozen(boolean IsCostFrozen)
Set Cost Frozen. Indicated that the Standard Cost is frozen
-
isCostFrozen
boolean isCostFrozen()
Get Cost Frozen. Indicated that the Standard Cost is frozen
-
setLevelNo
void setLevelNo(int LevelNo)
Set Level no
-
getLevelNo
int getLevelNo()
Get Level no
-
setLevels
void setLevels(String Levels)
Set Levels
-
getLevels
String getLevels()
Get Levels
-
setM_CostElement_ID
void setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. Product Cost Element
-
getM_CostElement_ID
int getM_CostElement_ID()
Get Cost Element. Product Cost Element
-
getM_CostElement
I_M_CostElement getM_CostElement() throws RuntimeException
- Throws:
RuntimeException
-
setM_CostType_ID
void setM_CostType_ID(int M_CostType_ID)
Set Cost Type. Type of Cost (e.g. Current, Plan, Future)
-
getM_CostType_ID
int getM_CostType_ID()
Get Cost Type. Type of Cost (e.g. Current, Plan, Future)
-
getM_CostType
I_M_CostType getM_CostType() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setPP_Product_BOM_ID
void setPP_Product_BOM_ID(int PP_Product_BOM_ID)
Set BOM & Formula. BOM & Formula
-
getPP_Product_BOM_ID
int getPP_Product_BOM_ID()
Get BOM & Formula. BOM & Formula
-
getPP_Product_BOM
I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException
- Throws:
RuntimeException
-
setPP_Product_BOMLine_ID
void setPP_Product_BOMLine_ID(int PP_Product_BOMLine_ID)
Set BOM Line. BOM Line
-
getPP_Product_BOMLine_ID
int getPP_Product_BOMLine_ID()
Get BOM Line. BOM Line
-
getPP_Product_BOMLine
I_PP_Product_BOMLine getPP_Product_BOMLine() throws RuntimeException
- Throws:
RuntimeException
-
setQtyBOM
void setQtyBOM(BigDecimal QtyBOM)
Set Quantity. Indicate the Quantity use in this BOM
-
getQtyBOM
BigDecimal getQtyBOM()
Get Quantity. Indicate the Quantity use in this BOM
-
setSel_Product_ID
void setSel_Product_ID(int Sel_Product_ID)
Set Selected Product
-
getSel_Product_ID
int getSel_Product_ID()
Get Selected Product
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
setT_BOMLine_ID
void setT_BOMLine_ID(int T_BOMLine_ID)
Set Temporal BOM Line
-
getT_BOMLine_ID
int getT_BOMLine_ID()
Get Temporal BOM Line
-
setT_BOMLine_UU
void setT_BOMLine_UU(String T_BOMLine_UU)
Set T_BOMLine_UU
-
getT_BOMLine_UU
String getT_BOMLine_UU()
Get T_BOMLine_UU
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-