org.alfresco.repo.avm
Interface MergeLink

All Known Implementing Classes:
MergeLinkImpl

public interface MergeLink

This is the interface for the merged from - to relationship.


Method Summary
 AVMNode getMfrom()
          Get the from part.
 AVMNode getMto()
          Get the to part.
 void setMfrom(AVMNode from)
          Set the from part.
 void setMto(AVMNode to)
          Set the to part.
 

Method Detail

setMfrom

void setMfrom(AVMNode from)
Set the from part.

Parameters:
from -

getMfrom

AVMNode getMfrom()
Get the from part.

Returns:
The from part.

setMto

void setMto(AVMNode to)
Set the to part.

Parameters:
to -

getMto

AVMNode getMto()
Get the to part.

Returns:
The to part.


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