public class LocationAssociationPK extends Object implements Serializable, Comparable<LocationAssociationPK>
Constructor and Description |
---|
LocationAssociationPK() |
LocationAssociationPK(LocationImpl parentLocation,
LocationImpl childLocation) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocationAssociationPK o) |
boolean |
equals(Object object) |
LocationImpl |
getChildLocation() |
LocationImpl |
getParentLocation() |
int |
hashCode() |
void |
setChildLocation(LocationImpl childLocation) |
void |
setParentLocation(LocationImpl parentLocation) |
public LocationAssociationPK()
public LocationAssociationPK(LocationImpl parentLocation, LocationImpl childLocation)
public LocationImpl getParentLocation()
public void setParentLocation(LocationImpl parentLocation)
public LocationImpl getChildLocation()
public void setChildLocation(LocationImpl childLocation)
public int compareTo(LocationAssociationPK o)
compareTo
in interface Comparable<LocationAssociationPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.