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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_PInstance_IDstatic final String
Column name C_AcctSchema_IDstatic final String
Column name Coststatic final String
Column name CostingMethodstatic final String
Column name CostStandardstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CurrentCostPricestatic final String
Column name CurrentCostPriceLLstatic final String
Column name FutureCostPricestatic final String
Column name FutureCostPriceLLstatic final String
Column name Implosionstatic final String
Column name IsActivestatic final String
Column name IsCostFrozenstatic final String
Column name LevelNostatic final String
Column name Levelsstatic final String
Column name M_CostElement_IDstatic final String
Column name M_CostType_IDstatic final String
Column name M_Product_IDstatic final String
Column name PP_Product_BOM_IDstatic final String
Column name PP_Product_BOMLine_IDstatic final String
Column name QtyBOMstatic final String
Column name Sel_Product_IDstatic final String
Column name SeqNostatic final String
Column name T_BOMLine_IDstatic final String
Column name T_BOMLine_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53045static final String
TableName=T_BOMLine -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Process Instance.int
Get Accounting Schema.getCost()
Get Cost.Get Costing Method.Get Standard Cost.Get Created.int
Get Created By.Get Current Cost Price.Get Current Cost Price Lower Level.Get Future Cost PriceGet Future Cost Price Lower Levelint
Get Level noGet Levelsint
Get Cost Element.int
Get Cost Type.int
Get Product.int
Get BOM & Formula.int
Get BOM Line.Get Quantity.int
Get Selected Productint
getSeqNo()
Get Sequence.int
Get Temporal BOM LineGet T_BOMLine_UUGet Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Cost Frozen.boolean
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
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 Details
-
Table_Name
TableName=T_BOMLine- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53045- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
-
COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID- See Also:
-
COLUMNNAME_Cost
Column name Cost- See Also:
-
COLUMNNAME_CostingMethod
Column name CostingMethod- See Also:
-
COLUMNNAME_CostStandard
Column name CostStandard- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice- See Also:
-
COLUMNNAME_CurrentCostPriceLL
Column name CurrentCostPriceLL- See Also:
-
COLUMNNAME_FutureCostPrice
Column name FutureCostPrice- See Also:
-
COLUMNNAME_FutureCostPriceLL
Column name FutureCostPriceLL- See Also:
-
COLUMNNAME_Implosion
Column name Implosion- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsCostFrozen
Column name IsCostFrozen- See Also:
-
COLUMNNAME_LevelNo
Column name LevelNo- See Also:
-
COLUMNNAME_Levels
Column name Levels- See Also:
-
COLUMNNAME_M_CostElement_ID
Column name M_CostElement_ID- See Also:
-
COLUMNNAME_M_CostType_ID
Column name M_CostType_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_PP_Product_BOM_ID
Column name PP_Product_BOM_ID- See Also:
-
COLUMNNAME_PP_Product_BOMLine_ID
Column name PP_Product_BOMLine_ID- See Also:
-
COLUMNNAME_QtyBOM
Column name QtyBOM- See Also:
-
COLUMNNAME_Sel_Product_ID
Column name Sel_Product_ID- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_T_BOMLine_ID
Column name T_BOMLine_ID- See Also:
-
COLUMNNAME_T_BOMLine_UU
Column name T_BOMLine_UU- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
- Throws:
RuntimeException
-
setCost
Set Cost. Cost information -
getCost
BigDecimal getCost()Get Cost. Cost information -
setCostingMethod
Set Costing Method. Indicates how Costs will be calculated -
getCostingMethod
String getCostingMethod()Get Costing Method. Indicates how Costs will be calculated -
setCostStandard
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
Set Current Cost Price. The currently used cost price -
getCurrentCostPrice
BigDecimal getCurrentCostPrice()Get Current Cost Price. The currently used cost price -
setCurrentCostPriceLL
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
Set Future Cost Price -
getFutureCostPrice
BigDecimal getFutureCostPrice()Get Future Cost Price -
setFutureCostPriceLL
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
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
- 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
- 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
- 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
- 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
- Throws:
RuntimeException
-
setQtyBOM
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
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
-