public abstract class SpatialItem2Location extends Object implements Serializable, Comparable<SpatialItem2Location>
Modifier and Type | Class and Description |
---|---|
static class |
SpatialItem2Location.Factory
Constructs new instances of
SpatialItem2Location . |
Constructor and Description |
---|
SpatialItem2Location() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SpatialItem2Location 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. |
String |
getLocalizedName() |
Location |
getLocation()
Représente un lieu au sens général du terme.
|
SpatialItem |
getSpatialItem()
Présence d'un élément d'une liste du référentiel sur une ou plusieurs zones géographiques.
|
SpatialItem2LocationPK |
getSpatialItem2LocationPk()
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 |
setLocalizedName(String localizedNameIn) |
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setSpatialItem(SpatialItem spatialItemIn)
Présence d'un élément d'une liste du référentiel sur une ou plusieurs zones géographiques.
|
void |
setSpatialItem2LocationPk(SpatialItem2LocationPK spatialItem2LocationPkIn)
Set the composite primary key identifier class
|
public SpatialItem2Location()
public SpatialItem2LocationPK getSpatialItem2LocationPk()
public void setSpatialItem2LocationPk(SpatialItem2LocationPK spatialItem2LocationPkIn)
spatialItem2LocationPkIn
- public String getLocalizedName()
public void setLocalizedName(String localizedNameIn)
localizedNameIn
- Stringpublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic SpatialItem getSpatialItem()
public void setSpatialItem(SpatialItem spatialItemIn)
spatialItemIn
- SpatialItempublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(SpatialItem2Location o)
compareTo
in interface Comparable<SpatialItem2Location>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.