public abstract class AggregationLevel extends Object implements Serializable, Comparable<AggregationLevel>
Modifier and Type | Class and Description |
---|---|
static class |
AggregationLevel.Factory
Constructs new instances of
AggregationLevel . |
Constructor and Description |
---|
AggregationLevel() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AggregationLevel o) |
boolean |
equals(Object object)
Returns
true if the argument is an AggregationLevel instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
Integer |
getRankOrder()
rang permettant de classer les niveau d'agrégation par ordre de précision : le niveau le plus
bas est 'aucune' (donnée brute), le niveau le plus haut pourrait etre 'année' (moyenne
annuelle)
|
Status |
getStatus()
Pour les données du référentiel, information permettant de déterminer si une donnée est
valide,
obsolète ou temporaire
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String commentsIn) |
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setName(String nameIn) |
void |
setRankOrder(Integer rankOrderIn)
rang permettant de classer les niveau d'agrégation par ordre de précision : le niveau le plus
bas est 'aucune' (donnée brute), le niveau le plus haut pourrait etre 'année' (moyenne
annuelle)
|
void |
setStatus(Status statusIn)
Pour les données du référentiel, information permettant de déterminer si une donnée est
valide,
obsolète ou temporaire
|
void |
setUpdateDate(Timestamp updateDateIn) |
public AggregationLevel()
public void setId(Integer idIn)
idIn
- Integerpublic Integer getRankOrder()
public void setRankOrder(Integer rankOrderIn)
rankOrderIn
- Integerpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Status getStatus()
public void setStatus(Status statusIn)
statusIn
- Statuspublic boolean equals(Object object)
true
if the argument is an AggregationLevel instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(AggregationLevel o)
compareTo
in interface Comparable<AggregationLevel>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.