fr.hyphonem.conges.data
Class EmployeeData

java.lang.Object
  extended by 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

Constructor Summary
EmployeeData()
           
 
Method Summary
 java.lang.String getEntryDate()
           
 java.lang.String getNom()
           
 java.lang.String getPays()
           
 java.lang.String getPrenom()
           
 java.lang.String getTeam()
           
 boolean isDayoff1()
           
 boolean isDayoff2()
           
 boolean isDayoff3()
           
 boolean isDayoff4()
           
 boolean isDayoff5()
           
 boolean isDayoff6()
           
 boolean isDayoff7()
           
 void setDayoff1(boolean dayoff1)
           
 void setDayoff2(boolean dayoff2)
           
 void setDayoff3(boolean dayoff3)
           
 void setDayoff4(boolean dayoff4)
           
 void setDayoff5(boolean dayoff5)
           
 void setDayoff6(boolean dayoff6)
           
 void setDayoff7(boolean dayoff7)
           
 void setEntryDate(java.lang.String entryDate)
           
 void setNom(java.lang.String string)
           
 void setPays(java.lang.String string)
           
 void setPrenom(java.lang.String string)
           
 void setTeam(java.lang.String string)
           
 java.lang.String toString()
          return nom + prenom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmployeeData

public EmployeeData()
Method Detail

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.