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

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

public class Weapon
extends Base

Author:
Matthew Wilson

Constructor Summary
Weapon()
          Creates a new instance of Weapon
Weapon(java.lang.String name)
          Creates a new instance of Weapon
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 java.lang.Double getSkill()
          Getter for property skill.
 void setName(java.lang.String name)
          Setter for property name.
 void setSkill(java.lang.Double skill)
          Setter for property skill.
 
Methods inherited from class com.mlw.fps.model.business.vo.Base
getDate, getPk, setDate, setPk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Weapon

public Weapon()
Creates a new instance of Weapon


Weapon

public Weapon(java.lang.String name)
Creates a new instance of Weapon

Method Detail

getSkill

public java.lang.Double getSkill()
Getter for property skill.

Returns:
Value of property skill.

setSkill

public void setSkill(java.lang.Double skill)
Setter for property skill.

Parameters:
skill - New value of property skill.

getName

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

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.


Copyright © 2003 mlavilson. All Rights Reserved.