public abstract class RegulationArea2RegulationLocation extends Object implements Serializable, Comparable<RegulationArea2RegulationLocation>
Modifier and Type | Class and Description |
---|---|
static class |
RegulationArea2RegulationLocation.Factory
Constructs new instances of
RegulationArea2RegulationLocation . |
Constructor and Description |
---|
RegulationArea2RegulationLocation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RegulationArea2RegulationLocation o) |
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
Location |
getLocation()
Représente un lieu au sens général du terme.
|
RegulationArea |
getRegulationArea() |
RegulationArea2RegulationLocationPK |
getRegulationArea2RegulationLocationPk()
Get the composite primary key identifier class
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setRegulationArea(RegulationArea regulationAreaIn) |
void |
setRegulationArea2RegulationLocationPk(RegulationArea2RegulationLocationPK regulationArea2RegulationLocationPkIn)
Set the composite primary key identifier class
|
public RegulationArea2RegulationLocation()
public RegulationArea2RegulationLocationPK getRegulationArea2RegulationLocationPk()
public void setRegulationArea2RegulationLocationPk(RegulationArea2RegulationLocationPK regulationArea2RegulationLocationPkIn)
regulationArea2RegulationLocationPkIn
- public Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic RegulationArea getRegulationArea()
public void setRegulationArea(RegulationArea regulationAreaIn)
regulationAreaIn
- RegulationAreapublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(RegulationArea2RegulationLocation o)
compareTo
in interface Comparable<RegulationArea2RegulationLocation>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.