Package org.compiere.model
Interface I_PA_SLA_Measure
-
- All Known Implementing Classes:
MSLAMeasure,X_PA_SLA_Measure
public interface I_PA_SLA_MeasureGenerated Interface for PA_SLA_Measure- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateTrxColumn name DateTrxstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_MeasureActualColumn name MeasureActualstatic StringCOLUMNNAME_PA_SLA_Goal_IDColumn name PA_SLA_Goal_IDstatic StringCOLUMNNAME_PA_SLA_Measure_IDColumn name PA_SLA_Measure_IDstatic StringCOLUMNNAME_PA_SLA_Measure_UUColumn name PA_SLA_Measure_UUstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_Record_IDColumn name Record_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=743static StringTable_NameTableName=PA_SLA_Measure
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateTrx()Get Transaction Date.StringgetDescription()Get Description.BigDecimalgetMeasureActual()Get Measure Actual.I_PA_SLA_GoalgetPA_SLA_Goal()intgetPA_SLA_Goal_ID()Get SLA Goal.intgetPA_SLA_Measure_ID()Get SLA Measure.StringgetPA_SLA_Measure_UU()Get PA_SLA_Measure_UUintgetRecord_ID()Get Record ID.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisProcessing()Get 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 Detail
-
Table_Name
static final String Table_Name
TableName=PA_SLA_Measure- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=743- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
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_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_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_DateTrx
static final String COLUMNNAME_DateTrx
Column name DateTrx- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_MeasureActual
static final String COLUMNNAME_MeasureActual
Column name MeasureActual- See Also:
- Constant Field Values
-
COLUMNNAME_PA_SLA_Goal_ID
static final String COLUMNNAME_PA_SLA_Goal_ID
Column name PA_SLA_Goal_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_SLA_Measure_ID
static final String COLUMNNAME_PA_SLA_Measure_ID
Column name PA_SLA_Measure_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_SLA_Measure_UU
static final String COLUMNNAME_PA_SLA_Measure_UU
Column name PA_SLA_Measure_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_Record_ID
static final String COLUMNNAME_Record_ID
Column name Record_ID- 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
-
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
-
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
I_AD_Table getAD_Table() 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
-
setDateTrx
void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date
-
getDateTrx
Timestamp getDateTrx()
Get Transaction Date. Transaction Date
-
setDescription
void setDescription(String Description)
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
void setMeasureActual(BigDecimal MeasureActual)
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
I_PA_SLA_Goal getPA_SLA_Goal() throws RuntimeException
- 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
void setPA_SLA_Measure_UU(String PA_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
-
-