Package org.maintenance.model
Interface I_MP_JobStandar_Resource
- All Known Implementing Classes:
MMPJobStandardResource
,X_MP_JobStandar_Resource
public interface I_MP_JobStandar_Resource
Generated Interface for MP_JobStandar_Resource
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name CostAmtstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name M_BOM_IDstatic final String
Column name M_Product_IDstatic final String
Column name MP_JobStandar_Resource_IDstatic final String
Column name MP_JobStandar_Resource_UUstatic final String
Column name MP_JobStandar_Task_IDstatic final String
Column name ResourceQtystatic final String
Column name ResourceTypestatic final String
Column name S_Resource_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53314static final String
TableName=MP_JobStandar_Resource -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Cost Value.Get Created.int
Get Created By.getM_BOM()
int
Get BOM.int
Get Product.int
Get Standard Job ResourceGet MP_JobStandar_Resource_UUint
Get Standard Job TaskGet ResourceQtyGet ResourceTypeint
Get Resource.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setCostAmt
(BigDecimal CostAmt) Set Cost Value.void
setIsActive
(boolean IsActive) Set Active.void
setM_BOM_ID
(int M_BOM_ID) Set BOM.void
setM_Product_ID
(int M_Product_ID) Set Product.void
setMP_JobStandar_Resource_ID
(int MP_JobStandar_Resource_ID) Set Standard Job Resourcevoid
setMP_JobStandar_Resource_UU
(String MP_JobStandar_Resource_UU) Set MP_JobStandar_Resource_UUvoid
setMP_JobStandar_Task_ID
(int MP_JobStandar_Task_ID) Set Standard Job Taskvoid
setResourceQty
(BigDecimal ResourceQty) Set ResourceQtyvoid
setResourceType
(String ResourceType) Set ResourceTypevoid
setS_Resource_ID
(int S_Resource_ID) Set Resource.
-
Field Details
-
Table_Name
TableName=MP_JobStandar_Resource- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53314- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_CostAmt
Column name CostAmt- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_MP_JobStandar_Resource_ID
Column name MP_JobStandar_Resource_ID- See Also:
-
COLUMNNAME_MP_JobStandar_Resource_UU
Column name MP_JobStandar_Resource_UU- See Also:
-
COLUMNNAME_MP_JobStandar_Task_ID
Column name MP_JobStandar_Task_ID- See Also:
-
COLUMNNAME_M_BOM_ID
Column name M_BOM_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_ResourceQty
Column name ResourceQty- See Also:
-
COLUMNNAME_ResourceType
Column name ResourceType- See Also:
-
COLUMNNAME_S_Resource_ID
Column name S_Resource_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setCostAmt
Set Cost Value. Value with Cost -
getCostAmt
BigDecimal getCostAmt()Get Cost Value. Value with Cost -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
setMP_JobStandar_Resource_ID
void setMP_JobStandar_Resource_ID(int MP_JobStandar_Resource_ID) Set Standard Job Resource -
getMP_JobStandar_Resource_ID
int getMP_JobStandar_Resource_ID()Get Standard Job Resource -
setMP_JobStandar_Resource_UU
Set MP_JobStandar_Resource_UU -
getMP_JobStandar_Resource_UU
String getMP_JobStandar_Resource_UU()Get MP_JobStandar_Resource_UU -
setMP_JobStandar_Task_ID
void setMP_JobStandar_Task_ID(int MP_JobStandar_Task_ID) Set Standard Job Task -
getMP_JobStandar_Task_ID
int getMP_JobStandar_Task_ID()Get Standard Job Task -
getMP_JobStandar_Task
- Throws:
RuntimeException
-
setM_BOM_ID
void setM_BOM_ID(int M_BOM_ID) Set BOM. Bill of Material -
getM_BOM_ID
int getM_BOM_ID()Get BOM. Bill of Material -
getM_BOM
- Throws:
RuntimeException
-
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
- Throws:
RuntimeException
-
setResourceQty
Set ResourceQty -
getResourceQty
BigDecimal getResourceQty()Get ResourceQty -
setResourceType
Set ResourceType -
getResourceType
String getResourceType()Get ResourceType -
setS_Resource_ID
void setS_Resource_ID(int S_Resource_ID) Set Resource. Resource -
getS_Resource_ID
int getS_Resource_ID()Get Resource. Resource -
getS_Resource
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-