org.jeinnov.jeitime.persistence.bo.projet
Class TacheP

java.lang.Object
  extended by 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

Constructor Summary
TacheP()
           
TacheP(int idTache)
           
 
Method Summary
 int compareTo(TacheP o)
           
 float getBudgetprevu()
           
 int getIdTache()
           
 NomTacheP getNomTacheP()
           
 int getPriorite()
           
 ProjetP getProjet()
           
 float getTpsprevu()
           
 boolean isEligible()
           
 void setBudgetprevu(float budgetprevu)
           
 void setEligible(boolean eligible)
           
 void setIdTache(int idTache)
           
 void setNomTacheP(NomTacheP nomTacheP)
           
 void setPriorite(int priorite)
           
 void setProjet(ProjetP 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

TacheP

public TacheP()

TacheP

public TacheP(int idTache)
Method Detail

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.