Package org.compiere.model
Interface I_PA_Goal
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Role_ID
Column name AD_Role_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_ChartType
Column name ChartTypestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateFrom
Column name DateFromstatic String
COLUMNNAME_DateLastRun
Column name DateLastRunstatic String
COLUMNNAME_DateTo
Column name DateTostatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_GoalPerformance
Column name GoalPerformancestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsSummary
Column name IsSummarystatic String
COLUMNNAME_MeasureActual
Column name MeasureActualstatic String
COLUMNNAME_MeasureDisplay
Column name MeasureDisplaystatic String
COLUMNNAME_MeasureScope
Column name MeasureScopestatic String
COLUMNNAME_MeasureTarget
Column name MeasureTargetstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Note
Column name Notestatic String
COLUMNNAME_PA_ColorSchema_ID
Column name PA_ColorSchema_IDstatic String
COLUMNNAME_PA_Goal_ID
Column name PA_Goal_IDstatic String
COLUMNNAME_PA_Goal_UU
Column name PA_Goal_UUstatic String
COLUMNNAME_PA_GoalParent_ID
Column name PA_GoalParent_IDstatic String
COLUMNNAME_PA_Measure_ID
Column name PA_Measure_IDstatic String
COLUMNNAME_RelativeWeight
Column name RelativeWeightstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=440static String
Table_Name
TableName=PA_Goal
-
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_Role
getAD_Role()
int
getAD_Role_ID()
Get Role.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.String
getChartType()
Get Chart Type.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateFrom()
Get Date From.Timestamp
getDateLastRun()
Get Date last run.Timestamp
getDateTo()
Get Date To.String
getDescription()
Get Description.BigDecimal
getGoalPerformance()
Get Performance Goal.BigDecimal
getMeasureActual()
Get Measure Actual.String
getMeasureDisplay()
Get Measure Display.String
getMeasureScope()
Get Measure Scope.BigDecimal
getMeasureTarget()
Get Measure Target.String
getName()
Get Name.String
getNote()
Get Note.I_PA_ColorSchema
getPA_ColorSchema()
int
getPA_ColorSchema_ID()
Get Color Schema.int
getPA_Goal_ID()
Get Goal.String
getPA_Goal_UU()
Get PA_Goal_UUI_PA_Goal
getPA_GoalParent()
int
getPA_GoalParent_ID()
Get Parent Goal.I_PA_Measure
getPA_Measure()
int
getPA_Measure_ID()
Get Measure.BigDecimal
getRelativeWeight()
Get Relative Weight.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isSummary()
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
setDateTo(Timestamp DateTo)
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
setName(String Name)
Set Name.void
setNote(String Note)
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 Detail
-
Table_Name
static final String Table_Name
TableName=PA_Goal- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=440- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
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_Role_ID
static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ChartType
static final String COLUMNNAME_ChartType
Column name ChartType- 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_DateFrom
static final String COLUMNNAME_DateFrom
Column name DateFrom- See Also:
- Constant Field Values
-
COLUMNNAME_DateLastRun
static final String COLUMNNAME_DateLastRun
Column name DateLastRun- See Also:
- Constant Field Values
-
COLUMNNAME_DateTo
static final String COLUMNNAME_DateTo
Column name DateTo- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_GoalPerformance
static final String COLUMNNAME_GoalPerformance
Column name GoalPerformance- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsSummary
static final String COLUMNNAME_IsSummary
Column name IsSummary- See Also:
- Constant Field Values
-
COLUMNNAME_MeasureActual
static final String COLUMNNAME_MeasureActual
Column name MeasureActual- See Also:
- Constant Field Values
-
COLUMNNAME_MeasureDisplay
static final String COLUMNNAME_MeasureDisplay
Column name MeasureDisplay- See Also:
- Constant Field Values
-
COLUMNNAME_MeasureScope
static final String COLUMNNAME_MeasureScope
Column name MeasureScope- See Also:
- Constant Field Values
-
COLUMNNAME_MeasureTarget
static final String COLUMNNAME_MeasureTarget
Column name MeasureTarget- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Note
static final String COLUMNNAME_Note
Column name Note- See Also:
- Constant Field Values
-
COLUMNNAME_PA_ColorSchema_ID
static final String COLUMNNAME_PA_ColorSchema_ID
Column name PA_ColorSchema_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Goal_ID
static final String COLUMNNAME_PA_Goal_ID
Column name PA_Goal_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_GoalParent_ID
static final String COLUMNNAME_PA_GoalParent_ID
Column name PA_GoalParent_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Goal_UU
static final String COLUMNNAME_PA_Goal_UU
Column name PA_Goal_UU- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Measure_ID
static final String COLUMNNAME_PA_Measure_ID
Column name PA_Measure_ID- See Also:
- Constant Field Values
-
COLUMNNAME_RelativeWeight
static final String COLUMNNAME_RelativeWeight
Column name RelativeWeight- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- 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_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
I_AD_Role getAD_Role() throws RuntimeException
- 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
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setChartType
void setChartType(String ChartType)
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
void setDateFrom(Timestamp DateFrom)
Set Date From. Starting date for a range
-
getDateFrom
Timestamp getDateFrom()
Get Date From. Starting date for a range
-
setDateLastRun
void setDateLastRun(Timestamp DateLastRun)
Set Date last run. Date the process was last run.
-
getDateLastRun
Timestamp getDateLastRun()
Get Date last run. Date the process was last run.
-
setDateTo
void setDateTo(Timestamp DateTo)
Set Date To. End date of a date range
-
getDateTo
Timestamp getDateTo()
Get Date To. End date of a date range
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setGoalPerformance
void setGoalPerformance(BigDecimal GoalPerformance)
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
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.
-
setMeasureDisplay
void setMeasureDisplay(String MeasureDisplay)
Set Measure Display. Measure Scope initially displayed
-
getMeasureDisplay
String getMeasureDisplay()
Get Measure Display. Measure Scope initially displayed
-
setMeasureScope
void setMeasureScope(String MeasureScope)
Set Measure Scope. Performance Measure Scope
-
getMeasureScope
String getMeasureScope()
Get Measure Scope. Performance Measure Scope
-
setMeasureTarget
void setMeasureTarget(BigDecimal MeasureTarget)
Set Measure Target. Target value for measure
-
getMeasureTarget
BigDecimal getMeasureTarget()
Get Measure Target. Target value for measure
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setNote
void setNote(String Note)
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
I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException
- 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
I_PA_Goal getPA_GoalParent() throws RuntimeException
- Throws:
RuntimeException
-
setPA_Goal_UU
void setPA_Goal_UU(String PA_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
I_PA_Measure getPA_Measure() throws RuntimeException
- Throws:
RuntimeException
-
setRelativeWeight
void setRelativeWeight(BigDecimal RelativeWeight)
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
-
-