Package org.compiere.model
Interface I_PA_SLA_Measure
- All Known Implementing Classes:
MSLAMeasure,X_PA_SLA_Measure
public interface I_PA_SLA_Measure
Generated Interface for PA_SLA_Measure
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Table_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DateTrxstatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name MeasureActualstatic final StringColumn name PA_SLA_Goal_IDstatic final StringColumn name PA_SLA_Measure_IDstatic final StringColumn name PA_SLA_Measure_UUstatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Record_IDstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=743static final StringTableName=PA_SLA_Measure -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Table.Get Created.intGet Created By.Get Transaction Date.Get Description.Get Measure Actual.Deprecated.intGet SLA Goal.intGet SLA Measure.Get PA_SLA_Measure_UUintGet Record ID.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.booleanGet Process NowvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Table_ID(int AD_Table_ID) Set Table.voidsetDateTrx(Timestamp DateTrx) Set Transaction Date.voidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidsetMeasureActual(BigDecimal MeasureActual) Set Measure Actual.voidsetPA_SLA_Goal_ID(int PA_SLA_Goal_ID) Set SLA Goal.voidsetPA_SLA_Measure_ID(int PA_SLA_Measure_ID) Set SLA Measure.voidsetPA_SLA_Measure_UU(String PA_SLA_Measure_UU) Set PA_SLA_Measure_UUvoidsetProcessed(boolean Processed) Set Processed.voidsetProcessing(boolean Processing) Set Process NowvoidsetRecord_ID(int Record_ID) Set Record ID.
-
Field Details
-
Table_Name
TableName=PA_SLA_Measure- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=743- 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_AD_Table_ID
Column name AD_Table_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateTrx
Column name DateTrx- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_MeasureActual
Column name MeasureActual- See Also:
-
COLUMNNAME_PA_SLA_Goal_ID
Column name PA_SLA_Goal_ID- See Also:
-
COLUMNNAME_PA_SLA_Measure_ID
Column name PA_SLA_Measure_ID- See Also:
-
COLUMNNAME_PA_SLA_Measure_UU
Column name PA_SLA_Measure_UU- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Record_ID
Column name Record_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 -
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID) Set Table. Database Table information -
getAD_Table_ID
int getAD_Table_ID()Get Table. Database Table information -
getAD_Table
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateTrx
Set Transaction Date. Transaction Date -
getDateTrx
Timestamp getDateTrx()Get Transaction Date. Transaction Date -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setMeasureActual
Set Measure Actual. Actual value that has been measured. -
getMeasureActual
BigDecimal getMeasureActual()Get Measure Actual. Actual value that has been measured. -
setPA_SLA_Goal_ID
void setPA_SLA_Goal_ID(int PA_SLA_Goal_ID) Set SLA Goal. Service Level Agreement Goal -
getPA_SLA_Goal_ID
int getPA_SLA_Goal_ID()Get SLA Goal. Service Level Agreement Goal -
getPA_SLA_Goal
Deprecated.- Throws:
RuntimeException
-
setPA_SLA_Measure_ID
void setPA_SLA_Measure_ID(int PA_SLA_Measure_ID) Set SLA Measure. Service Level Agreement Measure -
getPA_SLA_Measure_ID
int getPA_SLA_Measure_ID()Get SLA Measure. Service Level Agreement Measure -
setPA_SLA_Measure_UU
Set PA_SLA_Measure_UU -
getPA_SLA_Measure_UU
String getPA_SLA_Measure_UU()Get PA_SLA_Measure_UU -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setRecord_ID
void setRecord_ID(int Record_ID) Set Record ID. Direct internal record ID -
getRecord_ID
int getRecord_ID()Get Record ID. Direct internal record ID -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-