org.jeinnov.jeitime.api.to.heure
Class GereHeure

java.lang.Object
  extended by org.jeinnov.jeitime.api.to.heure.GereHeure
All Implemented Interfaces:
java.lang.Comparable<GereHeure>

public class GereHeure
extends java.lang.Object
implements java.lang.Comparable<GereHeure>


Constructor Summary
GereHeure()
           
GereHeure(float nbHeureLundi, float nbHeureMardi, float nbHeureMerc, float nbHeureJeudi, float nbHeureVend, float total, java.lang.String nomTache, java.lang.String nomProjet, int idTache)
           
 
Method Summary
 int compareTo(GereHeure heure)
           
 int getIdTache()
           
 float getNbHeureJeudi()
           
 float getNbHeureLundi()
           
 float getNbHeureMardi()
           
 float getNbHeureMerc()
           
 float getNbHeureVend()
           
 java.lang.String getNomProjet()
           
 java.lang.String getNomTache()
           
 TacheTO getTache()
           
 float getTotal()
           
 void setIdTache(int idTache)
           
 void setNbHeureJeudi(float nbHeureJeudi)
           
 void setNbHeureLundi(float nbHeureLundi)
           
 void setNbHeureMardi(float nbHeureMardi)
           
 void setNbHeureMerc(float nbHeureMerc)
           
 void setNbHeureVend(float nbHeureVend)
           
 void setNomProjet(java.lang.String nomProjet)
           
 void setNomTache(java.lang.String nomTache)
           
 void setTache(TacheTO tache)
           
 void setTotal(float total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GereHeure

public GereHeure()

GereHeure

public GereHeure(float nbHeureLundi,
                 float nbHeureMardi,
                 float nbHeureMerc,
                 float nbHeureJeudi,
                 float nbHeureVend,
                 float total,
                 java.lang.String nomTache,
                 java.lang.String nomProjet,
                 int idTache)
Method Detail

compareTo

public int compareTo(GereHeure heure)
Specified by:
compareTo in interface java.lang.Comparable<GereHeure>

getNbHeureLundi

public float getNbHeureLundi()

setNbHeureLundi

public void setNbHeureLundi(float nbHeureLundi)

getNbHeureMardi

public float getNbHeureMardi()

setNbHeureMardi

public void setNbHeureMardi(float nbHeureMardi)

getNbHeureMerc

public float getNbHeureMerc()

setNbHeureMerc

public void setNbHeureMerc(float nbHeureMerc)

getNbHeureJeudi

public float getNbHeureJeudi()

setNbHeureJeudi

public void setNbHeureJeudi(float nbHeureJeudi)

getNbHeureVend

public float getNbHeureVend()

setNbHeureVend

public void setNbHeureVend(float nbHeureVend)

getNomTache

public java.lang.String getNomTache()

setNomTache

public void setNomTache(java.lang.String nomTache)

getNomProjet

public java.lang.String getNomProjet()

setNomProjet

public void setNomProjet(java.lang.String nomProjet)

getTotal

public float getTotal()

setTotal

public void setTotal(float total)

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)

getTache

public TacheTO getTache()

setTache

public void setTache(TacheTO tache)


Copyright © 2011. All Rights Reserved.