Class X_PA_Goal

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_PA_Goal
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_PA_Goal, I_Persistent, Evaluatee
Direct Known Subclasses:
MGoal

public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent
Generated Model for PA_Goal
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getAD_Role

      public I_AD_Role getAD_Role() throws RuntimeException
      Specified by:
      getAD_Role in interface I_PA_Goal
      Throws:
      RuntimeException
    • setAD_Role_ID

      public void setAD_Role_ID(int AD_Role_ID)
      Set Role.
      Specified by:
      setAD_Role_ID in interface I_PA_Goal
      Parameters:
      AD_Role_ID - Responsibility Role
    • getAD_Role_ID

      public int getAD_Role_ID()
      Get Role.
      Specified by:
      getAD_Role_ID in interface I_PA_Goal
      Returns:
      Responsibility Role
    • getAD_User

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_PA_Goal
      Throws:
      RuntimeException
    • setAD_User_ID

      public void setAD_User_ID(int AD_User_ID)
      Set User/Contact.
      Specified by:
      setAD_User_ID in interface I_PA_Goal
      Parameters:
      AD_User_ID - User within the system - Internal or Business Partner Contact
    • getAD_User_ID

      public int getAD_User_ID()
      Get User/Contact.
      Specified by:
      getAD_User_ID in interface I_PA_Goal
      Returns:
      User within the system - Internal or Business Partner Contact
    • setChartType

      public void setChartType(String ChartType)
      Set Chart Type.
      Specified by:
      setChartType in interface I_PA_Goal
      Parameters:
      ChartType - Type of chart to render
    • getChartType

      public String getChartType()
      Get Chart Type.
      Specified by:
      getChartType in interface I_PA_Goal
      Returns:
      Type of chart to render
    • setDateFrom

      public void setDateFrom(Timestamp DateFrom)
      Set Date From.
      Specified by:
      setDateFrom in interface I_PA_Goal
      Parameters:
      DateFrom - Starting date for a range
    • getDateFrom

      public Timestamp getDateFrom()
      Get Date From.
      Specified by:
      getDateFrom in interface I_PA_Goal
      Returns:
      Starting date for a range
    • setDateLastRun

      public void setDateLastRun(Timestamp DateLastRun)
      Set Date Last Run.
      Specified by:
      setDateLastRun in interface I_PA_Goal
      Parameters:
      DateLastRun - Date the process was last run.
    • getDateLastRun

      public Timestamp getDateLastRun()
      Get Date Last Run.
      Specified by:
      getDateLastRun in interface I_PA_Goal
      Returns:
      Date the process was last run.
    • setDateTo

      public void setDateTo(Timestamp DateTo)
      Set Date To.
      Specified by:
      setDateTo in interface I_PA_Goal
      Parameters:
      DateTo - End date of a date range
    • getDateTo

      public Timestamp getDateTo()
      Get Date To.
      Specified by:
      getDateTo in interface I_PA_Goal
      Returns:
      End date of a date range
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_PA_Goal
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_PA_Goal
      Returns:
      Optional short description of the record
    • setGoalPerformance

      public void setGoalPerformance(BigDecimal GoalPerformance)
      Set Performance Goal.
      Specified by:
      setGoalPerformance in interface I_PA_Goal
      Parameters:
      GoalPerformance - Target achievement from 0..1
    • getGoalPerformance

      public BigDecimal getGoalPerformance()
      Get Performance Goal.
      Specified by:
      getGoalPerformance in interface I_PA_Goal
      Returns:
      Target achievement from 0..1
    • setIsSummary

      public void setIsSummary(boolean IsSummary)
      Set Summary Level.
      Specified by:
      setIsSummary in interface I_PA_Goal
      Parameters:
      IsSummary - This is a summary entity
    • isSummary

      public boolean isSummary()
      Get Summary Level.
      Specified by:
      isSummary in interface I_PA_Goal
      Returns:
      This is a summary entity
    • setMeasureActual

      public void setMeasureActual(BigDecimal MeasureActual)
      Set Measure Actual.
      Specified by:
      setMeasureActual in interface I_PA_Goal
      Parameters:
      MeasureActual - Actual value that has been measured.
    • getMeasureActual

      public BigDecimal getMeasureActual()
      Get Measure Actual.
      Specified by:
      getMeasureActual in interface I_PA_Goal
      Returns:
      Actual value that has been measured.
    • setMeasureDisplay

      public void setMeasureDisplay(String MeasureDisplay)
      Set Measure Display.
      Specified by:
      setMeasureDisplay in interface I_PA_Goal
      Parameters:
      MeasureDisplay - Measure Scope initially displayed
    • getMeasureDisplay

      public String getMeasureDisplay()
      Get Measure Display.
      Specified by:
      getMeasureDisplay in interface I_PA_Goal
      Returns:
      Measure Scope initially displayed
    • setMeasureScope

      public void setMeasureScope(String MeasureScope)
      Set Measure Scope.
      Specified by:
      setMeasureScope in interface I_PA_Goal
      Parameters:
      MeasureScope - Performance Measure Scope
    • getMeasureScope

      public String getMeasureScope()
      Get Measure Scope.
      Specified by:
      getMeasureScope in interface I_PA_Goal
      Returns:
      Performance Measure Scope
    • setMeasureTarget

      public void setMeasureTarget(BigDecimal MeasureTarget)
      Set Measure Target.
      Specified by:
      setMeasureTarget in interface I_PA_Goal
      Parameters:
      MeasureTarget - Target value for measure
    • getMeasureTarget

      public BigDecimal getMeasureTarget()
      Get Measure Target.
      Specified by:
      getMeasureTarget in interface I_PA_Goal
      Returns:
      Target value for measure
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_PA_Goal
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_PA_Goal
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setNote

      public void setNote(String Note)
      Set Note.
      Specified by:
      setNote in interface I_PA_Goal
      Parameters:
      Note - Optional additional user defined information
    • getNote

      public String getNote()
      Get Note.
      Specified by:
      getNote in interface I_PA_Goal
      Returns:
      Optional additional user defined information
    • getPA_ColorSchema

      public I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException
      Specified by:
      getPA_ColorSchema in interface I_PA_Goal
      Throws:
      RuntimeException
    • setPA_ColorSchema_ID

      public void setPA_ColorSchema_ID(int PA_ColorSchema_ID)
      Set Color Schema.
      Specified by:
      setPA_ColorSchema_ID in interface I_PA_Goal
      Parameters:
      PA_ColorSchema_ID - Performance Color Schema
    • getPA_ColorSchema_ID

      public int getPA_ColorSchema_ID()
      Get Color Schema.
      Specified by:
      getPA_ColorSchema_ID in interface I_PA_Goal
      Returns:
      Performance Color Schema
    • setPA_Goal_ID

      public void setPA_Goal_ID(int PA_Goal_ID)
      Set Goal.
      Specified by:
      setPA_Goal_ID in interface I_PA_Goal
      Parameters:
      PA_Goal_ID - Performance Goal
    • getPA_Goal_ID

      public int getPA_Goal_ID()
      Get Goal.
      Specified by:
      getPA_Goal_ID in interface I_PA_Goal
      Returns:
      Performance Goal
    • getPA_GoalParent

      public I_PA_Goal getPA_GoalParent() throws RuntimeException
      Specified by:
      getPA_GoalParent in interface I_PA_Goal
      Throws:
      RuntimeException
    • setPA_GoalParent_ID

      public void setPA_GoalParent_ID(int PA_GoalParent_ID)
      Set Parent Goal.
      Specified by:
      setPA_GoalParent_ID in interface I_PA_Goal
      Parameters:
      PA_GoalParent_ID - Parent Goal
    • getPA_GoalParent_ID

      public int getPA_GoalParent_ID()
      Get Parent Goal.
      Specified by:
      getPA_GoalParent_ID in interface I_PA_Goal
      Returns:
      Parent Goal
    • setPA_Goal_UU

      public void setPA_Goal_UU(String PA_Goal_UU)
      Set PA_Goal_UU.
      Specified by:
      setPA_Goal_UU in interface I_PA_Goal
      Parameters:
      PA_Goal_UU - PA_Goal_UU
    • getPA_Goal_UU

      public String getPA_Goal_UU()
      Get PA_Goal_UU.
      Specified by:
      getPA_Goal_UU in interface I_PA_Goal
      Returns:
      PA_Goal_UU
    • getPA_Measure

      public I_PA_Measure getPA_Measure() throws RuntimeException
      Specified by:
      getPA_Measure in interface I_PA_Goal
      Throws:
      RuntimeException
    • setPA_Measure_ID

      public void setPA_Measure_ID(int PA_Measure_ID)
      Set Measure.
      Specified by:
      setPA_Measure_ID in interface I_PA_Goal
      Parameters:
      PA_Measure_ID - Concrete Performance Measurement
    • getPA_Measure_ID

      public int getPA_Measure_ID()
      Get Measure.
      Specified by:
      getPA_Measure_ID in interface I_PA_Goal
      Returns:
      Concrete Performance Measurement
    • setRelativeWeight

      public void setRelativeWeight(BigDecimal RelativeWeight)
      Set Relative Weight.
      Specified by:
      setRelativeWeight in interface I_PA_Goal
      Parameters:
      RelativeWeight - Relative weight of this step (0 = ignored)
    • getRelativeWeight

      public BigDecimal getRelativeWeight()
      Get Relative Weight.
      Specified by:
      getRelativeWeight in interface I_PA_Goal
      Returns:
      Relative weight of this step (0 = ignored)
    • setSeqNo

      public void setSeqNo(int SeqNo)
      Set Sequence.
      Specified by:
      setSeqNo in interface I_PA_Goal
      Parameters:
      SeqNo - Method of ordering records; lowest number comes first
    • getSeqNo

      public int getSeqNo()
      Get Sequence.
      Specified by:
      getSeqNo in interface I_PA_Goal
      Returns:
      Method of ordering records; lowest number comes first