public abstract class DepthGradient extends Object implements Serializable, Comparable<DepthGradient>
Modifier and Type | Class and Description |
---|---|
static class |
DepthGradient.Factory
Constructs new instances of
DepthGradient . |
Constructor and Description |
---|
DepthGradient() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DepthGradient o) |
boolean |
equals(Object object)
Returns
true if the argument is an DepthGradient instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
String |
getDescription() |
Integer |
getId()
Idenfiant interne.
|
String |
getLabel() |
String |
getName() |
Short |
getRankOrder()
Ordre de présentation du gradient, par rapports au autres gradient.
|
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 |
setDescription(String descriptionIn) |
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setLabel(String labelIn) |
void |
setName(String nameIn) |
void |
setRankOrder(Short rankOrderIn)
Ordre de présentation du gradient, par rapports au autres gradient.
|
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 DepthGradient()
public String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic void setId(Integer idIn)
idIn
- Integerpublic String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Short getRankOrder()
public void setRankOrder(Short rankOrderIn)
rankOrderIn
- Shortpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic Status getStatus()
public void setStatus(Status statusIn)
statusIn
- Statuspublic boolean equals(Object object)
true
if the argument is an DepthGradient instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(DepthGradient o)
compareTo
in interface Comparable<DepthGradient>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.