org.jeinnov.jeitime.api.to.projet
Class TypeProjetTO

java.lang.Object
  extended by org.jeinnov.jeitime.api.to.projet.TypeProjetTO

public class TypeProjetTO
extends java.lang.Object


Constructor Summary
TypeProjetTO()
           
TypeProjetTO(int idTypeProj)
           
TypeProjetTO(int idTypeProj, java.lang.String nomTypePro)
           
 
Method Summary
 int getIdTypeProj()
           
 java.lang.String getNomTypePro()
           
 void setIdTypeProj(int idTypeProj)
           
 void setNomTypePro(java.lang.String nomTypePro)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProjetTO

public TypeProjetTO()

TypeProjetTO

public TypeProjetTO(int idTypeProj,
                    java.lang.String nomTypePro)

TypeProjetTO

public TypeProjetTO(int idTypeProj)
Method Detail

getIdTypeProj

public int getIdTypeProj()

setIdTypeProj

public void setIdTypeProj(int idTypeProj)

getNomTypePro

public java.lang.String getNomTypePro()

setNomTypePro

public void setNomTypePro(java.lang.String nomTypePro)


Copyright © 2011. All Rights Reserved.