public abstract class LocationHierarchyOverride extends Object implements Serializable, Comparable<LocationHierarchyOverride>
Modifier and Type | Class and Description |
---|---|
static class |
LocationHierarchyOverride.Factory
Constructs new instances of
LocationHierarchyOverride . |
Constructor and Description |
---|
LocationHierarchyOverride() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocationHierarchyOverride 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() |
Boolean |
getIsMainAssociation() |
Location |
getLocation()
Représente un lieu au sens général du terme.
|
LocationHierarchyOverridePK |
getLocationHierarchyOverridePk()
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 |
setIsMainAssociation(Boolean isMainAssociationIn) |
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setLocationHierarchyOverridePk(LocationHierarchyOverridePK locationHierarchyOverridePkIn)
Set the composite primary key identifier class
|
void |
setParent(Location parentIn)
Représente un lieu au sens général du terme.
|
public LocationHierarchyOverride()
public LocationHierarchyOverridePK getLocationHierarchyOverridePk()
public void setLocationHierarchyOverridePk(LocationHierarchyOverridePK locationHierarchyOverridePkIn)
locationHierarchyOverridePkIn
- public Float getChildSurfaceRatio()
public void setChildSurfaceRatio(Float childSurfaceRatioIn)
childSurfaceRatioIn
- Floatpublic Boolean getIsMainAssociation()
public void setIsMainAssociation(Boolean isMainAssociationIn)
isMainAssociationIn
- Booleanpublic Location getParent()
public void setParent(Location parentIn)
parentIn
- Locationpublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(LocationHierarchyOverride o)
compareTo
in interface Comparable<LocationHierarchyOverride>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.