fr.ifremer.allegro.referential.taxon.generic.cluster
Class ClusterVirtualComponent

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

public class ClusterVirtualComponent
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterVirtualComponent()
           
ClusterVirtualComponent(ClusterVirtualComponent otherBean)
          Copies constructor from other ClusterVirtualComponent
ClusterVirtualComponent(RemoteTaxonNameNaturalId taxonNameNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
ClusterVirtualComponent(java.sql.Timestamp updateDate, RemoteTaxonNameNaturalId taxonNameNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 
Method Summary
 void copy(ClusterVirtualComponent otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteReferenceTaxonNaturalId getReferenceTaxonNaturalId()
           
 RemoteTaxonNameNaturalId getTaxonNameNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setReferenceTaxonNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 void setTaxonNameNaturalId(RemoteTaxonNameNaturalId taxonNameNaturalId)
           
 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

ClusterVirtualComponent

public ClusterVirtualComponent()

ClusterVirtualComponent

public ClusterVirtualComponent(RemoteTaxonNameNaturalId taxonNameNaturalId,
                               RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)

ClusterVirtualComponent

public ClusterVirtualComponent(java.sql.Timestamp updateDate,
                               RemoteTaxonNameNaturalId taxonNameNaturalId,
                               RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)

ClusterVirtualComponent

public ClusterVirtualComponent(ClusterVirtualComponent otherBean)
Copies constructor from other ClusterVirtualComponent

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

copy

public void copy(ClusterVirtualComponent 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)

getTaxonNameNaturalId

public RemoteTaxonNameNaturalId getTaxonNameNaturalId()

setTaxonNameNaturalId

public void setTaxonNameNaturalId(RemoteTaxonNameNaturalId taxonNameNaturalId)

getReferenceTaxonNaturalId

public RemoteReferenceTaxonNaturalId getReferenceTaxonNaturalId()

setReferenceTaxonNaturalId

public void setReferenceTaxonNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.