public abstract class LocationHierarchyException extends Object implements Serializable, Comparable<LocationHierarchyException>
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 |
---|---|
int |
compareTo(LocationHierarchyException 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() |
Location |
getLocation()
Représente un lieu au sens général du terme.
|
LocationHierarchyExceptionPK |
getLocationHierarchyExceptionPk()
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.
|
void |
setChildSurfaceRatio(Float childSurfaceRatioIn) |
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setLocationHierarchyExceptionPk(LocationHierarchyExceptionPK locationHierarchyExceptionPkIn)
Set the composite primary key identifier class
|
void |
setParent(Location parentIn)
Représente un lieu au sens général du terme.
|
public LocationHierarchyException()
public LocationHierarchyExceptionPK getLocationHierarchyExceptionPk()
public void setLocationHierarchyExceptionPk(LocationHierarchyExceptionPK locationHierarchyExceptionPkIn)
locationHierarchyExceptionPkIn
- public Float getChildSurfaceRatio()
public void setChildSurfaceRatio(Float childSurfaceRatioIn)
childSurfaceRatioIn
- Floatpublic 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(LocationHierarchyException o)
compareTo
in interface Comparable<LocationHierarchyException>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.