public abstract class BatchModel extends Object implements Serializable
| 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 |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
CatchBatch |
getCatchBatch() |
Integer |
getId()
Identifiant interne
|
Boolean |
getIsGlobal()
Indique si le modèle est global (visible par les autres
utilisateurs) ou local
|
String |
getName()
Le nom du modèle d'arbre d'échantillonnage.
|
Department |
getRecorderDepartment() |
Person |
getRecorderPerson() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCatchBatch(CatchBatch catchBatch) |
void |
setId(Integer id) |
void |
setIsGlobal(Boolean isGlobal) |
void |
setName(String name) |
void |
setRecorderDepartment(Department recorderDepartment) |
void |
setRecorderPerson(Person recorderPerson) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Identifiant interne
public void setId(Integer id)
public String getName()
Le nom du modèle d'arbre d'échantillonnage.
public void setName(String name)
public Boolean getIsGlobal()
Indique si le modèle est global (visible par les autres utilisateurs) ou local
public void setIsGlobal(Boolean isGlobal)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Department getRecorderDepartment()
public void setRecorderDepartment(Department recorderDepartment)
public CatchBatch getCatchBatch()
public void setCatchBatch(CatchBatch catchBatch)
public Person getRecorderPerson()
public void setRecorderPerson(Person recorderPerson)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.