|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.LocationLevel
public abstract class LocationLevel
Niveau de lieu, ou cat??gorie. Il s'agit d'un regroupement de haut niveau d'un ensemble de lieux de meme nature g??ographique.
Par exemple, pour la classification de lieu "Secteur maritime", on aura :
- Zone FAO,
- Sous-Zone FAO,
- Division CIEM,
- Sous-division CIEM
- etc.
Pour la classification de lieu "lieux territoriaux", on aura :
- Pays
- Region,
- D??partement,
- Quartier Maritme,
- Port
- ...
On pourra trouver d'autre niveau de lieu, comme :
- implantation Ifremer
- laboratoire c??tier, ...
Nested Class Summary | |
---|---|
static class |
LocationLevel.Factory
Constructs new instances of LocationLevel . |
Constructor Summary | |
---|---|
LocationLevel()
|
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()
|
LocationClassification |
getLocationClassification()
|
java.util.Collection |
getLocationLevels()
|
java.lang.String |
getName()
|
LocationLevel |
getParentLocationLevel()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setId(java.lang.Integer id)
|
void |
setLocationClassification(LocationClassification locationClassification)
|
void |
setLocationLevels(java.util.Collection locationLevels)
|
void |
setName(java.lang.String name)
|
void |
setParentLocationLevel(LocationLevel parentLocationLevel)
|
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 LocationLevel()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public java.util.Collection getLocationLevels()
public void setLocationLevels(java.util.Collection locationLevels)
public LocationLevel getParentLocationLevel()
public void setParentLocationLevel(LocationLevel parentLocationLevel)
public LocationClassification getLocationClassification()
public void setLocationClassification(LocationClassification locationClassification)
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 |