public class MarriagePK extends Object implements Serializable
Constructor and Description |
---|
MarriagePK(int husband,
int wife) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
getHusband() |
int |
getWife() |
int |
hashCode() |
void |
setHusband(int husband) |
void |
setWife(int wife) |
Copyright © 2015 Joseph Hendrix