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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Table_ID
Column name AD_Table_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateTrx
Column name DateTrxstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_MeasureActual
Column name MeasureActualstatic String
COLUMNNAME_PA_SLA_Goal_ID
Column name PA_SLA_Goal_IDstatic String
COLUMNNAME_PA_SLA_Measure_ID
Column name PA_SLA_Measure_IDstatic String
COLUMNNAME_PA_SLA_Measure_UU
Column name PA_SLA_Measure_UUstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Record_ID
Column name Record_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=743static String
Table_Name
TableName=PA_SLA_Measure
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Table
getAD_Table()
int
getAD_Table_ID()
Get Table.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateTrx()
Get Transaction Date.String
getDescription()
Get Description.BigDecimal
getMeasureActual()
Get Measure Actual.I_PA_SLA_Goal
getPA_SLA_Goal()
int
getPA_SLA_Goal_ID()
Get SLA Goal.int
getPA_SLA_Measure_ID()
Get SLA Measure.String
getPA_SLA_Measure_UU()
Get PA_SLA_Measure_UUint
getRecord_ID()
Get Record ID.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Table_ID(int AD_Table_ID)
Set Table.void
setDateTrx(Timestamp DateTrx)
Set Transaction Date.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setMeasureActual(BigDecimal MeasureActual)
Set Measure Actual.void
setPA_SLA_Goal_ID(int PA_SLA_Goal_ID)
Set SLA Goal.void
setPA_SLA_Measure_ID(int PA_SLA_Measure_ID)
Set SLA Measure.void
setPA_SLA_Measure_UU(String PA_SLA_Measure_UU)
Set PA_SLA_Measure_UUvoid
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
setRecord_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
-
-