public abstract class TranscribingSide extends Object implements Serializable, Comparable<TranscribingSide>
Modifier and Type | Class and Description |
---|---|
static class |
TranscribingSide.Factory
Constructs new instances of
TranscribingSide . |
Constructor and Description |
---|
TranscribingSide() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TranscribingSide o) |
boolean |
equals(Object object)
Returns
true if the argument is an TranscribingSide instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments()
Commentaire décrivant le rang taxinomique
|
String |
getDescription() |
Integer |
getId() |
String |
getName() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String commentsIn)
Commentaire décrivant le rang taxinomique
|
void |
setDescription(String descriptionIn) |
void |
setId(Integer idIn) |
void |
setName(String nameIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public TranscribingSide()
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 boolean equals(Object object)
true
if the argument is an TranscribingSide instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(TranscribingSide o)
compareTo
in interface Comparable<TranscribingSide>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.