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

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

public class ClusterTaxonGroupInformation
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterTaxonGroupInformation()
           
ClusterTaxonGroupInformation(ClusterTaxonGroupInformation otherBean)
          Copies constructor from other ClusterTaxonGroupInformation
ClusterTaxonGroupInformation(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
ClusterTaxonGroupInformation(java.lang.String description, java.sql.Timestamp updateDate, RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
 
Method Summary
 void copy(ClusterTaxonGroupInformation otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getDescription()
           
 RemoteReferenceDocumentNaturalId getReferenceDocumentNaturalId()
           
 RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setDescription(java.lang.String description)
           
 void setReferenceDocumentNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
 void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
 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

ClusterTaxonGroupInformation

public ClusterTaxonGroupInformation()

ClusterTaxonGroupInformation

public ClusterTaxonGroupInformation(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId,
                                    RemoteTaxonGroupNaturalId taxonGroupNaturalId)

ClusterTaxonGroupInformation

public ClusterTaxonGroupInformation(java.lang.String description,
                                    java.sql.Timestamp updateDate,
                                    RemoteReferenceDocumentNaturalId referenceDocumentNaturalId,
                                    RemoteTaxonGroupNaturalId taxonGroupNaturalId)

ClusterTaxonGroupInformation

public ClusterTaxonGroupInformation(ClusterTaxonGroupInformation otherBean)
Copies constructor from other ClusterTaxonGroupInformation

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

copy

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


getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getReferenceDocumentNaturalId

public RemoteReferenceDocumentNaturalId getReferenceDocumentNaturalId()

setReferenceDocumentNaturalId

public void setReferenceDocumentNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)

getTaxonGroupNaturalId

public RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()

setTaxonGroupNaturalId

public void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.