Package ejava.examples.orm.rel.composite
Class ResidentPK
- java.lang.Object
-
- ejava.examples.orm.rel.composite.ResidentPK
-
- All Implemented Interfaces:
Serializable
public class ResidentPK extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
house
private int
residentId
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ResidentPK()
ResidentPK(int houseId, int residentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getHouseId()
int
getResidentId()
int
hashCode()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
house
private int house
-
residentId
private int residentId
-
-