Class CodeBeamerStatusAssignment

  • All Implemented Interfaces:
    java.io.Serializable

    public class CodeBeamerStatusAssignment
    extends java.lang.Object
    implements java.io.Serializable
    The assigment of a TPT status type to a codeBeamer status option.
    See Also:
    Serialized Form
    • Constructor Detail

      • CodeBeamerStatusAssignment

        public CodeBeamerStatusAssignment()
        The constructor for the assigment of a TPT status type to a codeBeamer status option.
    • Method Detail

      • getTptStatus

        public java.lang.String getTptStatus()
        Returns:
        The TPT status type.
      • setTptStatus

        public void setTptStatus​(java.lang.String tptStatus)
        Parameters:
        tptStatus - The TPT status type.
      • getCbStatusId

        public int getCbStatusId()
        Returns:
        The ID of the codeBeamer status.
      • setCbStatusId

        public void setCbStatusId​(int cbStatusId)
        Parameters:
        cbStatusId - The ID of the codeBeamer status.
      • getCbStatusName

        public java.lang.String getCbStatusName()
        Returns:
        The name of the codeBeamer status.
      • setCbStatusName

        public void setCbStatusName​(java.lang.String cbStatusName)
        Parameters:
        cbStatusName - The name of the codeBeamer status.