Contents
Class OortObject.Info<T>
- Type Parameters:
T
- the type of the object
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- Enclosing class:
OortObject<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
Field Details
-
Constructor Details
-
Method Details
-
getVersion
protected long getVersion() -
getOortURL
- Returns:
- the oort URL of this part
-
getName
- Returns:
- the name of the oort object
-
getObject
- Returns:
- the object value
-
isLocal
public boolean isLocal()- Returns:
- whether this Info is local to this node
-
toString
- Overrides:
toString
in classAbstractMap<String,
Object>
-