org.jeinnov.jeitime.api.to.affecter
Class AffecterTO

java.lang.Object
  extended by org.jeinnov.jeitime.api.to.affecter.AffecterTO

public class AffecterTO
extends java.lang.Object


Constructor Summary
AffecterTO()
           
 
Method Summary
 int getAffecterIdP()
           
 CollaborateurTO getCollaborateur()
           
 int getIdCollab()
           
 int getIdProjet()
           
 int getIdTache()
           
 java.lang.String getNomProjet()
           
 ProjetTO getProjet()
           
 TacheTO getTache()
           
 void setAffecterIdP(int affecterIdP)
           
 void setCollaborateur(CollaborateurTO collaborateur)
           
 void setIdCollab(int idCollab)
           
 void setIdProjet(int idProjet)
           
 void setIdTache(int idTache)
           
 void setNomProjet(java.lang.String nomProjet)
           
 void setProjet(ProjetTO projet)
           
 void setTache(TacheTO tache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffecterTO

public AffecterTO()
Method Detail

getAffecterIdP

public int getAffecterIdP()

setAffecterIdP

public void setAffecterIdP(int affecterIdP)

getIdCollab

public int getIdCollab()

setIdCollab

public void setIdCollab(int idCollab)

getTache

public TacheTO getTache()

setTache

public void setTache(TacheTO tache)

getIdProjet

public int getIdProjet()

setIdProjet

public void setIdProjet(int idProjet)

getNomProjet

public java.lang.String getNomProjet()

setNomProjet

public void setNomProjet(java.lang.String nomProjet)

getCollaborateur

public CollaborateurTO getCollaborateur()

setCollaborateur

public void setCollaborateur(CollaborateurTO collaborateur)

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)

getProjet

public ProjetTO getProjet()

setProjet

public void setProjet(ProjetTO projet)


Copyright © 2011. All Rights Reserved.