org.jeinnov.jeitime.api.to.projet
Class TacheTO
java.lang.Object
org.jeinnov.jeitime.api.to.projet.TacheTO
- All Implemented Interfaces:
- java.lang.Comparable<TacheTO>
public class TacheTO
- extends java.lang.Object
- implements java.lang.Comparable<TacheTO>
|
Constructor Summary |
TacheTO()
|
TacheTO(int idTache)
|
TacheTO(int idTache,
NomTacheTO nomtache)
|
TacheTO(int idTache,
NomTacheTO nomtache,
float budgetprevu,
float tpsprevu,
int priorite)
|
TacheTO(int idTache,
NomTacheTO nomtache,
float budgetprevu,
float tpsprevu,
int priorite,
boolean eligible,
ProjetTO projet)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TacheTO
public TacheTO()
TacheTO
public TacheTO(int idTache,
NomTacheTO nomtache,
float budgetprevu,
float tpsprevu,
int priorite,
boolean eligible,
ProjetTO projet)
TacheTO
public TacheTO(int idTache,
NomTacheTO nomtache,
float budgetprevu,
float tpsprevu,
int priorite)
TacheTO
public TacheTO(int idTache,
NomTacheTO nomtache)
TacheTO
public TacheTO(int idTache)
compareTo
public int compareTo(TacheTO o)
- Specified by:
compareTo in interface java.lang.Comparable<TacheTO>
getIdTache
public int getIdTache()
setIdTache
public void setIdTache(int idTache)
getNomtache
public NomTacheTO getNomtache()
setNomtache
public void setNomtache(NomTacheTO nomtache)
getProjet
public ProjetTO getProjet()
setProjet
public void setProjet(ProjetTO projet)
getBudgetprevu
public float getBudgetprevu()
setBudgetprevu
public void setBudgetprevu(float budgetprevu)
getTpsprevu
public float getTpsprevu()
setTpsprevu
public void setTpsprevu(float tpsprevu)
getPriorite
public int getPriorite()
setPriorite
public void setPriorite(int priorite)
isEligible
public boolean isEligible()
setEligible
public void setEligible(boolean eligible)
Copyright © 2011. All Rights Reserved.