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

java.lang.Object
  |
  +--com.mlw.fps.model.business.vo.Base
Direct Known Subclasses:
Game, Kill, Map, Player, Round, Weapon

public class Base
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
Base()
          Creates a new instance of Base
Base(java.lang.String pk)
          Creates a new instance of Base
 
Method Summary
 java.util.Date getDate()
          Getter for property date.
 java.lang.String getPk()
          Getter for property pk.
 void setDate(java.util.Date date)
          Setter for property date.
 void setPk(java.lang.String pk)
          Setter for property pk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base

public Base()
Creates a new instance of Base


Base

public Base(java.lang.String pk)
Creates a new instance of Base

Method Detail

getPk

public java.lang.String getPk()
Getter for property pk.

Returns:
Value of property pk.

setPk

public void setPk(java.lang.String pk)
Setter for property pk.

Parameters:
pk - New value of property pk.

getDate

public java.util.Date getDate()
Getter for property date.

Returns:
Value of property date.

setDate

public void setDate(java.util.Date date)
Setter for property date.

Parameters:
date - New value of property date.


Copyright © 2003 mlavilson. All Rights Reserved.