Package org.alfresco.repo.domain.node
Class NodeRangeEntity
java.lang.Object
org.alfresco.repo.domain.node.NodeRangeEntity
Node Range bean including an initial fromNodeId and a final fromNodeId
- Author:
- aborroy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFromNodeId(Long fromNodeId) voidsetToNodeId(Long toNodeId)
-
Constructor Details
-
NodeRangeEntity
public NodeRangeEntity()
-
-
Method Details
-
getFromNodeId
- Returns:
- the fromNodeId
-
setFromNodeId
- Parameters:
fromNodeId- the fromNodeId to set
-
getToNodeId
- Returns:
- the toNodeId
-
setToNodeId
- Parameters:
toNodeId- the toNodeId to set
-