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

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

public class Round
extends Base

Author:
Matthew Wilson

Constructor Summary
Round(java.util.Date date)
          Creates a new instance of Round
 
Method Summary
 java.util.Date getEndDate()
          Getter for property endDate.
 java.util.List getKills()
          Getter for property kills.
 long getLength()
           
 java.util.Map getStatusOfPlayers()
           
 java.lang.String getWinningTeam()
          Getter for property winningTeam.
 void setEndDate(java.util.Date endDate)
          Setter for property endDate.
 void setKills(java.util.List kills)
          Setter for property kills.
 void setStatusOfPlayers(java.util.Map players)
           
 void setWinningTeam(java.lang.String winningTeam)
          Setter for property winningTeam.
 
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

Round

public Round(java.util.Date date)
Creates a new instance of Round

Method Detail

getEndDate

public java.util.Date getEndDate()
Getter for property endDate.

Returns:
Value of property endDate.

setEndDate

public void setEndDate(java.util.Date endDate)
Setter for property endDate.

Parameters:
endDate - New value of property endDate.

getWinningTeam

public java.lang.String getWinningTeam()
Getter for property winningTeam.

Returns:
Value of property winningTeam.

setWinningTeam

public void setWinningTeam(java.lang.String winningTeam)
Setter for property winningTeam.

Parameters:
winningTeam - New value of property winningTeam.

getKills

public java.util.List getKills()
Getter for property kills.

Returns:
Value of property kills.

setKills

public void setKills(java.util.List kills)
Setter for property kills.

Parameters:
kills - New value of property kills.

getStatusOfPlayers

public java.util.Map getStatusOfPlayers()
Returns:

setStatusOfPlayers

public void setStatusOfPlayers(java.util.Map players)

getLength

public long getLength()


Copyright © 2003 mlavilson. All Rights Reserved.