public class GearAssociationPK extends Object implements Serializable, Comparable<GearAssociationPK>
Constructor and Description |
---|
GearAssociationPK() |
GearAssociationPK(GearImpl toGear,
GearImpl fromGear) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GearAssociationPK o) |
boolean |
equals(Object object) |
GearImpl |
getFromGear() |
GearImpl |
getToGear() |
int |
hashCode() |
void |
setFromGear(GearImpl fromGear) |
void |
setToGear(GearImpl toGear) |
public GearAssociationPK()
public GearAssociationPK(GearImpl toGear, GearImpl fromGear)
public GearImpl getFromGear()
public void setFromGear(GearImpl fromGear)
public int compareTo(GearAssociationPK o)
compareTo
in interface Comparable<GearAssociationPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.