Class Hold
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.script.hold.Hold
-
public class Hold extends Object
Hold POJO- Since:
- 2.2
- Author:
- Tuna Aksoy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the hold nameorg.alfresco.service.cmr.repository.NodeRef
getNodeRef()
Gets the hold node reference
-
-
-
Constructor Detail
-
Hold
public Hold(String name, org.alfresco.service.cmr.repository.NodeRef nodeRef)
Constructor- Parameters:
name
- The name of the holdnodeRef
- TheNodeRef
of the hold
-
-
Method Detail
-
getName
public String getName()
Gets the hold name- Returns:
- The name of the hold
-
getNodeRef
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Gets the hold node reference- Returns:
- The
NodeRef
of the hold
-
-