Package org.compiere.model
Interface I_PA_Goal
public interface I_PA_Goal
Generated Interface for PA_Goal
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Role_IDstatic final String
Column name AD_User_IDstatic final String
Column name ChartTypestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateFromstatic final String
Column name DateLastRunstatic final String
Column name DateTostatic final String
Column name Descriptionstatic final String
Column name GoalPerformancestatic final String
Column name IsActivestatic final String
Column name IsSummarystatic final String
Column name MeasureActualstatic final String
Column name MeasureDisplaystatic final String
Column name MeasureScopestatic final String
Column name MeasureTargetstatic final String
Column name Namestatic final String
Column name Notestatic final String
Column name PA_ColorSchema_IDstatic final String
Column name PA_Goal_IDstatic final String
Column name PA_Goal_UUstatic final String
Column name PA_GoalParent_IDstatic final String
Column name PA_Measure_IDstatic final String
Column name RelativeWeightstatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=440static final String
TableName=PA_Goal -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Role.int
Get User/Contact.Get Chart Type.Get Created.int
Get Created By.Get Date From.Get Date Last Run.Get Date To.Get Description.Get Performance Goal.Get Measure Actual.Get Measure Display.Get Measure Scope.Get Measure Target.getName()
Get Name.getNote()
Get Note.int
Get Color Schema.int
Get Goal.Get PA_Goal_UUint
Get Parent Goal.int
Get Measure.Get Relative Weight.int
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Summary Level.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Role_ID
(int AD_Role_ID) Set Role.void
setAD_User_ID
(int AD_User_ID) Set User/Contact.void
setChartType
(String ChartType) Set Chart Type.void
setDateFrom
(Timestamp DateFrom) Set Date From.void
setDateLastRun
(Timestamp DateLastRun) Set Date Last Run.void
Set Date To.void
setDescription
(String Description) Set Description.void
setGoalPerformance
(BigDecimal GoalPerformance) Set Performance Goal.void
setIsActive
(boolean IsActive) Set Active.void
setIsSummary
(boolean IsSummary) Set Summary Level.void
setMeasureActual
(BigDecimal MeasureActual) Set Measure Actual.void
setMeasureDisplay
(String MeasureDisplay) Set Measure Display.void
setMeasureScope
(String MeasureScope) Set Measure Scope.void
setMeasureTarget
(BigDecimal MeasureTarget) Set Measure Target.void
Set Name.void
Set Note.void
setPA_ColorSchema_ID
(int PA_ColorSchema_ID) Set Color Schema.void
setPA_Goal_ID
(int PA_Goal_ID) Set Goal.void
setPA_Goal_UU
(String PA_Goal_UU) Set PA_Goal_UUvoid
setPA_GoalParent_ID
(int PA_GoalParent_ID) Set Parent Goal.void
setPA_Measure_ID
(int PA_Measure_ID) Set Measure.void
setRelativeWeight
(BigDecimal RelativeWeight) Set Relative Weight.void
setSeqNo
(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=PA_Goal- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=440- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Role_ID
Column name AD_Role_ID- See Also:
-
COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
-
COLUMNNAME_ChartType
Column name ChartType- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateFrom
Column name DateFrom- See Also:
-
COLUMNNAME_DateLastRun
Column name DateLastRun- See Also:
-
COLUMNNAME_DateTo
Column name DateTo- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_GoalPerformance
Column name GoalPerformance- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsSummary
Column name IsSummary- See Also:
-
COLUMNNAME_MeasureActual
Column name MeasureActual- See Also:
-
COLUMNNAME_MeasureDisplay
Column name MeasureDisplay- See Also:
-
COLUMNNAME_MeasureScope
Column name MeasureScope- See Also:
-
COLUMNNAME_MeasureTarget
Column name MeasureTarget- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Note
Column name Note- See Also:
-
COLUMNNAME_PA_ColorSchema_ID
Column name PA_ColorSchema_ID- See Also:
-
COLUMNNAME_PA_Goal_ID
Column name PA_Goal_ID- See Also:
-
COLUMNNAME_PA_GoalParent_ID
Column name PA_GoalParent_ID- See Also:
-
COLUMNNAME_PA_Goal_UU
Column name PA_Goal_UU- See Also:
-
COLUMNNAME_PA_Measure_ID
Column name PA_Measure_ID- See Also:
-
COLUMNNAME_RelativeWeight
Column name RelativeWeight- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- 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_Role_ID
void setAD_Role_ID(int AD_Role_ID) Set Role. Responsibility Role -
getAD_Role_ID
int getAD_Role_ID()Get Role. Responsibility Role -
getAD_Role
- Throws:
RuntimeException
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID) Set User/Contact. User within the system - Internal or Business Partner Contact -
getAD_User_ID
int getAD_User_ID()Get User/Contact. User within the system - Internal or Business Partner Contact -
getAD_User
- Throws:
RuntimeException
-
setChartType
Set Chart Type. Type of chart to render -
getChartType
String getChartType()Get Chart Type. Type of chart to render -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateFrom
Set Date From. Starting date for a range -
getDateFrom
Timestamp getDateFrom()Get Date From. Starting date for a range -
setDateLastRun
Set Date Last Run. Date the process was last run. -
getDateLastRun
Timestamp getDateLastRun()Get Date Last Run. Date the process was last run. -
setDateTo
Set Date To. End date of a date range -
getDateTo
Timestamp getDateTo()Get Date To. End date of a date range -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setGoalPerformance
Set Performance Goal. Target achievement from 0..1 -
getGoalPerformance
BigDecimal getGoalPerformance()Get Performance Goal. Target achievement from 0..1 -
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 -
setIsSummary
void setIsSummary(boolean IsSummary) Set Summary Level. This is a summary entity -
isSummary
boolean isSummary()Get Summary Level. This is a summary entity -
setMeasureActual
Set Measure Actual. Actual value that has been measured. -
getMeasureActual
BigDecimal getMeasureActual()Get Measure Actual. Actual value that has been measured. -
setMeasureDisplay
Set Measure Display. Measure Scope initially displayed -
getMeasureDisplay
String getMeasureDisplay()Get Measure Display. Measure Scope initially displayed -
setMeasureScope
Set Measure Scope. Performance Measure Scope -
getMeasureScope
String getMeasureScope()Get Measure Scope. Performance Measure Scope -
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 -
setNote
Set Note. Optional additional user defined information -
getNote
String getNote()Get Note. Optional additional user defined information -
setPA_ColorSchema_ID
void setPA_ColorSchema_ID(int PA_ColorSchema_ID) Set Color Schema. Performance Color Schema -
getPA_ColorSchema_ID
int getPA_ColorSchema_ID()Get Color Schema. Performance Color Schema -
getPA_ColorSchema
- Throws:
RuntimeException
-
setPA_Goal_ID
void setPA_Goal_ID(int PA_Goal_ID) Set Goal. Performance Goal -
getPA_Goal_ID
int getPA_Goal_ID()Get Goal. Performance Goal -
setPA_GoalParent_ID
void setPA_GoalParent_ID(int PA_GoalParent_ID) Set Parent Goal. Parent Goal -
getPA_GoalParent_ID
int getPA_GoalParent_ID()Get Parent Goal. Parent Goal -
getPA_GoalParent
- Throws:
RuntimeException
-
setPA_Goal_UU
Set PA_Goal_UU -
getPA_Goal_UU
String getPA_Goal_UU()Get PA_Goal_UU -
setPA_Measure_ID
void setPA_Measure_ID(int PA_Measure_ID) Set Measure. Concrete Performance Measurement -
getPA_Measure_ID
int getPA_Measure_ID()Get Measure. Concrete Performance Measurement -
getPA_Measure
- Throws:
RuntimeException
-
setRelativeWeight
Set Relative Weight. Relative weight of this step (0 = ignored) -
getRelativeWeight
BigDecimal getRelativeWeight()Get Relative Weight. Relative weight of this step (0 = ignored) -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-