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

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

public class NomTacheTO
extends java.lang.Object


Constructor Summary
NomTacheTO()
           
NomTacheTO(int idNomTache)
           
NomTacheTO(int idNomTache, java.lang.String nomTache)
           
NomTacheTO(int idNomTache, java.lang.String nomTache, TypeTacheTO typeTache)
           
NomTacheTO(int idNomTache, TypeTacheTO typeTache)
           
 
Method Summary
 int getIdNomTache()
           
 java.lang.String getNomTache()
           
 TypeTacheTO getTypeTache()
           
 void setIdNomTache(int idNomTache)
           
 void setNomTache(java.lang.String nomTache)
           
 void setTypeTache(TypeTacheTO typeTache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NomTacheTO

public NomTacheTO()

NomTacheTO

public NomTacheTO(int idNomTache,
                  java.lang.String nomTache)

NomTacheTO

public NomTacheTO(int idNomTache,
                  java.lang.String nomTache,
                  TypeTacheTO typeTache)

NomTacheTO

public NomTacheTO(int idNomTache,
                  TypeTacheTO typeTache)

NomTacheTO

public NomTacheTO(int idNomTache)
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 TypeTacheTO getTypeTache()

setTypeTache

public void setTypeTache(TypeTacheTO typeTache)


Copyright © 2011. All Rights Reserved.