public abstract class BatchModel extends Object implements Serializable, Comparable<BatchModel>
Modifier and Type | Class and Description |
---|---|
static class |
BatchModel.Factory
Constructs new instances of
BatchModel . |
Constructor and Description |
---|
BatchModel() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BatchModel o) |
boolean |
equals(Object object)
Returns
true if the argument is an BatchModel instance and all identifiers for this entity
equal the identifiers of the argument entity. |
CatchBatch |
getCatchBatch()
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Integer |
getId()
Identifiant interne
|
String |
getName()
Le nom du modèle d'arbre d'échantillonnage.
|
Department |
getRecorderDepartment()
Service d'appartenance d'une personne.
|
Person |
getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
Boolean |
isIsGlobal()
Indique si le modèle est global (visible par les autres utilisateurs) ou local
|
void |
setCatchBatch(CatchBatch catchBatchIn)
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
void |
setId(Integer idIn)
Identifiant interne
|
void |
setIsGlobal(Boolean isGlobalIn)
Indique si le modèle est global (visible par les autres utilisateurs) ou local
|
void |
setName(String nameIn)
Le nom du modèle d'arbre d'échantillonnage.
|
void |
setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
void |
setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
setUpdateDate(Timestamp updateDateIn) |
public BatchModel()
public String getName()
public void setName(String nameIn)
nameIn
- Stringpublic Boolean isIsGlobal()
public void setIsGlobal(Boolean isGlobalIn)
isGlobalIn
- Booleanpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic CatchBatch getCatchBatch()
public void setCatchBatch(CatchBatch catchBatchIn)
catchBatchIn
- CatchBatchpublic Person getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs, responsable de données, etc.
Les personnes liées aux activités professionnelles de pêche sont plutôt gérer dans VesselPerson.
Nombre de lignes : 100
public void setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs, responsable de données, etc.
Les personnes liées aux activités professionnelles de pêche sont plutôt gérer dans VesselPerson.
Nombre de lignes : 100
recorderPersonIn
- Personpublic Department getRecorderDepartment()
public void setRecorderDepartment(Department recorderDepartmentIn)
recorderDepartmentIn
- Departmentpublic boolean equals(Object object)
true
if the argument is an BatchModel instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(BatchModel o)
compareTo
in interface Comparable<BatchModel>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.