org.alfresco.repo.avm
Interface HistoryLink

All Known Implementing Classes:
HistoryLinkImpl

public interface HistoryLink

Interface for the ancestor-descendent relationship.


Method Summary
 AVMNode getAncestor()
          Get the ancestor part of this.
 AVMNode getDescendent()
          Get the descendent part of this.
 void setAncestor(AVMNode ancestor)
          Set the ancestor part of this.
 void setDescendent(AVMNode descendent)
          Set the descendent part of this.
 

Method Detail

setAncestor

void setAncestor(AVMNode ancestor)
Set the ancestor part of this.

Parameters:
ancestor -

getAncestor

AVMNode getAncestor()
Get the ancestor part of this.

Returns:
The ancestor.

setDescendent

void setDescendent(AVMNode descendent)
Set the descendent part of this.

Parameters:
descendent -

getDescendent

AVMNode getDescendent()
Get the descendent part of this.

Returns:
The descendent of this link.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.