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

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

public class GameRecap
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
GameRecap()
          Creates a new instance of GameRecap
 
Method Summary
 java.util.Map getWeaponUsage()
          Getter for property weaponUsage.
 void setWeaponUsage(java.util.Map weaponUsage)
          Setter for property weaponUsage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameRecap

public GameRecap()
Creates a new instance of GameRecap

Method Detail

getWeaponUsage

public java.util.Map getWeaponUsage()
Getter for property weaponUsage.

Returns:
Value of property weaponUsage.

setWeaponUsage

public void setWeaponUsage(java.util.Map weaponUsage)
Setter for property weaponUsage.

Parameters:
weaponUsage - New value of property weaponUsage.


Copyright © 2003 mlavilson. All Rights Reserved.