CLRA 0.1.2

com.clra.web
Class RowingSessionTypeBean

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

public class RowingSessionTypeBean
extends Object
implements Iterator, Serializable

Represents the type of a rowing session.

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

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

RowingSessionTypeBean

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