public class Hold
extends Object
Hold POJO
- Since:
- 2.2
- Author:
- Tuna Aksoy
-
Constructor Summary
Constructors
-
Method Summary
Gets the hold node reference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Hold
Constructor
- Parameters:
name
- The name of the hold
nodeRef
- The NodeRef
of the hold
-
Method Details
-
getName
Gets the hold name
- Returns:
- The name of the hold
-
getNodeRef
Gets the hold node reference
- Returns:
- The
NodeRef
of the hold