|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.ObjectRepository.E
org.apache.ojb.broker.ObjectRepository.F
important note: This class uses an anonymous field to hold the foreign key referencing to the parent table. thus there is no attribute holding the FK in the class. There is also no additional coding required to populate the inherited attributes on loading or persiting an instance of this class.
Field Summary | |
(package private) int |
someValue
|
Fields inherited from class org.apache.ojb.broker.ObjectRepository.E |
id, someSuperValue |
Constructor Summary | |
ObjectRepository.F()
|
Method Summary | |
int |
getSomeValue()
|
void |
setSomeValue(int someValue)
|
Methods inherited from class org.apache.ojb.broker.ObjectRepository.E |
getId, getSomeSuperValue, setId, setSomeSuperValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int someValue
Constructor Detail |
public ObjectRepository.F()
Method Detail |
public int getSomeValue()
public void setSomeValue(int someValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |