|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.vo.stats.MapStats
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 |
public MapStats(Map map)
Method Detail |
public Map getMap()
public java.lang.Long getUsage()
public void addUsage()
public java.lang.Long getKills()
public void addToKills(long kills)
kills
- New value of property kills.public WeaponStats getWeapon()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |