public abstract class TranscribingItemType extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TranscribingItemType.Factory
Constructs new instances of
TranscribingItemType. |
| Constructor and Description |
|---|
TranscribingItemType() |
| 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() |
ObjectType |
getObjectType()
Nature de l'objet transcodé (Généralement, le nom de la table
portant l'entité)
|
Status |
getStatus() |
TranscribingSide |
getTranscribingSide()
Sens du transcodage
|
TranscribingSystem |
getTranscribingSystem()
Système de transcodage utilisé
|
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 |
setObjectType(ObjectType objectType) |
void |
setStatus(Status status) |
void |
setTranscribingSide(TranscribingSide transcribingSide) |
void |
setTranscribingSystem(TranscribingSystem transcribingSystem) |
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 ObjectType getObjectType()
Nature de l'objet transcodé (Généralement, le nom de la table portant l'entité)
public void setObjectType(ObjectType objectType)
public TranscribingSide getTranscribingSide()
Sens du transcodage
public void setTranscribingSide(TranscribingSide transcribingSide)
public Status getStatus()
public void setStatus(Status status)
public TranscribingSystem getTranscribingSystem()
Système de transcodage utilisé
public void setTranscribingSystem(TranscribingSystem transcribingSystem)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.