com.mlw.fps.model.business.dao.memmory
Class RoundDAOImpl

java.lang.Object
  |
  +--com.mlw.fps.model.business.dao.memmory.RoundDAOImpl
All Implemented Interfaces:
RoundDAO

public class RoundDAOImpl
extends java.lang.Object
implements RoundDAO

Author:
Matthew Wilson

Constructor Summary
RoundDAOImpl()
          Creates a new instance of RoundDAOImpl
 
Method Summary
 void insert(Round round)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundDAOImpl

public RoundDAOImpl()
Creates a new instance of RoundDAOImpl

Method Detail

insert

public void insert(Round round)
Specified by:
insert in interface RoundDAO


Copyright © 2003 mlavilson. All Rights Reserved.