|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.Location
public abstract class Location
Repr??sente un lieu au sens g??n??ral du terme. Il peut s'agir d'un lieu ponctuel, lin??aire ou surfacique.
Suivant sa classification et son niveau, il peut s'agir d'un secteur FAO, un port de p??che, un quartier maritime, une cri??e, etc.
Nombre de lignes : lieux terrestre : 4500 + secteurs : 11210 + strates : 1000 + localit??s : 200
Nested Class Summary | |
---|---|
static class |
Location.Factory
Constructs new instances of Location . |
Constructor Summary | |
---|---|
Location()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.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. |
java.lang.Integer |
getId()
Identifiant unique du lieu |
java.lang.String |
getLabel()
Code du lieuExemple : pour les ports : BR, SB |
java.util.Collection |
getLocationAreas()
|
LocationClassification |
getLocationClassification()
|
LocationLevel |
getLocationLevel()
|
java.util.Collection |
getLocationLines()
|
java.util.Collection |
getLocationPoints()
|
java.lang.String |
getName()
Libell?? du lieu |
Status |
getStatus()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setId(java.lang.Integer id)
|
void |
setLabel(java.lang.String label)
|
void |
setLocationAreas(java.util.Collection locationAreas)
|
void |
setLocationClassification(LocationClassification locationClassification)
|
void |
setLocationLevel(LocationLevel locationLevel)
|
void |
setLocationLines(java.util.Collection locationLines)
|
void |
setLocationPoints(java.util.Collection locationPoints)
|
void |
setName(java.lang.String name)
|
void |
setStatus(Status status)
|
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 Location()
Method Detail |
---|
public java.lang.Integer getId()
Identifiant unique du lieu
public void setId(java.lang.Integer id)
public java.lang.String getLabel()
Code du lieuExemple : pour les ports : BR, SB
public void setLabel(java.lang.String label)
public java.lang.String getName()
Libell?? du lieu
public void setName(java.lang.String name)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public LocationLevel getLocationLevel()
public void setLocationLevel(LocationLevel locationLevel)
public LocationClassification getLocationClassification()
public void setLocationClassification(LocationClassification locationClassification)
public Status getStatus()
public void setStatus(Status status)
public java.util.Collection getLocationAreas()
public void setLocationAreas(java.util.Collection locationAreas)
public java.util.Collection getLocationLines()
public void setLocationLines(java.util.Collection locationLines)
public java.util.Collection getLocationPoints()
public void setLocationPoints(java.util.Collection locationPoints)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |