public abstract class DeletedItemHistory extends Object implements Serializable
Permet de tracer les suppressions d’entités (marée, vente, etc), notamment afin que ces suppressions soient importées dans les bases locales d'Allegro.
| Modifier and Type | Class and Description |
|---|---|
static class |
DeletedItemHistory.Factory
Constructs new instances of
DeletedItemHistory. |
| Constructor and Description |
|---|
DeletedItemHistory() |
| 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 |
getComments()
Commentaire sur la suppression (optionnel).
|
Integer |
getId()
Idenfiant interne.
|
String |
getObjectCode() |
Long |
getObjectId()
Identifiant de l'entité supprimée, correspondant généralement à
la colonne ID de la table concernée.
|
ObjectType |
getObjectType()
|
ProcessingHistory |
getProcessingHistory() |
Department |
getRecorderDepartment() |
Person |
getRecorderPerson() |
Timestamp |
getUpdateDate() |
String |
getVesselCode()
(=VESSEL_FK) Si la suppression concerne un navire, on trace le
code du navire, afin d'optimiser les synchronisations des
utilisateurs qui ne sont pas concernés par ce navire.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String comments) |
void |
setId(Integer id) |
void |
setObjectCode(String objectCode) |
void |
setObjectId(Long objectId) |
void |
setObjectType(ObjectType objectType) |
void |
setProcessingHistory(ProcessingHistory processingHistory) |
void |
setRecorderDepartment(Department recorderDepartment) |
void |
setRecorderPerson(Person recorderPerson) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setVesselCode(String vesselCode) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getVesselCode()
(=VESSEL_FK) Si la suppression concerne un navire, on trace le code du navire, afin d'optimiser les synchronisations des utilisateurs qui ne sont pas concernés par ce navire.
public void setVesselCode(String vesselCode)
public Long getObjectId()
Identifiant de l'entité supprimée, correspondant généralement à la colonne ID de la table concernée.
public void setObjectId(Long objectId)
public String getComments()
Commentaire sur la suppression (optionnel).
public void setComments(String comments)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public String getObjectCode()
public void setObjectCode(String objectCode)
public ObjectType getObjectType()
Type d'entité supprimée.
Généralement, on utilise le nom de la table principale de l'entité.
Exemple :
- FISHING_TRIP
- SALE
- PRODUCE
- etc.
public void setObjectType(ObjectType objectType)
public Department getRecorderDepartment()
public void setRecorderDepartment(Department recorderDepartment)
public Person getRecorderPerson()
public void setRecorderPerson(Person recorderPerson)
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.