org.jeinnov.jeitime.api.to.affecter
Class RecapAffectTO

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

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


Constructor Summary
RecapAffectTO()
           
RecapAffectTO(ProjetTO projet, TacheTO tache, CollaborateurTO collaborateur)
           
RecapAffectTO(RecapAffectTO listRecapAffect)
           
 
Method Summary
 int compareTo(RecapAffectTO o)
           
 CollaborateurTO getCollaborateur()
           
 RecapAffectTO getListRecapAffect()
           
 ProjetTO getProjet()
           
 TacheTO getTache()
           
 TypeTacheTO getTypetache()
           
 void setCollaborateur(CollaborateurTO collaborateur)
           
 void setListRecapAffect(RecapAffectTO listRecapAffect)
           
 void setProjet(ProjetTO projet)
           
 void setTache(TacheTO tache)
           
 void setTypetache(TypeTacheTO typetache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecapAffectTO

public RecapAffectTO()

RecapAffectTO

public RecapAffectTO(ProjetTO projet,
                     TacheTO tache,
                     CollaborateurTO collaborateur)

RecapAffectTO

public RecapAffectTO(RecapAffectTO listRecapAffect)
Method Detail

getProjet

public ProjetTO getProjet()

setProjet

public void setProjet(ProjetTO projet)

getTache

public TacheTO getTache()

setTache

public void setTache(TacheTO tache)

getCollaborateur

public CollaborateurTO getCollaborateur()

setCollaborateur

public void setCollaborateur(CollaborateurTO collaborateur)

getListRecapAffect

public RecapAffectTO getListRecapAffect()

setListRecapAffect

public void setListRecapAffect(RecapAffectTO listRecapAffect)

getTypetache

public TypeTacheTO getTypetache()

setTypetache

public void setTypetache(TypeTacheTO typetache)

compareTo

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


Copyright © 2011. All Rights Reserved.