org.alfresco.repo.avm
Interface ChildEntry

All Known Implementing Classes:
ChildEntryImpl

public interface ChildEntry

This interface represents an entry in a directory.


Method Summary
 AVMNode getChild()
          Get the child in this entry.
 ChildKey getKey()
          Get the ChildKey for this ChildEntry.
 void setChild(AVMNode child)
          Set the child in this entry.
 void setKey(ChildKey key)
          Set the key for this ChildEntry.
 

Method Detail

setKey

void setKey(ChildKey key)
Set the key for this ChildEntry.

Parameters:
key - The ChildKey.

getKey

ChildKey getKey()
Get the ChildKey for this ChildEntry.

Returns:

setChild

void setChild(AVMNode child)
Set the child in this entry.

Parameters:
child -

getChild

AVMNode getChild()
Get the child in this entry.

Returns:
The child.


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