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

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

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

An ActionForm class representing the name for a new match

Author:
Piotr
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
MatchNameBean()
           
 
Method Summary
 java.lang.String getMatchName()
           
 void setMatchName(java.lang.String matchName)
           
 
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

MatchNameBean

public MatchNameBean()
Method Detail

getMatchName

public java.lang.String getMatchName()

setMatchName

public void setMatchName(java.lang.String matchName)


Copyright © 2006 . All Rights Reserved.