com.uoc.tfc.UI.struts.form.usuari
Class ActualitzarFotoForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.uoc.tfc.UI.struts.form.usuari.ActualitzarFotoForm
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ActualitzarFotoForm()
           
 
Method Summary
 org.apache.struts.upload.FormFile getTheFile()
           
 void setTheFile(org.apache.struts.upload.FormFile theFile)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActualitzarFotoForm

public ActualitzarFotoForm()
Method Detail

getTheFile

public org.apache.struts.upload.FormFile getTheFile()
Returns:
Returns the theFile.

setTheFile

public void setTheFile(org.apache.struts.upload.FormFile theFile)
Parameters:
theFile - The FormFile to set.