Class Status
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.xwiki.projectmanagement.openproject.model.BaseOpenProjectObject
com.xwiki.projectmanagement.openproject.model.ColoredOpenProjectObject
com.xwiki.projectmanagement.openproject.model.Status
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
Describes the type object of a work package.
- Since:
- 1.0
- Version:
- $Id$
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields inherited from class com.xwiki.projectmanagement.openproject.model.ColoredOpenProjectObject
KEY_COLORFields inherited from class com.xwiki.projectmanagement.openproject.model.BaseOpenProjectObject
KEY_ID, KEY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.xwiki.projectmanagement.openproject.model.ColoredOpenProjectObject
getColor, setColorMethods inherited from class com.xwiki.projectmanagement.openproject.model.BaseOpenProjectObject
getId, getMapEntries, getName, getSelf, initializeSelfWithPath, putEntry, setId, setName, setSelfMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Status
public Status(com.fasterxml.jackson.databind.JsonNode statusNode) Create a Status object from a JsonNode.- Parameters:
statusNode- the JsonNode containing the status information.
-
Status
public Status()Default constructor.
-