fr.ifremer.allegro.referential.gear.generic.cluster
Class ClusterGearAssociation

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearAssociation
All Implemented Interfaces:
java.io.Serializable

public class ClusterGearAssociation
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterGearAssociation()
           
ClusterGearAssociation(ClusterGearAssociation otherBean)
          Copies constructor from other ClusterGearAssociation
ClusterGearAssociation(RemoteGearNaturalId toGearNaturalId, RemoteGearNaturalId fromGearNaturalId)
           
ClusterGearAssociation(java.sql.Timestamp updateDate, RemoteGearNaturalId toGearNaturalId, RemoteGearNaturalId fromGearNaturalId)
           
 
Method Summary
 void copy(ClusterGearAssociation otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteGearNaturalId getFromGearNaturalId()
           
 RemoteGearNaturalId getToGearNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setFromGearNaturalId(RemoteGearNaturalId fromGearNaturalId)
           
 void setToGearNaturalId(RemoteGearNaturalId toGearNaturalId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
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

ClusterGearAssociation

public ClusterGearAssociation()

ClusterGearAssociation

public ClusterGearAssociation(RemoteGearNaturalId toGearNaturalId,
                              RemoteGearNaturalId fromGearNaturalId)

ClusterGearAssociation

public ClusterGearAssociation(java.sql.Timestamp updateDate,
                              RemoteGearNaturalId toGearNaturalId,
                              RemoteGearNaturalId fromGearNaturalId)

ClusterGearAssociation

public ClusterGearAssociation(ClusterGearAssociation otherBean)
Copies constructor from other ClusterGearAssociation

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

copy

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


getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getToGearNaturalId

public RemoteGearNaturalId getToGearNaturalId()

setToGearNaturalId

public void setToGearNaturalId(RemoteGearNaturalId toGearNaturalId)

getFromGearNaturalId

public RemoteGearNaturalId getFromGearNaturalId()

setFromGearNaturalId

public void setFromGearNaturalId(RemoteGearNaturalId fromGearNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.