org.jeinnov.jeitime.persistence.bo.affecter
Class AffecterIdP

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

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

See Also:
Serialized Form

Constructor Summary
AffecterIdP()
           
AffecterIdP(int idColl, int idTache)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getIdColl()
           
 int getIdTache()
           
 int hashCode()
           
 void setIdColl(int idColl)
           
 void setIdTache(int idTache)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffecterIdP

public AffecterIdP()

AffecterIdP

public AffecterIdP(int idColl,
                   int idTache)
Method Detail

getIdTache

public int getIdTache()

setIdTache

public void setIdTache(int idTache)

getIdColl

public int getIdColl()

setIdColl

public void setIdColl(int idColl)

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.