org.jeinnov.jeitime.persistence.bo.projet
Class NomTacheP
java.lang.Object
org.jeinnov.jeitime.persistence.bo.projet.NomTacheP
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class NomTacheP
- 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 |
NomTacheP
public NomTacheP()
getIdNomTache
public int getIdNomTache()
setIdNomTache
public void setIdNomTache(int idNomTache)
getNomTache
public java.lang.String getNomTache()
setNomTache
public void setNomTache(java.lang.String nomTache)
getTypeTache
public TypeTacheP getTypeTache()
setTypeTache
public void setTypeTache(TypeTacheP typeTache)
getTache
public java.util.Set<TacheP> getTache()
setTache
public void setTache(java.util.Set<TacheP> tache)
Copyright © 2011. All Rights Reserved.