org.jeinnov.jeitime.persistence.bo.projet
Class LienTachUtilP
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LienTachUtilP
public LienTachUtilP()
LienTachUtilP
public LienTachUtilP(LienTachUtilIdP id,
TacheP tache,
CollaborateurP collaborateur,
float nbHeure,
java.lang.String commentaire)
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.