public abstract class RegulationArea extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RegulationArea.Factory
Constructs new instances of
RegulationArea. |
| Constructor and Description |
|---|
RegulationArea() |
| Modifier and Type | Method and Description |
|---|---|
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. |
DepthGradient |
getDepthGradient() |
DistanceToCoastGradient |
getDistanceToCoastGradient() |
Fishery |
getFishery() |
Integer |
getId()
Idenfiant interne.
|
Location |
getLocation() |
NearbySpecificArea |
getNearbySpecificArea() |
Collection<RegulationArea2RegulationLocation> |
getRegulationLocation() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDepthGradient(DepthGradient depthGradient) |
void |
setDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient) |
void |
setFishery(Fishery fishery) |
void |
setId(Integer id) |
void |
setLocation(Location location) |
void |
setNearbySpecificArea(NearbySpecificArea nearbySpecificArea) |
void |
setRegulationLocation(Collection<RegulationArea2RegulationLocation> regulationLocation) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public Location getLocation()
public void setLocation(Location location)
public Collection<RegulationArea2RegulationLocation> getRegulationLocation()
public void setRegulationLocation(Collection<RegulationArea2RegulationLocation> regulationLocation)
public NearbySpecificArea getNearbySpecificArea()
public void setNearbySpecificArea(NearbySpecificArea nearbySpecificArea)
public DepthGradient getDepthGradient()
public void setDepthGradient(DepthGradient depthGradient)
public Fishery getFishery()
public void setFishery(Fishery fishery)
public DistanceToCoastGradient getDistanceToCoastGradient()
public void setDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.