|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.metadata.AttributeDescriptorBase
is the base class for all other attribute descriptors. It holds basic the mapping information for a specific attribute.
Constructor Summary | |
AttributeDescriptorBase()
Constructor declaration |
Method Summary | |
ClassDescriptor |
getClassDescriptor()
Gets the classDescriptor. |
PersistentField |
getPersistentField()
Method declaration |
void |
setClassDescriptor(ClassDescriptor classDescriptor)
Sets the classDescriptor. |
static void |
setDebug(boolean b)
Method declaration |
void |
setPersistentField(java.lang.Class c,
java.lang.String fieldname)
Method declaration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeDescriptorBase()
Method Detail |
public void setPersistentField(java.lang.Class c, java.lang.String fieldname)
c
- fieldname
- public PersistentField getPersistentField()
public static void setDebug(boolean b)
b
- public ClassDescriptor getClassDescriptor()
public void setClassDescriptor(ClassDescriptor classDescriptor)
classDescriptor
- The classDescriptor to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |