Package org.alfresco.repo.domain.node
Class NodeRangeEntity
- java.lang.Object
-
- org.alfresco.repo.domain.node.NodeRangeEntity
-
public class NodeRangeEntity extends Object
Node Range bean including an initial fromNodeId and a final fromNodeId- Author:
- aborroy
-
-
Constructor Summary
Constructors Constructor Description NodeRangeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFromNodeId()LonggetToNodeId()voidsetFromNodeId(Long fromNodeId)voidsetToNodeId(Long toNodeId)
-
-
-
Method Detail
-
getFromNodeId
public Long getFromNodeId()
- Returns:
- the fromNodeId
-
setFromNodeId
public void setFromNodeId(Long fromNodeId)
- Parameters:
fromNodeId- the fromNodeId to set
-
getToNodeId
public Long getToNodeId()
- Returns:
- the toNodeId
-
setToNodeId
public void setToNodeId(Long toNodeId)
- Parameters:
toNodeId- the toNodeId to set
-
-