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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RowingSessionStateBean
public RowingSessionStateBean()
hasNext
public boolean hasNext()
- 
- Specified by: 
- hasNextin interface- Iterator
 
next
public Object next()
- 
- Specified by: 
- nextin interface- Iterator
 
remove
public void remove()
- 
- Specified by: 
- removein interface- Iterator