fr.hyphonem.conges.forms
Class ModifyUserForm
java.lang.Object
org.apache.struts.action.ActionForm
fr.hyphonem.conges.forms.ModifyUserForm
- All Implemented Interfaces:
- java.io.Serializable
public class ModifyUserForm
- 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 |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifyUserForm
public ModifyUserForm()
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
validate
in class org.apache.struts.action.ActionForm
getEmail
public java.lang.String getEmail()
- Returns:
- email
getNom
public java.lang.String getNom()
- Returns:
- nom
getPrenom
public java.lang.String getPrenom()
- Returns:
- prenom
setEmail
public void setEmail(java.lang.String string)
- Parameters:
string
-
setNom
public void setNom(java.lang.String string)
- Parameters:
string
-
setPrenom
public void setPrenom(java.lang.String string)
- Parameters:
string
-
getLogin
public java.lang.String getLogin()
- Returns:
- login
getPassword
public java.lang.String getPassword()
- Returns:
- password
setLogin
public void setLogin(java.lang.String string)
- Parameters:
string
-
setPassword
public void setPassword(java.lang.String string)
- Parameters:
string
-
isEmployee
public boolean isEmployee()
- Returns:
- boolean
setEmployee
public void setEmployee(boolean b)
- Parameters:
b
-
isChief
public boolean isChief()
- Returns:
- boolean
setChief
public void setChief(boolean b)
- Parameters:
b
-
isDelete
public boolean isDelete()
- Returns:
- boolean
setDelete
public void setDelete(boolean b)
- Parameters:
b
-
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.