org.jeinnov.jeitime.api.to.alerte
Class AlertesTO

java.lang.Object
  extended by org.jeinnov.jeitime.api.to.alerte.AlertesTO

public class AlertesTO
extends java.lang.Object


Constructor Summary
AlertesTO()
           
AlertesTO(java.lang.String indicDate, float nbheureCollege, float nbheureSaisie, float difference, CollaborateurTO collab)
           
 
Method Summary
 CollaborateurTO getCollab()
           
 float getDifference()
           
 java.lang.String getIndicDate()
           
 float getNbheureCollege()
           
 float getNbheureSaisie()
           
 void setCollab(CollaborateurTO collab)
           
 void setDifference(float difference)
           
 void setIndicDate(java.lang.String indicDate)
           
 void setNbheureCollege(float nbheureCollege)
           
 void setNbheureSaisie(float nbheureSaisie)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertesTO

public AlertesTO()

AlertesTO

public AlertesTO(java.lang.String indicDate,
                 float nbheureCollege,
                 float nbheureSaisie,
                 float difference,
                 CollaborateurTO collab)
Method Detail

getIndicDate

public java.lang.String getIndicDate()

setIndicDate

public void setIndicDate(java.lang.String indicDate)

getNbheureCollege

public float getNbheureCollege()

setNbheureCollege

public void setNbheureCollege(float nbheureCollege)

getNbheureSaisie

public float getNbheureSaisie()

setNbheureSaisie

public void setNbheureSaisie(float nbheureSaisie)

getDifference

public float getDifference()

setDifference

public void setDifference(float difference)

getCollab

public CollaborateurTO getCollab()

setCollab

public void setCollab(CollaborateurTO collab)


Copyright © 2011. All Rights Reserved.