CLRA 0.1.2

com.clra.web
Class RowingSessionLevelBean

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

public class RowingSessionLevelBean
extends Object
implements Iterator, Serializable

Represents the level of a rowing session.

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

Constructor Summary
RowingSessionLevelBean()
           
 
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

RowingSessionLevelBean

public RowingSessionLevelBean()
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