spec.benchmarks.serial.data
Class Child

java.lang.Object
  extended by spec.benchmarks.serial.data.Child
All Implemented Interfaces:
java.io.Serializable

public class Child
extends java.lang.Object
implements java.io.Serializable

$Id: Child.java,v 1.1 2005/07/26 01:30:56 csuconic Exp $

Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
Child()
           
 
Method Summary
 int getB()
           
 TestParent getParent()
           
 void setB(int b)
           
 void setParent(TestParent parent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Child

public Child()
Method Detail

getB

public int getB()
Returns:
Returns the b.

setB

public void setB(int b)
Parameters:
b - The b to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getParent

public TestParent getParent()

setParent

public void setParent(TestParent parent)