org.jeinnov.jeitime.api.to.bilan
Class RecapProjetTO
java.lang.Object
org.jeinnov.jeitime.api.to.bilan.RecapProjetTO
public class RecapProjetTO
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecapProjetTO
public RecapProjetTO()
RecapProjetTO
public RecapProjetTO(ProjetTO nomProjet,
TacheTO tache,
CollaborateurTO collab,
double nbheure)
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.