Package org.maintenance.model
Interface I_MP_JobStandar
- All Known Implementing Classes:
MMPJobStandard
,X_MP_JobStandar
public interface I_MP_JobStandar
Generated Interface for MP_JobStandar
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name A_Asset_Group_IDstatic final String
Column name A_Asset_IDstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name cof_Processing2static final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name JobStandarTypestatic final String
Column name MaintainAreastatic final String
Column name MP_JobStandar_IDstatic final String
Column name MP_JobStandar_UUstatic final String
Column name Namestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53311static final String
TableName=MP_JobStandar -
Method Summary
Modifier and TypeMethodDescriptionint
Get Asset Group.int
Get Asset.int
Get Tenant.int
Get Organization.Get Process Now 2Get Created.int
Get Created By.Get Standard Job TypeGet Maintain Areaint
Get Standard JobGet MP_JobStandar_UUgetName()
Get Name.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setA_Asset_Group_ID
(int A_Asset_Group_ID) Set Asset Group.void
setA_Asset_ID
(int A_Asset_ID) Set Asset.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setcof_Processing2
(String cof_Processing2) Set Process Now 2void
setIsActive
(boolean IsActive) Set Active.void
setJobStandarType
(String JobStandarType) Set Standard Job Typevoid
setMaintainArea
(String MaintainArea) Set Maintain Areavoid
setMP_JobStandar_ID
(int MP_JobStandar_ID) Set Standard Jobvoid
setMP_JobStandar_UU
(String MP_JobStandar_UU) Set MP_JobStandar_UUvoid
Set Name.
-
Field Details
-
Table_Name
TableName=MP_JobStandar- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53311- 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_A_Asset_Group_ID
Column name A_Asset_Group_ID- See Also:
-
COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_JobStandarType
Column name JobStandarType- See Also:
-
COLUMNNAME_MP_JobStandar_ID
Column name MP_JobStandar_ID- See Also:
-
COLUMNNAME_MP_JobStandar_UU
Column name MP_JobStandar_UU- See Also:
-
COLUMNNAME_MaintainArea
Column name MaintainArea- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_cof_Processing2
Column name cof_Processing2- 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 -
setA_Asset_Group_ID
void setA_Asset_Group_ID(int A_Asset_Group_ID) Set Asset Group. Group of Assets -
getA_Asset_Group_ID
int getA_Asset_Group_ID()Get Asset Group. Group of Assets -
getA_Asset_Group
- Throws:
RuntimeException
-
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
- Throws:
RuntimeException
-
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 -
setJobStandarType
Set Standard Job Type -
getJobStandarType
String getJobStandarType()Get Standard Job Type -
setMP_JobStandar_ID
void setMP_JobStandar_ID(int MP_JobStandar_ID) Set Standard Job -
getMP_JobStandar_ID
int getMP_JobStandar_ID()Get Standard Job -
setMP_JobStandar_UU
Set MP_JobStandar_UU -
getMP_JobStandar_UU
String getMP_JobStandar_UU()Get MP_JobStandar_UU -
setMaintainArea
Set Maintain Area -
getMaintainArea
String getMaintainArea()Get Maintain Area -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setcof_Processing2
Set Process Now 2 -
getcof_Processing2
String getcof_Processing2()Get Process Now 2
-