org.jeinnov.jeitime.api.to.affecter
Class RecapAffectTO
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecapAffectTO
public RecapAffectTO()
RecapAffectTO
public RecapAffectTO(ProjetTO projet,
TacheTO tache,
CollaborateurTO collaborateur)
RecapAffectTO
public RecapAffectTO(RecapAffectTO listRecapAffect)
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.