objectgen.testobjective
Class TestObjectiveList

java.lang.Object
  extended byobjectgen.testobjective.TestObjectiveList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TestObjectiveList()
          Creates a new instance of TestObjectiveList
 
Method Summary
 void add(TestObjective o)
           
 java.util.Iterator iterator()
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestObjectiveList

public TestObjectiveList()
Creates a new instance of TestObjectiveList

Method Detail

add

public void add(TestObjective o)

iterator

public java.util.Iterator iterator()

size

public int size()
Returns:
number of elements

toString

public java.lang.String toString()