org.apache.ojb.broker
Class ObjectRepository.F

java.lang.Object
  extended byorg.apache.ojb.broker.ObjectRepository.E
      extended byorg.apache.ojb.broker.ObjectRepository.F
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObjectRepository.G
Enclosing class:
ObjectRepository

public static class ObjectRepository.F
extends ObjectRepository.E
implements java.io.Serializable

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.

See Also:
Serialized Form

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

someValue

int someValue
Constructor Detail

ObjectRepository.F

public ObjectRepository.F()
Method Detail

getSomeValue

public int getSomeValue()

setSomeValue

public void setSomeValue(int someValue)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14