|
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_ProductOperation
public class X_M_ProductOperation
Generated Model for M_ProductOperation
| Field Summary |
|---|
| 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_ProductOperation |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_Product_ID, COLUMNNAME_M_ProductOperation_ID, COLUMNNAME_Name, COLUMNNAME_SetupTime, COLUMNNAME_TeardownTime, COLUMNNAME_UnitRuntime, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_ProductOperation(Properties ctx,
int M_ProductOperation_ID,
String trxName)
Standard Constructor |
|
X_M_ProductOperation(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_ProductOperation_ID()
Get Product Operation. |
String |
getName()
Get Name. |
BigDecimal |
getSetupTime()
Get Setup Time. |
BigDecimal |
getTeardownTime()
Get Teardown Time. |
BigDecimal |
getUnitRuntime()
Get Runtime per Unit. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_ProductOperation_ID(int M_ProductOperation_ID)
Set Product Operation. |
void |
setName(String Name)
Set Name. |
void |
setSetupTime(BigDecimal SetupTime)
Set Setup Time. |
void |
setTeardownTime(BigDecimal TeardownTime)
Set Teardown Time. |
void |
setUnitRuntime(BigDecimal UnitRuntime)
Set Runtime per Unit. |
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 |
| Constructor Detail |
|---|
public X_M_ProductOperation(Properties ctx,
int M_ProductOperation_ID,
String trxName)
public X_M_ProductOperation(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 setDescription(String Description)
setDescription in interface I_M_ProductOperationDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_ProductOperationpublic void setHelp(String Help)
setHelp in interface I_M_ProductOperationHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_ProductOperation
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_ProductOperationExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_ProductOperationM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_ProductOperationpublic void setM_ProductOperation_ID(int M_ProductOperation_ID)
setM_ProductOperation_ID in interface I_M_ProductOperationM_ProductOperation_ID - Product Manufacturing Operationpublic int getM_ProductOperation_ID()
getM_ProductOperation_ID in interface I_M_ProductOperationpublic void setName(String Name)
setName in interface I_M_ProductOperationName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_ProductOperationpublic KeyNamePair getKeyNamePair()
public void setSetupTime(BigDecimal SetupTime)
setSetupTime in interface I_M_ProductOperationSetupTime - Setup time before starting Productionpublic BigDecimal getSetupTime()
getSetupTime in interface I_M_ProductOperationpublic void setTeardownTime(BigDecimal TeardownTime)
setTeardownTime in interface I_M_ProductOperationTeardownTime - Time at the end of the operationpublic BigDecimal getTeardownTime()
getTeardownTime in interface I_M_ProductOperationpublic void setUnitRuntime(BigDecimal UnitRuntime)
setUnitRuntime in interface I_M_ProductOperationUnitRuntime - Time to produce one unitpublic BigDecimal getUnitRuntime()
getUnitRuntime in interface I_M_ProductOperation
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||