org.jeinnov.jeitime.persistence.bo.projet
Class TacheP
java.lang.Object
org.jeinnov.jeitime.persistence.bo.projet.TacheP
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TacheP>
@Entity
public class TacheP
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable<TacheP>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TacheP
public TacheP()
TacheP
public TacheP(int idTache)
getIdTache
public int getIdTache()
setIdTache
public void setIdTache(int idTache)
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)
getNomTacheP
public NomTacheP getNomTacheP()
setNomTacheP
public void setNomTacheP(NomTacheP nomTacheP)
getProjet
public ProjetP getProjet()
setProjet
public void setProjet(ProjetP projet)
compareTo
public int compareTo(TacheP o)
- Specified by:
compareTo in interface java.lang.Comparable<TacheP>
Copyright © 2011. All Rights Reserved.