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

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

public class KillPlayer
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
KillPlayer()
          Creates a new instance of KillPlayer
KillPlayer(Player player, KillRole role)
          Creates a new instance of KillPlayer
 
Method Summary
 Player getPlayer()
          Getter for property player.
 KillRole getRole()
          Getter for property role.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillPlayer

public KillPlayer()
Creates a new instance of KillPlayer


KillPlayer

public KillPlayer(Player player,
                  KillRole role)
Creates a new instance of KillPlayer

Method Detail

getPlayer

public Player getPlayer()
Getter for property player.

Returns:
Value of property player.

getRole

public KillRole getRole()
Getter for property role.

Returns:
Value of property role.


Copyright © 2003 mlavilson. All Rights Reserved.