public abstract class TranscribingItem extends Object implements Serializable, Comparable<TranscribingItem>
Modifier and Type | Class and Description |
---|---|
static class |
TranscribingItem.Factory
Constructs new instances of
TranscribingItem . |
Constructor and Description |
---|
TranscribingItem() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TranscribingItem o) |
boolean |
equals(Object object)
Returns
true if the argument is an TranscribingItem instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments()
Commentaire décrivant le rang taxinomique
|
String |
getExternalCode() |
Integer |
getId() |
String |
getObjectCode()
Code de l'objet (si la table correspondante a une colonne alphanumérique CODE).
|
Integer |
getObjectId()
Identifiant interne de l'objet (si la table correspondante a une colonne numérique ID).
|
TranscribingItemType |
getTranscribingItemType()
Système de transcodage utilisé
|
Timestamp |
getUpdateDate() |
ValidityStatus |
getValidityStatus()
Etat de validation d'une donnée du référentiel.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String commentsIn)
Commentaire décrivant le rang taxinomique
|
void |
setExternalCode(String externalCodeIn) |
void |
setId(Integer idIn) |
void |
setObjectCode(String objectCodeIn)
Code de l'objet (si la table correspondante a une colonne alphanumérique CODE).
|
void |
setObjectId(Integer objectIdIn)
Identifiant interne de l'objet (si la table correspondante a une colonne numérique ID).
|
void |
setTranscribingItemType(TranscribingItemType transcribingItemTypeIn)
Système de transcodage utilisé
|
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setValidityStatus(ValidityStatus validityStatusIn)
Etat de validation d'une donnée du référentiel.
|
public TranscribingItem()
public Integer getObjectId()
public void setObjectId(Integer objectIdIn)
objectIdIn
- Integerpublic String getObjectCode()
public void setObjectCode(String objectCodeIn)
objectCodeIn
- Stringpublic String getExternalCode()
public void setExternalCode(String externalCodeIn)
externalCodeIn
- Stringpublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic ValidityStatus getValidityStatus()
public void setValidityStatus(ValidityStatus validityStatusIn)
validityStatusIn
- ValidityStatuspublic TranscribingItemType getTranscribingItemType()
public void setTranscribingItemType(TranscribingItemType transcribingItemTypeIn)
transcribingItemTypeIn
- TranscribingItemTypepublic boolean equals(Object object)
true
if the argument is an TranscribingItem instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(TranscribingItem o)
compareTo
in interface Comparable<TranscribingItem>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.