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

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

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

See Also:
Serialized Form

Constructor Summary
TypeTacheP()
           
TypeTacheP(int idTypeTache)
           
 
Method Summary
 int getIdTypeTache()
           
 java.util.Set<NomTacheP> getNomTaches()
           
 java.lang.String getNomTypeTache()
           
 void setIdTypeTache(int idTypeTache)
           
 void setNomTaches(java.util.Set<NomTacheP> nomTaches)
           
 void setNomTypeTache(java.lang.String nomTypeTache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTacheP

public TypeTacheP()

TypeTacheP

public TypeTacheP(int idTypeTache)
Method Detail

getIdTypeTache

public int getIdTypeTache()

setIdTypeTache

public void setIdTypeTache(int idTypeTache)

getNomTypeTache

public java.lang.String getNomTypeTache()

setNomTypeTache

public void setNomTypeTache(java.lang.String nomTypeTache)

getNomTaches

public java.util.Set<NomTacheP> getNomTaches()

setNomTaches

public void setNomTaches(java.util.Set<NomTacheP> nomTaches)


Copyright © 2011. All Rights Reserved.