com.mlw.fps.model.business.vo.stats
Class MapStats

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

public class MapStats
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
MapStats(Map map)
          Creates a new instance of MapStats
 
Method Summary
 void addToKills(long kills)
          Setter for property kills.
 void addUsage()
          Setter for property usage.
 java.lang.Long getKills()
          Getter for property kills.
 Map getMap()
           
 java.lang.Long getUsage()
          Getter for property usage.
 WeaponStats getWeapon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapStats

public MapStats(Map map)
Creates a new instance of MapStats

Method Detail

getMap

public Map getMap()

getUsage

public java.lang.Long getUsage()
Getter for property usage.

Returns:
Value of property usage.

addUsage

public void addUsage()
Setter for property usage.


getKills

public java.lang.Long getKills()
Getter for property kills.

Returns:
Value of property kills.

addToKills

public void addToKills(long kills)
Setter for property kills.

Parameters:
kills - New value of property kills.

getWeapon

public WeaponStats getWeapon()
Returns:
WeaponStats


Copyright © 2003 mlavilson. All Rights Reserved.