pl.agh.iosr.ballamigos.webapp.beans
Class ChosenRoomBean

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by pl.agh.iosr.ballamigos.webapp.beans.ChosenRoomBean
All Implemented Interfaces:
java.io.Serializable

public class ChosenRoomBean
extends org.apache.struts.action.ActionForm

An ActionForm class representing the name of the chosen game room.

Author:
Piotr
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ChosenRoomBean()
           
 
Method Summary
 java.lang.String getRoom()
           
 void setRoom(java.lang.String room)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChosenRoomBean

public ChosenRoomBean()
Method Detail

getRoom

public java.lang.String getRoom()

setRoom

public void setRoom(java.lang.String room)


Copyright © 2006 . All Rights Reserved.