public abstract class LocationAssociation extends Object implements Serializable, Comparable<LocationAssociation>
Modifier and Type | Class and Description |
---|---|
static class |
LocationAssociation.Factory
Constructs new instances of
LocationAssociation . |
Constructor and Description |
---|
LocationAssociation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocationAssociation 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. |
Location |
getChildLocation()
Représente un lieu au sens général du terme.
|
Float |
getChildSurfaceRatio()
Ratio de couverture (en surface) du lieu fils par rapport au lieu père.
|
LocationAssociationPK |
getLocationAssociationPk()
Get the composite primary key identifier class
|
Location |
getParentLocation()
Représente un lieu au sens général du terme.
|
Timestamp |
getUpdateDate() |
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 |
setChildLocation(Location childLocationIn)
Représente un lieu au sens général du terme.
|
void |
setChildSurfaceRatio(Float childSurfaceRatioIn)
Ratio de couverture (en surface) du lieu fils par rapport au lieu père.
|
void |
setLocationAssociationPk(LocationAssociationPK locationAssociationPkIn)
Set the composite primary key identifier class
|
void |
setParentLocation(Location parentLocationIn)
Représente un lieu au sens général du terme.
|
void |
setUpdateDate(Timestamp updateDateIn) |
public LocationAssociation()
public LocationAssociationPK getLocationAssociationPk()
public void setLocationAssociationPk(LocationAssociationPK locationAssociationPkIn)
locationAssociationPkIn
- public Float getChildSurfaceRatio()
public void setChildSurfaceRatio(Float childSurfaceRatioIn)
childSurfaceRatioIn
- Floatpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic Location getParentLocation()
public void setParentLocation(Location parentLocationIn)
parentLocationIn
- Locationpublic Location getChildLocation()
public void setChildLocation(Location childLocationIn)
childLocationIn
- Locationpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(LocationAssociation o)
compareTo
in interface Comparable<LocationAssociation>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.