public abstract class InsertedItemHistory extends Object implements Serializable
Permet de tracer également les insertions, notamment pour retrouver le
traitement de chargement associé (ProcessingHistory).
Exemple : pour les positions VMS, on trace le flux d'origine de la
donnée, grâce à cette classe.
| Modifier and Type | Class and Description |
|---|---|
static class |
InsertedItemHistory.Factory
Constructs new instances of
InsertedItemHistory. |
| Constructor and Description |
|---|
InsertedItemHistory() |
| 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. |
Long |
getId() |
Integer |
getObjectId() |
ObjectType |
getObjectType() |
ProcessingHistory |
getProcessingHistory() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setObjectId(Integer objectId) |
void |
setObjectType(ObjectType objectType) |
void |
setProcessingHistory(ProcessingHistory processingHistory) |
void |
setUpdateDate(Timestamp updateDate) |
public Long getId()
public void setId(Long id)
public Integer getObjectId()
public void setObjectId(Integer objectId)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public ProcessingHistory getProcessingHistory()
public void setProcessingHistory(ProcessingHistory processingHistory)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.