fr.hyphonem.conges.data
Class EmployeeData
java.lang.Object
fr.hyphonem.conges.data.EmployeeData
- All Implemented Interfaces:
- java.io.Serializable
public class EmployeeData
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Stephane Gauchet pour Hyphonem
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmployeeData
public EmployeeData()
getNom
public java.lang.String getNom()
- Returns:
- nom
getPrenom
public java.lang.String getPrenom()
- Returns:
- prenom
setNom
public void setNom(java.lang.String string)
- Parameters:
string
-
setPrenom
public void setPrenom(java.lang.String string)
- Parameters:
string
-
toString
public java.lang.String toString()
- return nom + prenom
- Overrides:
toString
in class java.lang.Object
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.