org.databene.commons.tree
Interface Child<I>


public interface Child<I>

Represents an identifiable Object that knows the identifier of its parent.

Created: 31.07.2007 06:54:28

Author:
Volker Bergmann

Method Summary
 I getId()
           
 I getParentId()
           
 

Method Detail

getId

I getId()

getParentId

I getParentId()


Copyright © 2010. All Rights Reserved.