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

java.lang.Object
  extended by org.jeinnov.jeitime.persistence.bo.projet.LienTachUtilP
All Implemented Interfaces:
java.io.Serializable

@Entity
public class LienTachUtilP
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LienTachUtilP()
           
LienTachUtilP(LienTachUtilIdP id, TacheP tache, CollaborateurP collaborateur, float nbHeure, java.lang.String commentaire)
           
 
Method Summary
 CollaborateurP getCollaborateur()
           
 java.lang.String getCommentaire()
           
 LienTachUtilIdP getId()
           
 float getNbHeure()
           
 TacheP getTache()
           
 void setCollaborateur(CollaborateurP collaborateur)
           
 void setCommentaire(java.lang.String commentaire)
           
 void setId(LienTachUtilIdP id)
           
 void setNbHeure(float nbHeure)
           
 void setTache(TacheP tache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LienTachUtilP

public LienTachUtilP()

LienTachUtilP

public LienTachUtilP(LienTachUtilIdP id,
                     TacheP tache,
                     CollaborateurP collaborateur,
                     float nbHeure,
                     java.lang.String commentaire)
Method Detail

getId

public LienTachUtilIdP getId()

setId

public void setId(LienTachUtilIdP id)

getTache

public TacheP getTache()

setTache

public void setTache(TacheP tache)

getCollaborateur

public CollaborateurP getCollaborateur()

setCollaborateur

public void setCollaborateur(CollaborateurP collaborateur)

getNbHeure

public float getNbHeure()

setNbHeure

public void setNbHeure(float nbHeure)

getCommentaire

public java.lang.String getCommentaire()

setCommentaire

public void setCommentaire(java.lang.String commentaire)


Copyright © 2011. All Rights Reserved.