Class OperatorCategory

    • Constructor Detail

      • OperatorCategory

        public OperatorCategory()
      • OperatorCategory

        public OperatorCategory​(String id,
                                String briefDescription,
                                String description)
        Parameters:
        id - id
        briefDescription - brief description
        description - description
      • OperatorCategory

        public OperatorCategory​(String id,
                                String briefDescription,
                                String description,
                                boolean hasImage)
        Parameters:
        id - id
        briefDescription - brief description
        description - description
        hasImage - true if has image
      • OperatorCategory

        public OperatorCategory​(String id,
                                String briefDescription,
                                String description,
                                List<Operator> operators)
        Parameters:
        id - id
        briefDescription - brief description
        description - description
        operators - list of operators
      • OperatorCategory

        public OperatorCategory​(String id,
                                String name,
                                String briefDescription,
                                String description,
                                List<Operator> operators)
        Parameters:
        id - id
        name - name
        briefDescription - brief description
        description - description
        operators - list of operators
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getBriefDescription

        public String getBriefDescription()
        Returns:
        the briefDescription
      • setBriefDescription

        public void setBriefDescription​(String briefDescription)
        Parameters:
        briefDescription - the briefDescription to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getOperators

        public List<Operator> getOperators()
        Returns:
        the operators
      • setOperators

        public void setOperators​(List<Operator> operators)
        Parameters:
        operators - the operators to set
      • addOperator

        public void addOperator​(Operator operator)
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getName

        public String getName()
        Returns:
        the name
      • hasImage

        public boolean hasImage()
      • setHasImage

        public void setHasImage​(boolean hasImage)
        Parameters:
        hasImage - the hasImage to set