public abstract class TranscribingItem extends Object implements Serializable, Comparable<TranscribingItem>
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 |
---|---|
int |
compareTo(TranscribingItem o) |
boolean |
equals(Object object)
Returns
true if the argument is an TranscribingItem instance and all identifiers for this entity
equal the identifiers of the argument entity. |
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 externalCodeIn) |
void |
setId(Integer idIn) |
void |
setObjectCode(String objectCodeIn) |
void |
setObjectId(Integer objectIdIn) |
void |
setTranscribingItemType(TranscribingItemType transcribingItemTypeIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public TranscribingItem()
public Integer getObjectId()
public void setObjectId(Integer objectIdIn)
objectIdIn
- Integerpublic String getExternalCode()
public void setExternalCode(String externalCodeIn)
externalCodeIn
- Stringpublic String getObjectCode()
public void setObjectCode(String objectCodeIn)
objectCodeIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic TranscribingItemType getTranscribingItemType()
public void setTranscribingItemType(TranscribingItemType transcribingItemTypeIn)
transcribingItemTypeIn
- TranscribingItemTypepublic boolean equals(Object object)
true
if the argument is an TranscribingItem instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(TranscribingItem o)
compareTo
in interface Comparable<TranscribingItem>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.