org.orange.kicsa.business.employee
Class EmployeeKey


public class EmployeeKey
implements Serializable

Author:
Jérôme Beau pour Orange (c) 2002
Version: 0.1, Initiale

Constructor Summary
EmployeeKey(int someId)
           

Method Summary
 booleanequals(Object someObject)
           
 intgetId()
           
 inthashCode()
           
 voidsetId(int id)
           
 StringtoString()
           

Constructor Detail

EmployeeKey

public EmployeeKey(int someId)
Method Detail

equals

public boolean equals(Object someObject)

getId

public int getId()

hashCode

public int hashCode()

setId

public void setId(int id)

toString

public String toString()

Dependency Links

to Class java.io.Serializable

to Class java.lang.Object

to Class java.lang.String