org.jeinnov.jeitime.persistence.bo.projet
Class ContratP
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContratP
public ContratP()
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.