|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.LocationAssociation
public abstract class LocationAssociation
Repr??sente une association entre un lieu parent et un lieu fils.
Nested Class Summary | |
---|---|
static class |
LocationAssociation.Factory
Constructs new instances of LocationAssociation . |
Constructor Summary | |
---|---|
LocationAssociation()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an LocationAssociation instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.lang.Float |
getChildSurfaceRatio()
Ratio de couverture (en surface) du lieu fils par rapport au lieu p??re. |
LocationAssociationPK |
getLocationAssociationPk()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
|
void |
setLocationAssociationPk(LocationAssociationPK locationAssociationPk)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationAssociation()
Method Detail |
---|
public LocationAssociationPK getLocationAssociationPk()
public void setLocationAssociationPk(LocationAssociationPK locationAssociationPk)
public java.lang.Float getChildSurfaceRatio()
Ratio de couverture (en surface) du lieu fils par rapport au lieu p??re. La valeur doit etre sup??rieure strictement ?? 0 et inf??rieur ou ??gale ?? 1.
Un Lieu qui a un ratio de surface de 1 n'a donc qu'un seul lieu p??re direct. Un lieu qui a un ratio de surface inf??rieur ?? 1 peu avoir potentiellement plusieurs lieux p??res directs.
public void setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
true
if the argument is an LocationAssociation instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |