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

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

Constructor Summary
NomTacheP()
           
 
Method Summary
 int getIdNomTache()
           
 java.lang.String getNomTache()
           
 java.util.Set<TacheP> getTache()
           
 TypeTacheP getTypeTache()
           
 void setIdNomTache(int idNomTache)
           
 void setNomTache(java.lang.String nomTache)
           
 void setTache(java.util.Set<TacheP> tache)
           
 void setTypeTache(TypeTacheP typeTache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NomTacheP

public NomTacheP()
Method Detail

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.