org.apache.cayenne.util
Interface CayenneMapEntry

All Known Implementing Classes:
Attribute, ClientObjAttribute, DbAttribute, DbEntity, DbKeyGenerator, DbRelationship, DerivedDbAttribute, DerivedDbEntity, EmbeddedAttribute, Entity, EODbAttribute, EOObjAttribute, EOObjEntity, ObjAttribute, ObjEntity, ObjRelationship, Procedure, ProcedureParameter, Relationship

public interface CayenneMapEntry

Defining a double-linked named entry in CayenneMap.

Author:
Andrus Adamchik

Method Summary
 String getName()
          Returns the name property of this object.
 Object getParent()
          Returns the parent map.
 void setParent(Object parent)
          Stores the parent map.
 

Method Detail

getName

String getName()
Returns the name property of this object.

Returns:
name of this entry.

getParent

Object getParent()
Returns the parent map.


setParent

void setParent(Object parent)
Stores the parent map.



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.