public abstract class ProcessingType extends Object implements Serializable
Type de traitement.
Exemple :
- SIH_ISCAPT - Importation des LogBook au format
SACAPT
- SIH_IAVMS - Importation des positions brutes VMS
- etc.
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingType.Factory
Constructs new instances of
ProcessingType. |
| Constructor and Description |
|---|
ProcessingType() |
| 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. |
String |
getCode()
|
String |
getDescription()
Explications succintes de l'objet du traitement.
|
Collection<ProcessingHistory> |
getProcessingHistories() |
Status |
getStatus()
Indique si le type de traitement est encore actif ou non.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setProcessingHistories(Collection<ProcessingHistory> processingHistories) |
void |
setStatus(Status status) |
void |
setUpdateDate(Timestamp updateDate) |
public String getCode()
Code représentant le traitement.
Exemple :
- SIH_ISCAPT
- SIH_VMS
etc.
public void setCode(String code)
public String getDescription()
Explications succintes de l'objet du traitement.
public void setDescription(String description)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Status getStatus()
Indique si le type de traitement est encore actif ou non.
public void setStatus(Status status)
public Collection<ProcessingHistory> getProcessingHistories()
public void setProcessingHistories(Collection<ProcessingHistory> processingHistories)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.