org.apache.ojb.broker
Class AbstractExtentClassTest.ConcreteZ

java.lang.Object
  extended byorg.apache.ojb.broker.AbstractExtentClassTest.ConcreteZ
All Implemented Interfaces:
AbstractExtentClassTest.AbstractIF_X, AbstractExtentClassTest.AbstractIF_Y
Enclosing class:
AbstractExtentClassTest

public static class AbstractExtentClassTest.ConcreteZ
extends java.lang.Object
implements AbstractExtentClassTest.AbstractIF_Y


Constructor Summary
  AbstractExtentClassTest.ConcreteZ()
           
(package private) AbstractExtentClassTest.ConcreteZ(int no)
           
  AbstractExtentClassTest.ConcreteZ(java.lang.String name)
           
 
Method Summary
 int getContainerId()
           
 int getId()
           
 java.lang.String getName()
           
 int getSomeValue()
           
 void setContainerId(int containerId)
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 void setSomeValue(int someValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractExtentClassTest.ConcreteZ

public AbstractExtentClassTest.ConcreteZ()

AbstractExtentClassTest.ConcreteZ

public AbstractExtentClassTest.ConcreteZ(java.lang.String name)

AbstractExtentClassTest.ConcreteZ

AbstractExtentClassTest.ConcreteZ(int no)
Method Detail

getContainerId

public int getContainerId()
Specified by:
getContainerId in interface AbstractExtentClassTest.AbstractIF_X

setContainerId

public void setContainerId(int containerId)
Specified by:
setContainerId in interface AbstractExtentClassTest.AbstractIF_X

getId

public int getId()
Specified by:
getId in interface AbstractExtentClassTest.AbstractIF_X

setId

public void setId(int id)

getName

public java.lang.String getName()
Specified by:
getName in interface AbstractExtentClassTest.AbstractIF_X

setName

public void setName(java.lang.String name)
Specified by:
setName in interface AbstractExtentClassTest.AbstractIF_X

getSomeValue

public int getSomeValue()

setSomeValue

public void setSomeValue(int someValue)

toString

public java.lang.String toString()


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