public class RegulationArea2RegulationLocationPK extends Object implements Serializable, Comparable<RegulationArea2RegulationLocationPK>
Constructor and Description |
---|
RegulationArea2RegulationLocationPK() |
RegulationArea2RegulationLocationPK(LocationImpl location,
RegulationAreaImpl regulationArea) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RegulationArea2RegulationLocationPK o) |
boolean |
equals(Object object) |
LocationImpl |
getLocation() |
RegulationAreaImpl |
getRegulationArea() |
int |
hashCode() |
void |
setLocation(LocationImpl location) |
void |
setRegulationArea(RegulationAreaImpl regulationArea) |
public RegulationArea2RegulationLocationPK()
public RegulationArea2RegulationLocationPK(LocationImpl location, RegulationAreaImpl regulationArea)
public LocationImpl getLocation()
public void setLocation(LocationImpl location)
public RegulationAreaImpl getRegulationArea()
public void setRegulationArea(RegulationAreaImpl regulationArea)
public int compareTo(RegulationArea2RegulationLocationPK o)
compareTo
in interface Comparable<RegulationArea2RegulationLocationPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.