Interface TransferManifestNode
-
- All Known Implementing Classes:
TransferManifestDeletedNode,TransferManifestNormalNode
public interface TransferManifestNodeData value object - part of the transfer manifest Represents a single node in the transfer manifest- Author:
- Mark Rogers
- See Also:
TransferManifestDeletedNode,TransferManifestNormalNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRefgetNodeRef()PathgetParentPath()ChildAssociationRefgetPrimaryParentAssoc()StringgetUuid()voidsetNodeRef(NodeRef nodeRef)voidsetParentPath(Path parentPath)voidsetPrimaryParentAssoc(ChildAssociationRef primaryParent)voidsetUuid(String uuid)
-
-
-
Method Detail
-
getNodeRef
NodeRef getNodeRef()
-
setNodeRef
void setNodeRef(NodeRef nodeRef)
-
setUuid
void setUuid(String uuid)
-
getUuid
String getUuid()
-
setParentPath
void setParentPath(Path parentPath)
-
getParentPath
Path getParentPath()
-
setPrimaryParentAssoc
void setPrimaryParentAssoc(ChildAssociationRef primaryParent)
-
getPrimaryParentAssoc
ChildAssociationRef getPrimaryParentAssoc()
-
-