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()
    • 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().