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

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

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

See Also:
Serialized Form

Constructor Summary
TypeProjetP()
           
 
Method Summary
 int getIdTypePro()
           
 java.lang.String getNomTypePro()
           
 java.util.Set<ProjetP> getProjets()
           
 void setIdTypePro(int idTypePro)
           
 void setNomTypePro(java.lang.String nomTypePro)
           
 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

TypeProjetP

public TypeProjetP()
Method Detail

getIdTypePro

public int getIdTypePro()

setIdTypePro

public void setIdTypePro(int idTypePro)

getNomTypePro

public java.lang.String getNomTypePro()

setNomTypePro

public void setNomTypePro(java.lang.String nomTypePro)

getProjets

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

setProjets

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


Copyright © 2011. All Rights Reserved.