Class X_C_SalesStage

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

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

    • X_C_SalesStage

      public X_C_SalesStage(Properties ctx, int C_SalesStage_ID, String trxName)
      Standard Constructor
    • X_C_SalesStage

      public X_C_SalesStage(Properties ctx, int C_SalesStage_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_SalesStage

      public X_C_SalesStage(Properties ctx, String C_SalesStage_UU, String trxName)
      Standard Constructor
    • X_C_SalesStage

      public X_C_SalesStage(Properties ctx, String C_SalesStage_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_SalesStage

      public X_C_SalesStage(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:
      POInfo
    • toString

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

      public void setC_SalesStage_ID(int C_SalesStage_ID)
      Set Sales Stage.
      Specified by:
      setC_SalesStage_ID in interface I_C_SalesStage
      Parameters:
      C_SalesStage_ID - Stages of the sales process
    • getC_SalesStage_ID

      public int getC_SalesStage_ID()
      Get Sales Stage.
      Specified by:
      getC_SalesStage_ID in interface I_C_SalesStage
      Returns:
      Stages of the sales process
    • setC_SalesStage_UU

      public void setC_SalesStage_UU(String C_SalesStage_UU)
      Set C_SalesStage_UU.
      Specified by:
      setC_SalesStage_UU in interface I_C_SalesStage
      Parameters:
      C_SalesStage_UU - C_SalesStage_UU
    • getC_SalesStage_UU

      public String getC_SalesStage_UU()
      Get C_SalesStage_UU.
      Specified by:
      getC_SalesStage_UU in interface I_C_SalesStage
      Returns:
      C_SalesStage_UU
    • setDescription

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

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

      public void setIsClosed(boolean IsClosed)
      Set Closed Status.
      Specified by:
      setIsClosed in interface I_C_SalesStage
      Parameters:
      IsClosed - The status is closed
    • isClosed

      public boolean isClosed()
      Get Closed Status.
      Specified by:
      isClosed in interface I_C_SalesStage
      Returns:
      The status is closed
    • setIsWon

      public void setIsWon(boolean IsWon)
      Set Won.
      Specified by:
      setIsWon in interface I_C_SalesStage
      Parameters:
      IsWon - The opportunity was won
    • isWon

      public boolean isWon()
      Get Won.
      Specified by:
      isWon in interface I_C_SalesStage
      Returns:
      The opportunity was won
    • setName

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

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

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

      public void setProbability(BigDecimal Probability)
      Set Probability.
      Specified by:
      setProbability in interface I_C_SalesStage
      Parameters:
      Probability - Probability
    • getProbability

      public BigDecimal getProbability()
      Get Probability.
      Specified by:
      getProbability in interface I_C_SalesStage
      Returns:
      Probability
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_C_SalesStage
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_C_SalesStage
      Returns:
      Search key for the record in the format required - must be unique