public class ParentMap.Entry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Object |
child
Child and parent of the relation this entry describes.
|
protected Object |
parent
Child and parent of the relation this entry describes.
|
Constructor and Description |
---|
Entry(Object child,
Object parent)
Constructs a new relation between
child and
parent . |
Modifier and Type | Method and Description |
---|---|
Object |
getChild()
Returns the child of the relation.
|
Object |
getParent()
Returns the parent of the relation.
|
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.