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

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

public class RecapTO
extends java.lang.Object


Constructor Summary
RecapTO()
           
RecapTO(java.lang.String intitule, ProjetTO nomP, CollaborateurTO collab, double nbheure)
           
 
Method Summary
 CollaborateurTO getCollab()
           
 java.lang.String getIntitule()
           
 double getNbheure()
           
 ProjetTO getNomP()
           
 void setCollab(CollaborateurTO collab)
           
 void setIntitule(java.lang.String intitule)
           
 void setNbheure(double nbheure)
           
 void setNomP(ProjetTO nomP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecapTO

public RecapTO()

RecapTO

public RecapTO(java.lang.String intitule,
               ProjetTO nomP,
               CollaborateurTO collab,
               double nbheure)
Method Detail

getIntitule

public java.lang.String getIntitule()

setIntitule

public void setIntitule(java.lang.String intitule)

getNomP

public ProjetTO getNomP()

setNomP

public void setNomP(ProjetTO nomP)

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.