Package org.compiere.model
Interface I_PA_SLA_Goal
- All Known Implementing Classes:
MSLAGoal
,X_PA_SLA_Goal
public interface I_PA_SLA_Goal
Generated Interface for PA_SLA_Goal
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_BPartner_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateLastRunstatic final String
Column name Descriptionstatic final String
Column name Helpstatic final String
Column name IsActivestatic final String
Column name MeasureActualstatic final String
Column name MeasureTargetstatic final String
Column name Namestatic final String
Column name PA_SLA_Criteria_IDstatic final String
Column name PA_SLA_Goal_IDstatic final String
Column name PA_SLA_Goal_UUstatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name ValidFromstatic final String
Column name ValidTostatic final KeyNamePair
static final int
AD_Table_ID=745static final String
TableName=PA_SLA_Goal -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Business Partner.Get Created.int
Get Created By.Get Date Last Run.Get Description.getHelp()
Get Comment/Help.Get Measure Actual.Get Measure Target.getName()
Get Name.int
Get SLA Criteria.int
Get SLA Goal.Get PA_SLA_Goal_UUGet Updated.int
Get Updated By.Get Valid from.Get Valid to.boolean
isActive()
Get Active.boolean
Get Processed.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_BPartner_ID
(int C_BPartner_ID) Set Business Partner.void
setDateLastRun
(Timestamp DateLastRun) Set Date Last Run.void
setDescription
(String Description) Set Description.void
Set Comment/Help.void
setIsActive
(boolean IsActive) Set Active.void
setMeasureActual
(BigDecimal MeasureActual) Set Measure Actual.void
setMeasureTarget
(BigDecimal MeasureTarget) Set Measure Target.void
Set Name.void
setPA_SLA_Criteria_ID
(int PA_SLA_Criteria_ID) Set SLA Criteria.void
setPA_SLA_Goal_ID
(int PA_SLA_Goal_ID) Set SLA Goal.void
setPA_SLA_Goal_UU
(String PA_SLA_Goal_UU) Set PA_SLA_Goal_UUvoid
setProcessed
(boolean Processed) Set Processed.void
setProcessing
(boolean Processing) Set Process Nowvoid
setValidFrom
(Timestamp ValidFrom) Set Valid from.void
setValidTo
(Timestamp ValidTo) Set Valid to.
-
Field Details
-
Table_Name
TableName=PA_SLA_Goal- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=745- 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_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateLastRun
Column name DateLastRun- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_MeasureActual
Column name MeasureActual- See Also:
-
COLUMNNAME_MeasureTarget
Column name MeasureTarget- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PA_SLA_Criteria_ID
Column name PA_SLA_Criteria_ID- See Also:
-
COLUMNNAME_PA_SLA_Goal_ID
Column name PA_SLA_Goal_ID- See Also:
-
COLUMNNAME_PA_SLA_Goal_UU
Column name PA_SLA_Goal_UU- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
-
COLUMNNAME_ValidTo
Column name ValidTo- 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 -
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateLastRun
Set Date Last Run. Date the process was last run. -
getDateLastRun
Timestamp getDateLastRun()Get Date Last Run. Date the process was last run. -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setHelp
Set Comment/Help. Comment or Hint -
getHelp
String getHelp()Get Comment/Help. Comment or Hint -
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. -
setMeasureTarget
Set Measure Target. Target value for measure -
getMeasureTarget
BigDecimal getMeasureTarget()Get Measure Target. Target value for measure -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPA_SLA_Criteria_ID
void setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID) Set SLA Criteria. Service Level Agreement Criteria -
getPA_SLA_Criteria_ID
int getPA_SLA_Criteria_ID()Get SLA Criteria. Service Level Agreement Criteria -
getPA_SLA_Criteria
- Throws:
RuntimeException
-
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 -
setPA_SLA_Goal_UU
Set PA_SLA_Goal_UU -
getPA_SLA_Goal_UU
String getPA_SLA_Goal_UU()Get PA_SLA_Goal_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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValidFrom
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day) -
setValidTo
Set Valid to. Valid to including this date (last day) -
getValidTo
Timestamp getValidTo()Get Valid to. Valid to including this date (last day)
-