Class X_C_SalesStage

    • Constructor Detail

      • X_C_SalesStage

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

      • 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
      • 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
      • 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