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

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

public class KillRole
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
KillRole(java.lang.String id, java.lang.String name, java.lang.Double killModifier, java.lang.Double deathModifier)
          Creates a new instance of KillRole
 
Method Summary
 java.lang.Double getDeathModifier()
          Getter for property deathModifier.
 java.lang.String getId()
          Getter for property id.
 java.lang.Double getKillModifier()
          Getter for property killModifier.
 java.lang.String getName()
          Getter for property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillRole

public KillRole(java.lang.String id,
                java.lang.String name,
                java.lang.Double killModifier,
                java.lang.Double deathModifier)
Creates a new instance of KillRole

Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

getKillModifier

public java.lang.Double getKillModifier()
Getter for property killModifier.

Returns:
Value of property killModifier.

getDeathModifier

public java.lang.Double getDeathModifier()
Getter for property deathModifier.

Returns:
Value of property deathModifier.

getId

public java.lang.String getId()
Getter for property id.

Returns:
Value of property id.


Copyright © 2003 mlavilson. All Rights Reserved.