Class ColoredOpenProjectObject

    • Field Detail

      • KEY_COLOR

        public static final String KEY_COLOR
        The key that retrieves the color attribute of this entity.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ColoredOpenProjectObject

        public ColoredOpenProjectObject()
        Default constructor.
      • ColoredOpenProjectObject

        public ColoredOpenProjectObject​(com.fasterxml.jackson.databind.JsonNode jsonNode)
        Create a ColoredOpenProjectObject from a JsonNode.
        Parameters:
        jsonNode - the JsonNode containing the colored open project object information.
    • Method Detail

      • getColor

        public String getColor()
        Returns:
        the color associated to this entity. It is used by the client to display this property in a specific color.
      • setColor

        public void setColor​(String color)
        Parameters:
        color - see getColor().