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

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

public class KillStats
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
KillStats(Kill kill, long advantage, int factor)
          Creates a new instance of KillStats
 
Method Summary
 java.lang.Long getAdvantage()
          Getter for property advantage.
 int getFactor()
          Getter for property factor.
 Kill getKill()
          Getter for property kill.
 void setAdvantage(long advantage)
          Setter for property advantage.
 void setFactor(int factor)
          Setter for property factor.
 void setKill(Kill kill)
          Setter for property kill.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillStats

public KillStats(Kill kill,
                 long advantage,
                 int factor)
Creates a new instance of KillStats

Method Detail

getKill

public Kill getKill()
Getter for property kill.

Returns:
Value of property kill.

setKill

public void setKill(Kill kill)
Setter for property kill.

Parameters:
kill - New value of property kill.

getAdvantage

public java.lang.Long getAdvantage()
Getter for property advantage.

Returns:
Value of property advantage.

setAdvantage

public void setAdvantage(long advantage)
Setter for property advantage.

Parameters:
advantage - New value of property advantage.

getFactor

public int getFactor()
Getter for property factor.

Returns:
Value of property factor.

setFactor

public void setFactor(int factor)
Setter for property factor.

Parameters:
factor - New value of property factor.


Copyright © 2003 mlavilson. All Rights Reserved.