Package org.compiere.model
Interface I_M_OperationResource
-
- All Known Implementing Classes:
X_M_OperationResource
public interface I_M_OperationResourceGenerated Interface for M_OperationResource- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_A_Asset_IDColumn name A_Asset_IDstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Job_IDColumn name C_Job_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_OperationResource_IDColumn name M_OperationResource_IDstatic StringCOLUMNNAME_M_OperationResource_UUColumn name M_OperationResource_UUstatic StringCOLUMNNAME_M_ProductOperation_IDColumn name M_ProductOperation_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_SetupTimeColumn name SetupTimestatic StringCOLUMNNAME_TeardownTimeColumn name TeardownTimestatic StringCOLUMNNAME_UnitRuntimeColumn name UnitRuntimestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=797static StringTable_NameTableName=M_OperationResource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_AssetgetA_Asset()intgetA_Asset_ID()Get Asset.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_JobgetC_Job()intgetC_Job_ID()Get Position.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetHelp()Get Comment/Help.intgetM_OperationResource_ID()Get Operation Resource.StringgetM_OperationResource_UU()Get M_OperationResource_UUI_M_ProductOperationgetM_ProductOperation()intgetM_ProductOperation_ID()Get Product Operation.StringgetName()Get Name.BigDecimalgetSetupTime()Get Setup Time.BigDecimalgetTeardownTime()Get Teardown Time.BigDecimalgetUnitRuntime()Get Runtime per Unit.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetA_Asset_ID(int A_Asset_ID)Set Asset.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Job_ID(int C_Job_ID)Set Position.voidsetDescription(String Description)Set Description.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetM_OperationResource_ID(int M_OperationResource_ID)Set Operation Resource.voidsetM_OperationResource_UU(String M_OperationResource_UU)Set M_OperationResource_UUvoidsetM_ProductOperation_ID(int M_ProductOperation_ID)Set Product Operation.voidsetName(String Name)Set Name.voidsetSetupTime(BigDecimal SetupTime)Set Setup Time.voidsetTeardownTime(BigDecimal TeardownTime)Set Teardown Time.voidsetUnitRuntime(BigDecimal UnitRuntime)Set Runtime per Unit.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_OperationResource- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=797- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_A_Asset_ID
static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Job_ID
static final String COLUMNNAME_C_Job_ID
Column name C_Job_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_OperationResource_ID
static final String COLUMNNAME_M_OperationResource_ID
Column name M_OperationResource_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_OperationResource_UU
static final String COLUMNNAME_M_OperationResource_UU
Column name M_OperationResource_UU- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
setA_Asset_ID
void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers
-
getA_Asset_ID
int getA_Asset_ID()
Get Asset. Asset used internally or by customers
-
getA_Asset
I_A_Asset getA_Asset() throws RuntimeException
- Throws:
RuntimeException
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setC_Job_ID
void setC_Job_ID(int C_Job_ID)
Set Position. Job Position
-
getC_Job_ID
int getC_Job_ID()
Get Position. Job Position
-
getC_Job
I_C_Job getC_Job() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setM_OperationResource_ID
void setM_OperationResource_ID(int M_OperationResource_ID)
Set Operation Resource. Product Operation Resource
-
getM_OperationResource_ID
int getM_OperationResource_ID()
Get Operation Resource. Product Operation Resource
-
setM_OperationResource_UU
void setM_OperationResource_UU(String M_OperationResource_UU)
Set M_OperationResource_UU
-
getM_OperationResource_UU
String getM_OperationResource_UU()
Get M_OperationResource_UU
-
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
-
getM_ProductOperation
I_M_ProductOperation getM_ProductOperation() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-