com.mlw.fps.model.business.vo
Class Game

java.lang.Object
  |
  +--com.mlw.fps.model.business.vo.Base
        |
        +--com.mlw.fps.model.business.vo.Game

public class Game
extends Base

Author:
Matthew Wilson

Constructor Summary
Game()
          Creates a new instance of Game
Game(Map map, java.util.Date date)
          Creates a new instance of Round
 
Method Summary
 java.util.Date getEndDate()
          Getter for property endDate.
 java.util.List getKills()
           
 Map getMap()
          Getter for property map.
 java.util.Map getRecaps()
          Getter for property recaps.
 java.util.List getRounds()
          Getter for property rounds.
 void setEndDate(java.util.Date endDate)
          Setter for property endDate.
 void setMap(Map map)
          Setter for property map.
 void setRecaps(java.util.Map recaps)
          Setter for property recaps.
 void setRounds(java.util.List rounds)
          Setter for property rounds.
 
Methods inherited from class com.mlw.fps.model.business.vo.Base
getDate, getPk, setDate, setPk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
Creates a new instance of Game


Game

public Game(Map map,
            java.util.Date date)
Creates a new instance of Round

Method Detail

getMap

public Map getMap()
Getter for property map.

Returns:
Value of property map.

setMap

public void setMap(Map map)
Setter for property map.

Parameters:
map - New value of property map.

getEndDate

public java.util.Date getEndDate()
Getter for property endDate.

Returns:
Value of property endDate.

setEndDate

public void setEndDate(java.util.Date endDate)
Setter for property endDate.

Parameters:
endDate - New value of property endDate.

getRounds

public java.util.List getRounds()
Getter for property rounds.

Returns:
Value of property rounds.

setRounds

public void setRounds(java.util.List rounds)
Setter for property rounds.

Parameters:
rounds - New value of property rounds.

getRecaps

public java.util.Map getRecaps()
Getter for property recaps.

Returns:
Value of property recaps.

setRecaps

public void setRecaps(java.util.Map recaps)
Setter for property recaps.

Parameters:
recaps - New value of property recaps.

getKills

public java.util.List getKills()


Copyright © 2003 mlavilson. All Rights Reserved.