org.apache.cayenne.jpa.map
Class JpaAttribute

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaAttribute
Direct Known Subclasses:
JpaAttributeOverride, JpaBasic, JpaEmbedded, JpaEmbeddedId, JpaId, JpaRelationship, JpaTransient, JpaVersion

public abstract class JpaAttribute
extends Object


Field Summary
protected  String name
           
protected  JpaPropertyDescriptor propertyDescriptor
           
 
Constructor Summary
JpaAttribute()
           
 
Method Summary
 String getName()
           
 JpaPropertyDescriptor getPropertyDescriptor()
           
 void setName(String name)
           
 void setPropertyDescriptor(JpaPropertyDescriptor propertyDescriptor)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

propertyDescriptor

protected JpaPropertyDescriptor propertyDescriptor
Constructor Detail

JpaAttribute

public JpaAttribute()
Method Detail

getPropertyDescriptor

public JpaPropertyDescriptor getPropertyDescriptor()

setPropertyDescriptor

public void setPropertyDescriptor(JpaPropertyDescriptor propertyDescriptor)

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object


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