|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.metadata.PersistentFieldPropertyImpl
Constructor Summary | |
PersistentFieldPropertyImpl(java.lang.Class aClass,
java.lang.String aPropertyName)
|
Method Summary | |
protected java.beans.PropertyDescriptor |
findPropertyDescriptor(java.lang.Class aClass,
java.lang.String aPropertyName)
Get the PropertyDescriptor for aClass and aPropertyName |
java.lang.Object |
get(java.lang.Object anObject)
Get the Value from anObject |
java.lang.Class |
getDeclaringClass()
Insert the method's description here. |
java.lang.String |
getName()
|
protected java.beans.PropertyDescriptor |
getPropertyDescriptor()
Insert the method's description here. |
java.lang.Class |
getType()
|
void |
set(java.lang.Object anObject,
java.lang.Object aValue)
Sets aValue for anObject |
void |
setDeclaringClass(java.lang.Class newDeclaringClass)
Insert the method's description here. |
protected void |
setPropertyDescriptor(java.beans.PropertyDescriptor newPropertyDescriptor)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersistentFieldPropertyImpl(java.lang.Class aClass, java.lang.String aPropertyName)
Method Detail |
public void set(java.lang.Object anObject, java.lang.Object aValue) throws java.lang.IllegalAccessException
set
in interface PersistentField
java.lang.IllegalAccessException
public java.lang.Object get(java.lang.Object anObject) throws java.lang.IllegalAccessException
get
in interface PersistentField
java.lang.IllegalAccessException
public java.lang.Class getType()
getType
in interface PersistentField
public java.lang.String getName()
getName
in interface PersistentField
protected java.beans.PropertyDescriptor findPropertyDescriptor(java.lang.Class aClass, java.lang.String aPropertyName)
public java.lang.Class getDeclaringClass()
getDeclaringClass
in interface PersistentField
protected java.beans.PropertyDescriptor getPropertyDescriptor()
public void setDeclaringClass(java.lang.Class newDeclaringClass)
newDeclaringClass
- java.lang.Classprotected void setPropertyDescriptor(java.beans.PropertyDescriptor newPropertyDescriptor)
newPropertyDescriptor
- java.beans.PropertyDescriptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |