Package eu.xenit.alfred.api.data
Class NodeRef
java.lang.Object
eu.xenit.alfred.api.data.NodeRef
- All Implemented Interfaces:
Serializable
Identifier a single node. Consists of three parts: The space, the store and the guid. This can be seen as pointing to
the Store and then a unique id within the store for the node.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeRef
public NodeRef() -
NodeRef
-
NodeRef
-
-
Method Details
-
getValue
-
setValue
-
toString
-
GetAlfredApiUrl
-
equals
-
hashCode
public int hashCode() -
getStoreRefProtocol
- Returns:
- The space or storerefprotocol of the noderef. This is the first part of the noderef.
-
getStoreRefId
- Returns:
- The store of the noderef. This is the second part of the noderef.
-
getGuid
- Returns:
- The Guid part of the noderef. This is the last part of the noderef.
-