Package org.alfresco.repo.domain.node
Class NodeVersionKey
- java.lang.Object
-
- org.alfresco.repo.domain.node.NodeVersionKey
-
- All Implemented Interfaces:
Serializable
public class NodeVersionKey extends Object implements Serializable
Key for caches that need to be bound implicitly to the current version of a node.- Since:
- 4.0
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeVersionKey(Long nodeId, Long version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)LonggetNodeId()LonggetVersion()inthashCode()StringtoString()
-