Adempiere 3.5.2a

org.compiere.model
Interface I_M_ProductOperation

All Known Implementing Classes:
X_M_ProductOperation

public interface I_M_ProductOperation

Generated Interface for M_ProductOperation

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_ProductOperation_ID
          Column name M_ProductOperation_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SetupTime
          Column name SetupTime
static String COLUMNNAME_TeardownTime
          Column name TeardownTime
static String COLUMNNAME_UnitRuntime
          Column name UnitRuntime
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=796
static String Table_Name
          TableName=M_ProductOperation
 
Method Summary
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_ProductOperation

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=796


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_M_ProductOperation_ID

static final String COLUMNNAME_M_ProductOperation_ID
Column name M_ProductOperation_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_SetupTime

static final String COLUMNNAME_SetupTime
Column name SetupTime

See Also:
Constant Field Values

COLUMNNAME_TeardownTime

static final String COLUMNNAME_TeardownTime
Column name TeardownTime

See Also:
Constant Field Values

COLUMNNAME_UnitRuntime

static final String COLUMNNAME_UnitRuntime
Column name UnitRuntime

See Also:
Constant Field Values
Method Detail

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


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

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setM_ProductOperation_ID

void setM_ProductOperation_ID(int M_ProductOperation_ID)
Set Product Operation. Product Manufacturing Operation


getM_ProductOperation_ID

int getM_ProductOperation_ID()
Get Product Operation. Product Manufacturing Operation


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setSetupTime

void setSetupTime(BigDecimal SetupTime)
Set Setup Time. Setup time before starting Production


getSetupTime

BigDecimal getSetupTime()
Get Setup Time. Setup time before starting Production


setTeardownTime

void setTeardownTime(BigDecimal TeardownTime)
Set Teardown Time. Time at the end of the operation


getTeardownTime

BigDecimal getTeardownTime()
Get Teardown Time. Time at the end of the operation


setUnitRuntime

void setUnitRuntime(BigDecimal UnitRuntime)
Set Runtime per Unit. Time to produce one unit


getUnitRuntime

BigDecimal getUnitRuntime()
Get Runtime per Unit. Time to produce one unit


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.