org.jeinnov.jeitime.api.to.bilan
Class RecapProjetMensuelTO

java.lang.Object
  extended by org.jeinnov.jeitime.api.to.bilan.RecapProjetMensuelTO

public class RecapProjetMensuelTO
extends java.lang.Object


Constructor Summary
RecapProjetMensuelTO()
           
 
Method Summary
 CollaborateurTO getCollab()
           
 int getIdTache()
           
 int getJour()
           
 double getNbheure()
           
 ProjetTO getNomProjet()
           
 void setCollab(CollaborateurTO collab)
           
 void setIdTache(int idTache)
           
 void setJour(int jour)
           
 void setNbheure(double nbheure)
           
 void setNomProjet(ProjetTO nomProjet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecapProjetMensuelTO

public RecapProjetMensuelTO()
Method Detail

getNomProjet

public ProjetTO getNomProjet()

setNomProjet

public void setNomProjet(ProjetTO nomProjet)

getCollab

public CollaborateurTO getCollab()

setCollab

public void setCollab(CollaborateurTO collab)

getNbheure

public double getNbheure()

setNbheure

public void setNbheure(double nbheure)

getJour

public int getJour()

setJour

public void setJour(int jour)

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)


Copyright © 2011. All Rights Reserved.