|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.eevolution.model.X_PP_Product_BOMLine
public class X_PP_Product_BOMLine
Generated Model for PP_Product_BOMLine
| Field Summary | |
|---|---|
static int |
COMPONENTTYPE_AD_Reference_ID
ComponentType AD_Reference_ID=53225 |
static String |
COMPONENTTYPE_ByProduct
By Product = BY |
static String |
COMPONENTTYPE_Component
Component = CO |
static String |
COMPONENTTYPE_Option
Option = OP |
static String |
COMPONENTTYPE_Packing
Packing = PK |
static String |
COMPONENTTYPE_Phantom
Phantom = PH |
static String |
COMPONENTTYPE_Planning
Planning = PL |
static String |
COMPONENTTYPE_Tools
Tools = TL |
static String |
COMPONENTTYPE_Variant
Variant = VA |
static int |
ISSUEMETHOD_AD_Reference_ID
IssueMethod AD_Reference_ID=53226 |
static String |
ISSUEMETHOD_BackFlush
BackFlush = 1 |
static String |
ISSUEMETHOD_Issue
Issue = 0 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_PP_Product_BOMLine(Properties ctx,
int PP_Product_BOMLine_ID,
String trxName)
Standard Constructor |
|
X_PP_Product_BOMLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAssay()
Get Quantity Assay. |
String |
getBackflushGroup()
Get Backflush Group. |
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
String |
getComponentType()
Get Component Type. |
String |
getDescription()
Get Description. |
String |
getFeature()
Get Feature. |
BigDecimal |
getForecast()
Get Forecast. |
String |
getHelp()
Get Comment/Help. |
String |
getIssueMethod()
Get Issue Method. |
int |
getLeadTimeOffset()
Get Lead Time Offset. |
int |
getLine()
Get Line No. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_ChangeNotice_ID()
Get Change Notice. |
I_M_ChangeNotice |
getM_ChangeNotice()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getPP_Product_BOM_ID()
Get BOM & Formula. |
I_PP_Product_BOM |
getPP_Product_BOM()
|
int |
getPP_Product_BOMLine_ID()
Get BOM Line. |
BigDecimal |
getQtyBatch()
Get Quantity %. |
BigDecimal |
getQtyBOM()
Get Quantity. |
BigDecimal |
getScrap()
Get Scrap. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isCritical()
Get Is Critical Component. |
boolean |
isQtyPercentage()
Get Is Qty Percentage. |
void |
setAssay(BigDecimal Assay)
Set Quantity Assay. |
void |
setBackflushGroup(String BackflushGroup)
Set Backflush Group. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setComponentType(String ComponentType)
Set Component Type. |
void |
setDescription(String Description)
Set Description. |
void |
setFeature(String Feature)
Set Feature. |
void |
setForecast(BigDecimal Forecast)
Set Forecast. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsCritical(boolean IsCritical)
Set Is Critical Component. |
void |
setIsQtyPercentage(boolean IsQtyPercentage)
Set Is Qty Percentage. |
void |
setIssueMethod(String IssueMethod)
Set Issue Method. |
void |
setLeadTimeOffset(int LeadTimeOffset)
Set Lead Time Offset. |
void |
setLine(int Line)
Set Line No. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. |
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 |
setQtyBatch(BigDecimal QtyBatch)
Set Quantity %. |
void |
setQtyBOM(BigDecimal QtyBOM)
Set Quantity. |
void |
setScrap(BigDecimal Scrap)
Set Scrap. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int COMPONENTTYPE_AD_Reference_ID
public static final String COMPONENTTYPE_ByProduct
public static final String COMPONENTTYPE_Component
public static final String COMPONENTTYPE_Phantom
public static final String COMPONENTTYPE_Packing
public static final String COMPONENTTYPE_Planning
public static final String COMPONENTTYPE_Tools
public static final String COMPONENTTYPE_Option
public static final String COMPONENTTYPE_Variant
public static final int ISSUEMETHOD_AD_Reference_ID
public static final String ISSUEMETHOD_Issue
public static final String ISSUEMETHOD_BackFlush
| Constructor Detail |
|---|
public X_PP_Product_BOMLine(Properties ctx,
int PP_Product_BOMLine_ID,
String trxName)
public X_PP_Product_BOMLine(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAssay(BigDecimal Assay)
setAssay in interface I_PP_Product_BOMLineAssay - Indicated the Quantity Assay to use into Quality Orderpublic BigDecimal getAssay()
getAssay in interface I_PP_Product_BOMLinepublic void setBackflushGroup(String BackflushGroup)
setBackflushGroup in interface I_PP_Product_BOMLineBackflushGroup - The Grouping Components to the Backflushpublic String getBackflushGroup()
getBackflushGroup in interface I_PP_Product_BOMLinepublic void setComponentType(String ComponentType)
setComponentType in interface I_PP_Product_BOMLineComponentType - Component Type for a Bill of Material or Formulapublic String getComponentType()
getComponentType in interface I_PP_Product_BOMLine
public I_C_UOM getC_UOM()
throws Exception
getC_UOM in interface I_PP_Product_BOMLineExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_PP_Product_BOMLineC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_PP_Product_BOMLinepublic void setDescription(String Description)
setDescription in interface I_PP_Product_BOMLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PP_Product_BOMLinepublic void setFeature(String Feature)
setFeature in interface I_PP_Product_BOMLineFeature - Indicated the Feature for Product Configurepublic String getFeature()
getFeature in interface I_PP_Product_BOMLinepublic void setForecast(BigDecimal Forecast)
setForecast in interface I_PP_Product_BOMLineForecast - Indicated the % of participation this component into a of the BOM Planningpublic BigDecimal getForecast()
getForecast in interface I_PP_Product_BOMLinepublic void setHelp(String Help)
setHelp in interface I_PP_Product_BOMLineHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_PP_Product_BOMLinepublic void setIsCritical(boolean IsCritical)
setIsCritical in interface I_PP_Product_BOMLineIsCritical - Indicate that a Manufacturing Order can not begin without have this componentpublic boolean isCritical()
isCritical in interface I_PP_Product_BOMLinepublic void setIsQtyPercentage(boolean IsQtyPercentage)
setIsQtyPercentage in interface I_PP_Product_BOMLineIsQtyPercentage - Indicate that this component is based in % Quantitypublic boolean isQtyPercentage()
isQtyPercentage in interface I_PP_Product_BOMLinepublic void setIssueMethod(String IssueMethod)
setIssueMethod in interface I_PP_Product_BOMLineIssueMethod - There are two methods for issue the components to Manufacturing Orderpublic String getIssueMethod()
getIssueMethod in interface I_PP_Product_BOMLinepublic void setLeadTimeOffset(int LeadTimeOffset)
setLeadTimeOffset in interface I_PP_Product_BOMLineLeadTimeOffset - Optional Lead Time offest before starting productionpublic int getLeadTimeOffset()
getLeadTimeOffset in interface I_PP_Product_BOMLinepublic void setLine(int Line)
setLine in interface I_PP_Product_BOMLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_PP_Product_BOMLinepublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_PP_Product_BOMLineM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_PP_Product_BOMLine
public I_M_ChangeNotice getM_ChangeNotice()
throws Exception
getM_ChangeNotice in interface I_PP_Product_BOMLineExceptionpublic void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
setM_ChangeNotice_ID in interface I_PP_Product_BOMLineM_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version)public int getM_ChangeNotice_ID()
getM_ChangeNotice_ID in interface I_PP_Product_BOMLine
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_PP_Product_BOMLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_PP_Product_BOMLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_PP_Product_BOMLine
public I_PP_Product_BOM getPP_Product_BOM()
throws Exception
getPP_Product_BOM in interface I_PP_Product_BOMLineExceptionpublic void setPP_Product_BOM_ID(int PP_Product_BOM_ID)
setPP_Product_BOM_ID in interface I_PP_Product_BOMLinePP_Product_BOM_ID - BOM & Formulapublic int getPP_Product_BOM_ID()
getPP_Product_BOM_ID in interface I_PP_Product_BOMLinepublic void setPP_Product_BOMLine_ID(int PP_Product_BOMLine_ID)
setPP_Product_BOMLine_ID in interface I_PP_Product_BOMLinePP_Product_BOMLine_ID - BOM Linepublic int getPP_Product_BOMLine_ID()
getPP_Product_BOMLine_ID in interface I_PP_Product_BOMLinepublic void setQtyBatch(BigDecimal QtyBatch)
setQtyBatch in interface I_PP_Product_BOMLineQtyBatch - Indicate the Quantity % use in this Formulapublic BigDecimal getQtyBatch()
getQtyBatch in interface I_PP_Product_BOMLinepublic void setQtyBOM(BigDecimal QtyBOM)
setQtyBOM in interface I_PP_Product_BOMLineQtyBOM - Indicate the Quantity use in this BOMpublic BigDecimal getQtyBOM()
getQtyBOM in interface I_PP_Product_BOMLinepublic void setScrap(BigDecimal Scrap)
setScrap in interface I_PP_Product_BOMLineScrap - Indicate the Scrap Quantity that is generate in a manufacturing processpublic BigDecimal getScrap()
getScrap in interface I_PP_Product_BOMLinepublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_PP_Product_BOMLineValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_PP_Product_BOMLinepublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_PP_Product_BOMLineValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_PP_Product_BOMLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||