public abstract class LocationHierarchyException extends Object implements Serializable
Table permattant de tracer les exceptions de lien père/fils à ne jamais construire.
Cette table permet de gérer ces exception lors du remplissage de la table LOCATION_HIERARCHY.
Exemple :
- A est père de B
- B est père de C et D
Mais D n'est pas à rattacher à A (car l'empreinte géographique ne correspond pas)
=> Ajout d'une exception entre A et D.
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationHierarchyException.Factory
Constructs new instances of
LocationHierarchyException. |
| Constructor and Description |
|---|
LocationHierarchyException() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns
true if the argument is an LocationHierarchyException instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Float |
getChildSurfaceRatio() |
LocationHierarchyExceptionPK |
getLocationHierarchyExceptionPk() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setChildSurfaceRatio(Float childSurfaceRatio) |
void |
setLocationHierarchyExceptionPk(LocationHierarchyExceptionPK locationHierarchyExceptionPk) |
public LocationHierarchyExceptionPK getLocationHierarchyExceptionPk()
public void setLocationHierarchyExceptionPk(LocationHierarchyExceptionPK locationHierarchyExceptionPk)
public Float getChildSurfaceRatio()
public void setChildSurfaceRatio(Float childSurfaceRatio)
public int hashCode()
Copyright © 2013. All Rights Reserved.