Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.util
Interface CayenneMapEntry  view CayenneMapEntry download CayenneMapEntry.java


public interface CayenneMapEntry

Generic interface defining a double-linked entry in CayenneMap.


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

Method Detail

getName

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


getParent

public java.lang.Object getParent()
Returns the parent map.


setParent

public void setParent(java.lang.Object parent)
Stores the parent map.