org.jeinnov.jeitime.api.to.projet
Class TacheTO

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(TacheTO o)
           
 float getBudgetprevu()
           
 int getIdTache()
           
 NomTacheTO getNomtache()
           
 int getPriorite()
           
 ProjetTO getProjet()
           
 float getTpsprevu()
           
 boolean isEligible()
           
 void setBudgetprevu(float budgetprevu)
           
 void setEligible(boolean eligible)
           
 void setIdTache(int idTache)
           
 void setNomtache(NomTacheTO nomtache)
           
 void setPriorite(int priorite)
           
 void setProjet(ProjetTO projet)
           
 void setTpsprevu(float tpsprevu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.