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

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

public class Player
extends Base

Author:
Matthew Wilson

Constructor Summary
Player()
          Creates a new instance of Player
Player(java.lang.String name)
          Creates a new instance of Player
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 void setName(java.lang.String name)
          Setter for property name.
 
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

Player

public Player()
Creates a new instance of Player


Player

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

Method Detail

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.