fr.hyphonem.conges.data
Class NationalDayData

java.lang.Object
  extended by fr.hyphonem.conges.data.NationalDayData
All Implemented Interfaces:
java.io.Serializable

public class NationalDayData
extends java.lang.Object
implements java.io.Serializable

Author:
Stephane Gauchet pour Hyphonem
See Also:
Serialized Form

Constructor Summary
NationalDayData()
          Constructor for FeryDayData.
 
Method Summary
 java.lang.String getDate()
          Returns the date.
 java.lang.String getLibelle()
          Returns the libelle.
 java.lang.String getPays()
          Returns the pays.
 void setDate(java.lang.String date)
          Sets the date.
 void setLibelle(java.lang.String libelle)
          Sets the libelle.
 void setPays(java.lang.String pays)
          Sets the pays.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NationalDayData

public NationalDayData()
Constructor for FeryDayData.

Method Detail

getDate

public java.lang.String getDate()
Returns the date.

Returns:
String

getLibelle

public java.lang.String getLibelle()
Returns the libelle.

Returns:
String

getPays

public java.lang.String getPays()
Returns the pays.

Returns:
String

setDate

public void setDate(java.lang.String date)
Sets the date.

Parameters:
date - The date to set

setLibelle

public void setLibelle(java.lang.String libelle)
Sets the libelle.

Parameters:
libelle - The libelle to set

setPays

public void setPays(java.lang.String pays)
Sets the pays.

Parameters:
pays - The pays to set


Copyright © 2004-2007 Hyphonem. All Rights Reserved.