fr.ifremer.allegro.technical.synchronization.generic.cluster
Class ClusterDataSynchronization

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.technical.synchronization.generic.cluster.ClusterDataSynchronization
All Implemented Interfaces:
java.io.Serializable

public class ClusterDataSynchronization
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterDataSynchronization()
           
ClusterDataSynchronization(ClusterDataSynchronization otherBean)
          Copies constructor from other ClusterDataSynchronization
ClusterDataSynchronization(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String tableName, java.sql.Timestamp updateDate, java.lang.String vesselCode)
           
ClusterDataSynchronization(java.lang.String tableName, java.sql.Timestamp updateDate)
           
 
Method Summary
 void copy(ClusterDataSynchronization otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getId()
           
 java.lang.Integer getIdLocal()
           
 java.lang.String getTableName()
           
 java.sql.Timestamp getUpdateDate()
           
 java.lang.String getVesselCode()
           
 void setId(java.lang.Integer id)
           
 void setIdLocal(java.lang.Integer idLocal)
           
 void setTableName(java.lang.String tableName)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setVesselCode(java.lang.String vesselCode)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterDataSynchronization

public ClusterDataSynchronization()

ClusterDataSynchronization

public ClusterDataSynchronization(java.lang.String tableName,
                                  java.sql.Timestamp updateDate)

ClusterDataSynchronization

public ClusterDataSynchronization(java.lang.Integer id,
                                  java.lang.Integer idLocal,
                                  java.lang.String tableName,
                                  java.sql.Timestamp updateDate,
                                  java.lang.String vesselCode)

ClusterDataSynchronization

public ClusterDataSynchronization(ClusterDataSynchronization otherBean)
Copies constructor from other ClusterDataSynchronization

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(ClusterDataSynchronization otherBean)
Copies all properties from the argument value object into this value object.


getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getIdLocal

public java.lang.Integer getIdLocal()

setIdLocal

public void setIdLocal(java.lang.Integer idLocal)

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)


Copyright © 2008-2010 IFREMER. All Rights Reserved.