public abstract class TranscribingItem extends Object implements Serializable
Entité transcodée
| Modifier and Type | Class and Description |
|---|---|
static class |
TranscribingItem.Factory
Constructs new instances of
TranscribingItem. |
| Constructor and Description |
|---|
TranscribingItem() |
| 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 |
getExternalCode() |
Integer |
getId() |
String |
getObjectCode() |
Integer |
getObjectId() |
TranscribingItemType |
getTranscribingItemType() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setExternalCode(String externalCode) |
void |
setId(Integer id) |
void |
setObjectCode(String objectCode) |
void |
setObjectId(Integer objectId) |
void |
setTranscribingItemType(TranscribingItemType transcribingItemType) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
public void setId(Integer id)
public Integer getObjectId()
public void setObjectId(Integer objectId)
public String getExternalCode()
public void setExternalCode(String externalCode)
public String getObjectCode()
public void setObjectCode(String objectCode)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public TranscribingItemType getTranscribingItemType()
public void setTranscribingItemType(TranscribingItemType transcribingItemType)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.