CLRA 0.1.2

com.clra.web
Class RowingSessionStateBean

java.lang.Object
  |
  +--com.clra.web.RowingSessionStateBean
All Implemented Interfaces:
Iterator, Serializable

public class RowingSessionStateBean
extends Object
implements Iterator, Serializable

Represents the state of a rowing session.

Version:
$Id: RowingSessionStateBean.java,v 1.2 2002/02/18 18:07:07 rphall Exp $
Author:
Rick Hall
See Also:
Serialized Form

Constructor Summary
RowingSessionStateBean()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowingSessionStateBean

public RowingSessionStateBean()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

CLRA 0.1.2