fr.hyphonem.conges.forms
Class CreateUserForm
java.lang.Object
org.apache.struts.action.ActionForm
fr.hyphonem.conges.forms.CreateUserForm
- All Implemented Interfaces:
- java.io.Serializable
public class CreateUserForm
- extends org.apache.struts.action.ActionForm
- Author:
- Stephane Gauchet pour Hyphonem
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary |
CreateUserForm()
Constructor for SmrBurLstParaForm. |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateUserForm
public CreateUserForm()
- Constructor for SmrBurLstParaForm.
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Overrides:
reset
in class org.apache.struts.action.ActionForm
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validate the properties that have been set from this HTTP request, and
return an
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
- Overrides:
validate
in class org.apache.struts.action.ActionForm
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
- Returns:
- ActionErrors
isChief
public boolean isChief()
- Returns:
- boolean
getEmail
public java.lang.String getEmail()
- Returns:
- email
isEmployee
public boolean isEmployee()
- Returns:
- boolean
getLoginacreer
public java.lang.String getLoginacreer()
- Returns:
- login
getNom
public java.lang.String getNom()
- Returns:
- nom
getPasswordacreer
public java.lang.String getPasswordacreer()
- Returns:
- password
getPrenom
public java.lang.String getPrenom()
- Returns:
- prenom
setChief
public void setChief(boolean b)
- Parameters:
b
-
setEmail
public void setEmail(java.lang.String string)
- Parameters:
string
-
setEmployee
public void setEmployee(boolean b)
- Parameters:
b
-
setLoginacreer
public void setLoginacreer(java.lang.String string)
- Parameters:
string
-
setNom
public void setNom(java.lang.String string)
- Parameters:
string
-
setPasswordacreer
public void setPasswordacreer(java.lang.String string)
- Parameters:
string
-
setPrenom
public void setPrenom(java.lang.String string)
- Parameters:
string
-
getPays
public java.lang.String getPays()
- Returns:
- pays
setPays
public void setPays(java.lang.String string)
- Parameters:
string
-
getTeam
public java.lang.String getTeam()
- Returns:
- team
setTeam
public void setTeam(java.lang.String string)
- Parameters:
string
-
getEntryDate
public java.lang.String getEntryDate()
- Returns:
- Returns the entryDate.
setEntryDate
public void setEntryDate(java.lang.String entryDate)
- Parameters:
entryDate
- The entryDate to set.
isDayoff1
public boolean isDayoff1()
setDayoff1
public void setDayoff1(boolean dayoff1)
isDayoff2
public boolean isDayoff2()
setDayoff2
public void setDayoff2(boolean dayoff2)
isDayoff3
public boolean isDayoff3()
setDayoff3
public void setDayoff3(boolean dayoff3)
isDayoff4
public boolean isDayoff4()
setDayoff4
public void setDayoff4(boolean dayoff4)
isDayoff5
public boolean isDayoff5()
setDayoff5
public void setDayoff5(boolean dayoff5)
isDayoff6
public boolean isDayoff6()
setDayoff6
public void setDayoff6(boolean dayoff6)
isDayoff7
public boolean isDayoff7()
setDayoff7
public void setDayoff7(boolean dayoff7)
Copyright © 2004-2007 Hyphonem. All Rights Reserved.