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

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

public class GameDAOImpl
extends java.lang.Object
implements GameDAO

Author:
Matthew Wilson

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

Constructor Detail

GameDAOImpl

public GameDAOImpl()
Creates a new instance of RoundDAOImpl

Method Detail

insert

public void insert(Game game)
Specified by:
insert in interface GameDAO

update

public void update(Game game)
Specified by:
update in interface GameDAO

delete

public void delete(Game game)
Specified by:
delete in interface GameDAO


Copyright © 2003 mlavilson. All Rights Reserved.