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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowingSessionLevelBean
public RowingSessionLevelBean()
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