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

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

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

See Also:
Serialized Form

Constructor Summary
ThematiqueP()
           
 
Method Summary
 int getIdThematique()
           
 java.lang.String getNomThematique()
           
 java.util.Set<ProjetP> getProjets()
           
 void setIdThematique(int idThematique)
           
 void setNomThematique(java.lang.String nomThematique)
           
 void setProjets(java.util.Set<ProjetP> projets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThematiqueP

public ThematiqueP()
Method Detail

getIdThematique

public int getIdThematique()

setIdThematique

public void setIdThematique(int idThematique)

getNomThematique

public java.lang.String getNomThematique()

setNomThematique

public void setNomThematique(java.lang.String nomThematique)

getProjets

public java.util.Set<ProjetP> getProjets()

setProjets

public void setProjets(java.util.Set<ProjetP> projets)


Copyright © 2011. All Rights Reserved.