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

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

public class Award
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
Award(Player player)
          Creates a new instance of Award
 
Method Summary
 void addUsage()
          Setter for property usage.
 Player getPlayer()
          Getter for property player.
 java.lang.Long getUsage()
          Getter for property usage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Award

public Award(Player player)
Creates a new instance of Award

Method Detail

getUsage

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

Returns:
Value of property usage.

addUsage

public void addUsage()
Setter for property usage.


getPlayer

public Player getPlayer()
Getter for property player.

Returns:
Value of property player.


Copyright © 2003 mlavilson. All Rights Reserved.