Class X_PA_Achievement

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_PA_Achievement
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_PA_Achievement, I_Persistent, Evaluatee
Direct Known Subclasses:
MAchievement

public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persistent
Generated Model for PA_Achievement
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_PA_Achievement

      public X_PA_Achievement(Properties ctx, int PA_Achievement_ID, String trxName)
      Standard Constructor
    • X_PA_Achievement

      public X_PA_Achievement(Properties ctx, int PA_Achievement_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_Achievement

      public X_PA_Achievement(Properties ctx, String PA_Achievement_UU, String trxName)
      Standard Constructor
    • X_PA_Achievement

      public X_PA_Achievement(Properties ctx, String PA_Achievement_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_Achievement

      public X_PA_Achievement(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • 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
    • setDateDoc

      public void setDateDoc(Timestamp DateDoc)
      Set Document Date.
      Specified by:
      setDateDoc in interface I_PA_Achievement
      Parameters:
      DateDoc - Date of the Document
    • getDateDoc

      public Timestamp getDateDoc()
      Get Document Date.
      Specified by:
      getDateDoc in interface I_PA_Achievement
      Returns:
      Date of the Document
    • setDescription

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

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

      public void setIsAchieved(boolean IsAchieved)
      Set Achieved.
      Specified by:
      setIsAchieved in interface I_PA_Achievement
      Parameters:
      IsAchieved - The goal is achieved
    • isAchieved

      public boolean isAchieved()
      Get Achieved.
      Specified by:
      isAchieved in interface I_PA_Achievement
      Returns:
      The goal is achieved
    • setManualActual

      public void setManualActual(BigDecimal ManualActual)
      Set Manual Actual.
      Specified by:
      setManualActual in interface I_PA_Achievement
      Parameters:
      ManualActual - Manually entered actual value
    • getManualActual

      public BigDecimal getManualActual()
      Get Manual Actual.
      Specified by:
      getManualActual in interface I_PA_Achievement
      Returns:
      Manually entered actual value
    • setName

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

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_PA_Achievement
      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_Achievement
      Parameters:
      Note - Optional additional user defined information
    • getNote

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

      public void setPA_Achievement_ID(int PA_Achievement_ID)
      Set Achievement.
      Specified by:
      setPA_Achievement_ID in interface I_PA_Achievement
      Parameters:
      PA_Achievement_ID - Performance Achievement
    • getPA_Achievement_ID

      public int getPA_Achievement_ID()
      Get Achievement.
      Specified by:
      getPA_Achievement_ID in interface I_PA_Achievement
      Returns:
      Performance Achievement
    • setPA_Achievement_UU

      public void setPA_Achievement_UU(String PA_Achievement_UU)
      Set PA_Achievement_UU.
      Specified by:
      setPA_Achievement_UU in interface I_PA_Achievement
      Parameters:
      PA_Achievement_UU - PA_Achievement_UU
    • getPA_Achievement_UU

      public String getPA_Achievement_UU()
      Get PA_Achievement_UU.
      Specified by:
      getPA_Achievement_UU in interface I_PA_Achievement
      Returns:
      PA_Achievement_UU
    • getPA_Measure

      public I_PA_Measure getPA_Measure() throws RuntimeException
      Specified by:
      getPA_Measure in interface I_PA_Achievement
      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_Achievement
      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_Achievement
      Returns:
      Concrete Performance Measurement
    • setSeqNo

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

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