public abstract class LocationLevel extends Object implements Serializable, Comparable<LocationLevel>
Modifier and Type | Class and Description |
---|---|
static class |
LocationLevel.Factory
Constructs new instances of
LocationLevel . |
Constructor and Description |
---|
LocationLevel() |
Modifier and Type | Method and Description |
---|---|
boolean |
addLocationLevels(LocationLevel elementToAdd)
Niveaux de lieu fils
|
int |
compareTo(LocationLevel o) |
boolean |
equals(Object object)
Returns
true if the argument is an LocationLevel instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
String |
getDescription() |
Integer |
getId()
Idenfiant interne.
|
LocationClassification |
getLocationClassification()
Classification de lieu duquel dépend le niveau
|
Collection<LocationLevel> |
getLocationLevels()
Niveaux de lieu fils
|
String |
getName() |
LocationLevel |
getParentLocationLevel()
Niveau de lieu parent
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removeLocationLevels(LocationLevel elementToRemove)
Niveaux de lieu fils
|
void |
setComments(String commentsIn) |
void |
setDescription(String descriptionIn) |
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setLocationClassification(LocationClassification locationClassificationIn)
Classification de lieu duquel dépend le niveau
|
void |
setLocationLevels(Collection<LocationLevel> locationLevelsIn)
Niveaux de lieu fils
|
void |
setName(String nameIn) |
void |
setParentLocationLevel(LocationLevel parentLocationLevelIn)
Niveau de lieu parent
|
void |
setUpdateDate(Timestamp updateDateIn) |
public LocationLevel()
public String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic LocationLevel getParentLocationLevel()
public void setParentLocationLevel(LocationLevel parentLocationLevelIn)
parentLocationLevelIn
- LocationLevelpublic Collection<LocationLevel> getLocationLevels()
public void setLocationLevels(Collection<LocationLevel> locationLevelsIn)
locationLevelsIn
- Collectionpublic boolean addLocationLevels(LocationLevel elementToAdd)
elementToAdd
- LocationLevelpublic boolean removeLocationLevels(LocationLevel elementToRemove)
elementToRemove
- LocationLevelpublic LocationClassification getLocationClassification()
public void setLocationClassification(LocationClassification locationClassificationIn)
locationClassificationIn
- LocationClassificationpublic boolean equals(Object object)
true
if the argument is an LocationLevel instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(LocationLevel o)
compareTo
in interface Comparable<LocationLevel>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.