All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Priority extends ColoredOpenProjectObject
Describes the priority object of a work package.
Since:
1.1
Version:
$Id$
See Also:
  • Constructor Details

    • Priority

      public Priority(com.fasterxml.jackson.databind.JsonNode priorityNode)
      Create a Priority object from a JsonNode.
      Parameters:
      priorityNode - the JsonNode containing the priority information.
    • Priority

      public Priority()
      Default constructor.