Class X_C_CycleStep

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_CycleStep
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_CycleStep, I_Persistent, Evaluatee

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

    • X_C_CycleStep

      public X_C_CycleStep(Properties ctx, int C_CycleStep_ID, String trxName)
      Standard Constructor
    • X_C_CycleStep

      public X_C_CycleStep(Properties ctx, int C_CycleStep_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_CycleStep

      public X_C_CycleStep(Properties ctx, String C_CycleStep_UU, String trxName)
      Standard Constructor
    • X_C_CycleStep

      public X_C_CycleStep(Properties ctx, String C_CycleStep_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_CycleStep

      public X_C_CycleStep(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:
      3 - Client - Org
    • initPO

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

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

      public I_C_Cycle getC_Cycle() throws RuntimeException
      Specified by:
      getC_Cycle in interface I_C_CycleStep
      Throws:
      RuntimeException
    • setC_Cycle_ID

      public void setC_Cycle_ID(int C_Cycle_ID)
      Set Project Cycle.
      Specified by:
      setC_Cycle_ID in interface I_C_CycleStep
      Parameters:
      C_Cycle_ID - Identifier for this Project Reporting Cycle
    • getC_Cycle_ID

      public int getC_Cycle_ID()
      Get Project Cycle.
      Specified by:
      getC_Cycle_ID in interface I_C_CycleStep
      Returns:
      Identifier for this Project Reporting Cycle
    • setC_CycleStep_ID

      public void setC_CycleStep_ID(int C_CycleStep_ID)
      Set Cycle Step.
      Specified by:
      setC_CycleStep_ID in interface I_C_CycleStep
      Parameters:
      C_CycleStep_ID - The step for this Cycle
    • getC_CycleStep_ID

      public int getC_CycleStep_ID()
      Get Cycle Step.
      Specified by:
      getC_CycleStep_ID in interface I_C_CycleStep
      Returns:
      The step for this Cycle
    • setC_CycleStep_UU

      public void setC_CycleStep_UU(String C_CycleStep_UU)
      Set C_CycleStep_UU.
      Specified by:
      setC_CycleStep_UU in interface I_C_CycleStep
      Parameters:
      C_CycleStep_UU - C_CycleStep_UU
    • getC_CycleStep_UU

      public String getC_CycleStep_UU()
      Get C_CycleStep_UU.
      Specified by:
      getC_CycleStep_UU in interface I_C_CycleStep
      Returns:
      C_CycleStep_UU
    • setName

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

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

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

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

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

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

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