|
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.compiere.model.X_M_BOM
public class X_M_BOM
Generated Model for M_BOM
| Field Summary | |
|---|---|
static int |
BOMTYPE_AD_Reference_ID
BOMType AD_Reference_ID=347 |
static String |
BOMTYPE_CurrentActive
Current Active = A |
static String |
BOMTYPE_Future
Future = F |
static String |
BOMTYPE_Maintenance
Maintenance = M |
static String |
BOMTYPE_Make_To_Order
Make-To-Order = O |
static String |
BOMTYPE_Previous
Previous = P |
static String |
BOMTYPE_PreviousSpare
Previous, Spare = S |
static String |
BOMTYPE_ProductConfigure
Product Configure = C |
static String |
BOMTYPE_Repair
Repair = R |
static int |
BOMUSE_AD_Reference_ID
BOMUse AD_Reference_ID=348 |
static String |
BOMUSE_Engineering
Engineering = E |
static String |
BOMUSE_Manufacturing
Manufacturing = M |
static String |
BOMUSE_Master
Master = A |
static String |
BOMUSE_Planning
Planning = P |
static String |
BOMUSE_Quality
Quality = Q |
| 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 |
| Fields inherited from interface org.compiere.model.I_M_BOM |
|---|
accessLevel, COLUMNNAME_BOMType, COLUMNNAME_BOMUse, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_BOM_ID, COLUMNNAME_M_ChangeNotice_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Name, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_BOM(Properties ctx,
int M_BOM_ID,
String trxName)
Standard Constructor |
|
X_M_BOM(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getBOMType()
Get BOM Type. |
String |
getBOMUse()
Get BOM Use. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_BOM_ID()
Get BOM. |
int |
getM_ChangeNotice_ID()
Get Change Notice. |
I_M_ChangeNotice |
getM_ChangeNotice()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setBOMType(String BOMType)
Set BOM Type. |
void |
setBOMUse(String BOMUse)
Set BOM Use. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_BOM_ID(int M_BOM_ID)
Set BOM. |
void |
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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 BOMTYPE_AD_Reference_ID
public static final String BOMTYPE_CurrentActive
public static final String BOMTYPE_Make_To_Order
public static final String BOMTYPE_Previous
public static final String BOMTYPE_PreviousSpare
public static final String BOMTYPE_Future
public static final String BOMTYPE_Maintenance
public static final String BOMTYPE_Repair
public static final String BOMTYPE_ProductConfigure
public static final int BOMUSE_AD_Reference_ID
public static final String BOMUSE_Master
public static final String BOMUSE_Engineering
public static final String BOMUSE_Manufacturing
public static final String BOMUSE_Planning
public static final String BOMUSE_Quality
| Constructor Detail |
|---|
public X_M_BOM(Properties ctx,
int M_BOM_ID,
String trxName)
public X_M_BOM(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 setBOMType(String BOMType)
setBOMType in interface I_M_BOMBOMType - Type of BOMpublic String getBOMType()
getBOMType in interface I_M_BOMpublic void setBOMUse(String BOMUse)
setBOMUse in interface I_M_BOMBOMUse - The use of the Bill of Materialpublic String getBOMUse()
getBOMUse in interface I_M_BOMpublic void setDescription(String Description)
setDescription in interface I_M_BOMDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_BOMpublic void setHelp(String Help)
setHelp in interface I_M_BOMHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_BOMpublic void setM_BOM_ID(int M_BOM_ID)
setM_BOM_ID in interface I_M_BOMM_BOM_ID - Bill of Materialpublic int getM_BOM_ID()
getM_BOM_ID in interface I_M_BOM
public I_M_ChangeNotice getM_ChangeNotice()
throws Exception
getM_ChangeNotice in interface I_M_BOMExceptionpublic void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
setM_ChangeNotice_ID in interface I_M_BOMM_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version)public int getM_ChangeNotice_ID()
getM_ChangeNotice_ID in interface I_M_BOM
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_BOMExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_BOMM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_BOMpublic void setName(String Name)
setName in interface I_M_BOMName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_BOMpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_M_BOMProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_BOM
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||