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

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

@Embeddable
public class ContratIdP
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ContratIdP()
           
ContratIdP(int idClientPart, int idProjet)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getIdClientPart()
           
 int getIdProjet()
           
 int hashCode()
           
 void setIdClientPart(int idClientPart)
           
 void setIdProjet(int idProjet)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContratIdP

public ContratIdP()

ContratIdP

public ContratIdP(int idClientPart,
                  int idProjet)
Method Detail

getIdClientPart

public int getIdClientPart()

setIdClientPart

public void setIdClientPart(int idClientPart)

getIdProjet

public int getIdProjet()

setIdProjet

public void setIdProjet(int idProjet)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2011. All Rights Reserved.