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

public class Project extends BaseOpenProjectObject
Describes the project object of a work package.
Since:
1.0
Version:
$Id$
See Also:
  • Constructor Details

    • Project

      public Project(com.fasterxml.jackson.databind.JsonNode projectJson)
      Create a Project object from a JsonNode.
      Parameters:
      projectJson - the JsonNode containing the project information.
    • Project

      public Project()
      Default constructor.