public abstract class LocationHierarchy extends Object implements Serializable, Comparable<LocationHierarchy>
Modifier and Type | Class and Description |
---|---|
static class |
LocationHierarchy.Factory
Constructs new instances of
LocationHierarchy . |
Constructor and Description |
---|
LocationHierarchy() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocationHierarchy 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. |
Float |
getChildSurfaceRatio()
Ratio de couverture (en surface) du lieu fils par rapport au lieu père.
|
Location |
getLocation()
Représente un lieu au sens général du terme.
|
LocationHierarchyPK |
getLocationHierarchyPk()
Get the composite primary key identifier class
|
Location |
getParent()
Représente un lieu au sens général du terme.
|
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.
|
Boolean |
isIsMainAssociation()
Indique si l'association est considérée comme la principale.
|
void |
setChildSurfaceRatio(Float childSurfaceRatioIn)
Ratio de couverture (en surface) du lieu fils par rapport au lieu père.
|
void |
setIsMainAssociation(Boolean isMainAssociationIn)
Indique si l'association est considérée comme la principale.
|
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setLocationHierarchyPk(LocationHierarchyPK locationHierarchyPkIn)
Set the composite primary key identifier class
|
void |
setParent(Location parentIn)
Représente un lieu au sens général du terme.
|
public LocationHierarchy()
public LocationHierarchyPK getLocationHierarchyPk()
public void setLocationHierarchyPk(LocationHierarchyPK locationHierarchyPkIn)
locationHierarchyPkIn
- public Float getChildSurfaceRatio()
public void setChildSurfaceRatio(Float childSurfaceRatioIn)
childSurfaceRatioIn
- Floatpublic Boolean isIsMainAssociation()
Indique si l'association est considérée comme la principale.
Dans le cas d'une zone en mer rattachée à plusieurs zones parente, cela permet de de récupérer qu'une seule zone (utiliser notamment pour le SIG SIH)
public void setIsMainAssociation(Boolean isMainAssociationIn)
Indique si l'association est considérée comme la principale.
Dans le cas d'une zone en mer rattachée à plusieurs zones parente, cela permet de de récupérer qu'une seule zone (utiliser notamment pour le SIG SIH)
isMainAssociationIn
- Booleanpublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic Location getParent()
public void setParent(Location parentIn)
parentIn
- Locationpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(LocationHierarchy o)
compareTo
in interface Comparable<LocationHierarchy>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.