fr.ifremer.allegro.technical.synchronization
Class DataSynchronization
java.lang.Object
fr.ifremer.allegro.technical.synchronization.DataSynchronization
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataSynchronizationImpl
public abstract class DataSynchronization
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.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. |
java.lang.Integer |
getId()
|
java.lang.String |
getTableName()
|
java.sql.Timestamp |
getUpdateDate()
|
java.lang.String |
getVesselCode()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setId(java.lang.Integer id)
|
void |
setTableName(java.lang.String tableName)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
void |
setVesselCode(java.lang.String vesselCode)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DataSynchronization
public DataSynchronization()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getTableName
public java.lang.String getTableName()
setTableName
public void setTableName(java.lang.String tableName)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getVesselCode
public java.lang.String getVesselCode()
setVesselCode
public void setVesselCode(java.lang.String vesselCode)
equals
public boolean equals(java.lang.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.
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Returns a hash code based on this entity's identifiers.
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2008-2010 IFREMER. All Rights Reserved.