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

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

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

See Also:
Serialized Form

Constructor Summary
ContratP()
           
 
Method Summary
 ClientPartP getClientPart()
           
 ContratIdP getId()
           
 ProjetP getProjet()
           
 int getType()
           
 void setClientPart(ClientPartP clientPart)
           
 void setId(ContratIdP id)
           
 void setProjet(ProjetP projet)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContratP

public ContratP()
Method Detail

getId

public ContratIdP getId()

setId

public void setId(ContratIdP id)

getType

public int getType()

setType

public void setType(int type)

getClientPart

public ClientPartP getClientPart()

setClientPart

public void setClientPart(ClientPartP clientPart)

getProjet

public ProjetP getProjet()

setProjet

public void setProjet(ProjetP projet)


Copyright © 2011. All Rights Reserved.