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
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name A_Asset_Group_IDstatic final StringColumn name A_Asset_IDstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name cof_Processing2static final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name JobStandarTypestatic final StringColumn name MaintainAreastatic final StringColumn name MP_JobStandar_IDstatic final StringColumn name MP_JobStandar_UUstatic final StringColumn name Namestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53311static final StringTableName=MP_JobStandar -
Method Summary
Modifier and TypeMethodDescriptionintGet Asset Group.intGet Asset.intGet Tenant.intGet Organization.Get Process Now 2Get Created.intGet Created By.Get Standard Job TypeGet Maintain AreaintGet Standard JobGet MP_JobStandar_UUgetName()Get Name.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetA_Asset_Group_ID(int A_Asset_Group_ID) Set Asset Group.voidsetA_Asset_ID(int A_Asset_ID) Set Asset.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetcof_Processing2(String cof_Processing2) Set Process Now 2voidsetIsActive(boolean IsActive) Set Active.voidsetJobStandarType(String JobStandarType) Set Standard Job TypevoidsetMaintainArea(String MaintainArea) Set Maintain AreavoidsetMP_JobStandar_ID(int MP_JobStandar_ID) Set Standard JobvoidsetMP_JobStandar_UU(String MP_JobStandar_UU) Set MP_JobStandar_UUvoidSet 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
-