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

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

public class RecapProjetTO
extends java.lang.Object


Constructor Summary
RecapProjetTO()
           
RecapProjetTO(ProjetTO nomProjet, TacheTO tache, CollaborateurTO collab, double nbheure)
           
 
Method Summary
 CollaborateurTO getCollab()
           
 double getNbheure()
           
 ProjetTO getNomProjet()
           
 TacheTO getTache()
           
 void setCollab(CollaborateurTO collab)
           
 void setNbheure(double nbheure)
           
 void setNomProjet(ProjetTO nomProjet)
           
 void setTache(TacheTO tache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecapProjetTO

public RecapProjetTO()

RecapProjetTO

public RecapProjetTO(ProjetTO nomProjet,
                     TacheTO tache,
                     CollaborateurTO collab,
                     double nbheure)
Method Detail

getNomProjet

public ProjetTO getNomProjet()

setNomProjet

public void setNomProjet(ProjetTO nomProjet)

getTache

public TacheTO getTache()

setTache

public void setTache(TacheTO tache)

getCollab

public CollaborateurTO getCollab()

setCollab

public void setCollab(CollaborateurTO collab)

getNbheure

public double getNbheure()

setNbheure

public void setNbheure(double nbheure)


Copyright © 2011. All Rights Reserved.