public abstract class TranscribingSystem extends Object implements Serializable
Système d'Information externes, pouvant établir des transcodage avec le système Allegro.
Exemple :
- Harmonie,
- SIPA,
- OFIMER : utilisé notamment via le flux SACROIS/RIC2 (données du Réseau Inter-Criée)
| Modifier and Type | Class and Description |
|---|---|
static class |
TranscribingSystem.Factory
Constructs new instances of
TranscribingSystem. |
| Constructor and Description |
|---|
TranscribingSystem() |
| 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 |
getDescription() |
Integer |
getId() |
String |
getLabel() |
String |
getName() |
Status |
getStatus() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setStatus(Status status) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
public void setId(Integer id)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.