Package org.compiere.model
Interface I_PA_Goal
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Role_IDColumn name AD_Role_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_ChartTypeColumn name ChartTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateFromColumn name DateFromstatic StringCOLUMNNAME_DateLastRunColumn name DateLastRunstatic StringCOLUMNNAME_DateToColumn name DateTostatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_GoalPerformanceColumn name GoalPerformancestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsSummaryColumn name IsSummarystatic StringCOLUMNNAME_MeasureActualColumn name MeasureActualstatic StringCOLUMNNAME_MeasureDisplayColumn name MeasureDisplaystatic StringCOLUMNNAME_MeasureScopeColumn name MeasureScopestatic StringCOLUMNNAME_MeasureTargetColumn name MeasureTargetstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_NoteColumn name Notestatic StringCOLUMNNAME_PA_ColorSchema_IDColumn name PA_ColorSchema_IDstatic StringCOLUMNNAME_PA_Goal_IDColumn name PA_Goal_IDstatic StringCOLUMNNAME_PA_Goal_UUColumn name PA_Goal_UUstatic StringCOLUMNNAME_PA_GoalParent_IDColumn name PA_GoalParent_IDstatic StringCOLUMNNAME_PA_Measure_IDColumn name PA_Measure_IDstatic StringCOLUMNNAME_RelativeWeightColumn name RelativeWeightstatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=440static StringTable_NameTableName=PA_Goal
-
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_RolegetAD_Role()intgetAD_Role_ID()Get Role.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.StringgetChartType()Get Chart Type.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateFrom()Get Date From.TimestampgetDateLastRun()Get Date last run.TimestampgetDateTo()Get Date To.StringgetDescription()Get Description.BigDecimalgetGoalPerformance()Get Performance Goal.BigDecimalgetMeasureActual()Get Measure Actual.StringgetMeasureDisplay()Get Measure Display.StringgetMeasureScope()Get Measure Scope.BigDecimalgetMeasureTarget()Get Measure Target.StringgetName()Get Name.StringgetNote()Get Note.I_PA_ColorSchemagetPA_ColorSchema()intgetPA_ColorSchema_ID()Get Color Schema.intgetPA_Goal_ID()Get Goal.StringgetPA_Goal_UU()Get PA_Goal_UUI_PA_GoalgetPA_GoalParent()intgetPA_GoalParent_ID()Get Parent Goal.I_PA_MeasuregetPA_Measure()intgetPA_Measure_ID()Get Measure.BigDecimalgetRelativeWeight()Get Relative Weight.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisSummary()Get Summary Level.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Role_ID(int AD_Role_ID)Set Role.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetChartType(String ChartType)Set Chart Type.voidsetDateFrom(Timestamp DateFrom)Set Date From.voidsetDateLastRun(Timestamp DateLastRun)Set Date last run.voidsetDateTo(Timestamp DateTo)Set Date To.voidsetDescription(String Description)Set Description.voidsetGoalPerformance(BigDecimal GoalPerformance)Set Performance Goal.voidsetIsActive(boolean IsActive)Set Active.voidsetIsSummary(boolean IsSummary)Set Summary Level.voidsetMeasureActual(BigDecimal MeasureActual)Set Measure Actual.voidsetMeasureDisplay(String MeasureDisplay)Set Measure Display.voidsetMeasureScope(String MeasureScope)Set Measure Scope.voidsetMeasureTarget(BigDecimal MeasureTarget)Set Measure Target.voidsetName(String Name)Set Name.voidsetNote(String Note)Set Note.voidsetPA_ColorSchema_ID(int PA_ColorSchema_ID)Set Color Schema.voidsetPA_Goal_ID(int PA_Goal_ID)Set Goal.voidsetPA_Goal_UU(String PA_Goal_UU)Set PA_Goal_UUvoidsetPA_GoalParent_ID(int PA_GoalParent_ID)Set Parent Goal.voidsetPA_Measure_ID(int PA_Measure_ID)Set Measure.voidsetRelativeWeight(BigDecimal RelativeWeight)Set Relative Weight.voidsetSeqNo(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
-
-