|
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_RV_PP_Product_BOMLine
public class X_RV_PP_Product_BOMLine
Generated Model for RV_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 |
static int |
TM_PRODUCT_ID_AD_Reference_ID
TM_Product_ID AD_Reference_ID=162 |
| 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_RV_PP_Product_BOMLine(Properties ctx,
int RV_PP_Product_BOMLine_ID,
String trxName)
Standard Constructor |
|
X_RV_PP_Product_BOMLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PInstance_ID()
Get Process Instance. |
I_AD_PInstance |
getAD_PInstance()
|
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
String |
getComponentType()
Get ComponentType. |
String |
getDescription()
Get Description. |
String |
getIssueMethod()
Get IssueMethod. |
int |
getLevelNo()
Get Level no. |
String |
getLevels()
Get Levels. |
int |
getLine()
Get Line No. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getPP_Product_BOM_ID()
Get BOM & Formaula. |
I_PP_Product_BOM |
getPP_Product_BOM()
|
int |
getPP_Product_BOMLine_ID()
Get PP_Product_BOMLine_ID. |
I_PP_Product_BOMLine |
getPP_Product_BOMLine()
|
BigDecimal |
getQtyBatch()
Get QtyBatch. |
BigDecimal |
getQtyBOM()
Get QtyBOM. |
BigDecimal |
getScrap()
Get Scrap. |
int |
getSeqNo()
Get Sequence. |
int |
getTM_Product_ID()
Get TM_Product_ID. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isCritical()
Get IsCritical. |
boolean |
isImplotion()
Get Implotion. |
boolean |
isQtyPercentage()
Get IsQtyPercentage. |
void |
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setComponentType(String ComponentType)
Set ComponentType. |
void |
setDescription(String Description)
Set Description. |
void |
setImplotion(boolean Implotion)
Set Implotion. |
void |
setIsCritical(boolean IsCritical)
Set IsCritical. |
void |
setIsQtyPercentage(boolean IsQtyPercentage)
Set IsQtyPercentage. |
void |
setIssueMethod(String IssueMethod)
Set IssueMethod. |
void |
setLevelNo(int LevelNo)
Set Level no. |
void |
setLevels(String Levels)
Set Levels. |
void |
setLine(int Line)
Set Line No. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setPP_Product_BOM_ID(int PP_Product_BOM_ID)
Set BOM & Formaula. |
void |
setPP_Product_BOMLine_ID(int PP_Product_BOMLine_ID)
Set PP_Product_BOMLine_ID. |
void |
setQtyBatch(BigDecimal QtyBatch)
Set QtyBatch. |
void |
setQtyBOM(BigDecimal QtyBOM)
Set QtyBOM. |
void |
setScrap(BigDecimal Scrap)
Set Scrap. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setTM_Product_ID(int TM_Product_ID)
Set TM_Product_ID. |
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
public static final int TM_PRODUCT_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_RV_PP_Product_BOMLine(Properties ctx,
int RV_PP_Product_BOMLine_ID,
String trxName)
public X_RV_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 PO
public I_AD_PInstance getAD_PInstance()
throws Exception
getAD_PInstance in interface I_RV_PP_Product_BOMLineExceptionpublic void setAD_PInstance_ID(int AD_PInstance_ID)
setAD_PInstance_ID in interface I_RV_PP_Product_BOMLineAD_PInstance_ID - Instance of the processpublic int getAD_PInstance_ID()
getAD_PInstance_ID in interface I_RV_PP_Product_BOMLinepublic void setComponentType(String ComponentType)
setComponentType in interface I_RV_PP_Product_BOMLineComponentType - ComponentTypepublic String getComponentType()
getComponentType in interface I_RV_PP_Product_BOMLine
public I_C_UOM getC_UOM()
throws Exception
getC_UOM in interface I_RV_PP_Product_BOMLineExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_RV_PP_Product_BOMLineC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_RV_PP_Product_BOMLinepublic void setDescription(String Description)
setDescription in interface I_RV_PP_Product_BOMLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_RV_PP_Product_BOMLinepublic void setImplotion(boolean Implotion)
setImplotion in interface I_RV_PP_Product_BOMLineImplotion - Implotionpublic boolean isImplotion()
isImplotion in interface I_RV_PP_Product_BOMLinepublic void setIsCritical(boolean IsCritical)
setIsCritical in interface I_RV_PP_Product_BOMLineIsCritical - IsCriticalpublic boolean isCritical()
isCritical in interface I_RV_PP_Product_BOMLinepublic void setIsQtyPercentage(boolean IsQtyPercentage)
setIsQtyPercentage in interface I_RV_PP_Product_BOMLineIsQtyPercentage - IsQtyPercentagepublic boolean isQtyPercentage()
isQtyPercentage in interface I_RV_PP_Product_BOMLinepublic void setIssueMethod(String IssueMethod)
setIssueMethod in interface I_RV_PP_Product_BOMLineIssueMethod - IssueMethodpublic String getIssueMethod()
getIssueMethod in interface I_RV_PP_Product_BOMLinepublic void setLevelNo(int LevelNo)
setLevelNo in interface I_RV_PP_Product_BOMLineLevelNo - Level nopublic int getLevelNo()
getLevelNo in interface I_RV_PP_Product_BOMLinepublic void setLevels(String Levels)
setLevels in interface I_RV_PP_Product_BOMLineLevels - Levelspublic String getLevels()
getLevels in interface I_RV_PP_Product_BOMLinepublic void setLine(int Line)
setLine in interface I_RV_PP_Product_BOMLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_RV_PP_Product_BOMLinepublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_RV_PP_Product_BOMLineM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_RV_PP_Product_BOMLine
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_RV_PP_Product_BOMLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_RV_PP_Product_BOMLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_RV_PP_Product_BOMLine
public I_PP_Product_BOM getPP_Product_BOM()
throws Exception
getPP_Product_BOM in interface I_RV_PP_Product_BOMLineExceptionpublic void setPP_Product_BOM_ID(int PP_Product_BOM_ID)
setPP_Product_BOM_ID in interface I_RV_PP_Product_BOMLinePP_Product_BOM_ID - BOM & Formaulapublic int getPP_Product_BOM_ID()
getPP_Product_BOM_ID in interface I_RV_PP_Product_BOMLine
public I_PP_Product_BOMLine getPP_Product_BOMLine()
throws Exception
getPP_Product_BOMLine in interface I_RV_PP_Product_BOMLineExceptionpublic void setPP_Product_BOMLine_ID(int PP_Product_BOMLine_ID)
setPP_Product_BOMLine_ID in interface I_RV_PP_Product_BOMLinePP_Product_BOMLine_ID - PP_Product_BOMLine_IDpublic int getPP_Product_BOMLine_ID()
getPP_Product_BOMLine_ID in interface I_RV_PP_Product_BOMLinepublic void setQtyBatch(BigDecimal QtyBatch)
setQtyBatch in interface I_RV_PP_Product_BOMLineQtyBatch - QtyBatchpublic BigDecimal getQtyBatch()
getQtyBatch in interface I_RV_PP_Product_BOMLinepublic void setQtyBOM(BigDecimal QtyBOM)
setQtyBOM in interface I_RV_PP_Product_BOMLineQtyBOM - QtyBOMpublic BigDecimal getQtyBOM()
getQtyBOM in interface I_RV_PP_Product_BOMLinepublic void setScrap(BigDecimal Scrap)
setScrap in interface I_RV_PP_Product_BOMLineScrap - Scrappublic BigDecimal getScrap()
getScrap in interface I_RV_PP_Product_BOMLinepublic void setSeqNo(int SeqNo)
setSeqNo in interface I_RV_PP_Product_BOMLineSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_RV_PP_Product_BOMLinepublic void setTM_Product_ID(int TM_Product_ID)
setTM_Product_ID in interface I_RV_PP_Product_BOMLineTM_Product_ID - Product, Service, Itempublic int getTM_Product_ID()
getTM_Product_ID in interface I_RV_PP_Product_BOMLinepublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_RV_PP_Product_BOMLineValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_RV_PP_Product_BOMLinepublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_RV_PP_Product_BOMLineValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_RV_PP_Product_BOMLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||