public abstract class Matrix extends Object implements Serializable, Comparable<Matrix>
Modifier and Type | Class and Description |
---|---|
static class |
Matrix.Factory
Constructs new instances of
Matrix . |
Constructor and Description |
---|
Matrix() |
Modifier and Type | Method and Description |
---|---|
boolean |
addFractions(Fraction elementToAdd)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
int |
compareTo(Matrix o) |
boolean |
equals(Object object)
Returns
true if the argument is an Matrix instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
Date |
getCreationDate()
Date de création système du support.
|
String |
getDescription()
Description longue du support.
|
Collection<Fraction> |
getFractions()
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
Integer |
getId()
Identifiant numérique unique du support.
|
String |
getName()
Description courte du support.
|
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()
Date de mise à jour système du support.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removeFractions(Fraction elementToRemove)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
void |
setComments(String commentsIn) |
void |
setCreationDate(Date creationDateIn)
Date de création système du support.
|
void |
setDescription(String descriptionIn)
Description longue du support.
|
void |
setFractions(Collection<Fraction> fractionsIn)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
void |
setId(Integer idIn)
Identifiant numérique unique du support.
|
void |
setName(String nameIn)
Description courte du support.
|
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)
Date de mise à jour système du support.
|
public Matrix()
public Integer getId()
public void setId(Integer idIn)
idIn
- Integerpublic void setName(String nameIn)
nameIn
- Stringpublic String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Date getCreationDate()
public void setCreationDate(Date creationDateIn)
creationDateIn
- Datepublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic Collection<Fraction> getFractions()
public void setFractions(Collection<Fraction> fractionsIn)
fractionsIn
- Collectionpublic boolean addFractions(Fraction elementToAdd)
elementToAdd
- Fractionpublic boolean removeFractions(Fraction elementToRemove)
elementToRemove
- Fractionpublic Status getStatus()
public void setStatus(Status statusIn)
statusIn
- Statuspublic boolean equals(Object object)
true
if the argument is an Matrix instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(Matrix o)
compareTo
in interface Comparable<Matrix>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.