fr.ifremer.allegro.referential.transcribing.generic.cluster
Class ClusterTranscribingTaxonGroup

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

public class ClusterTranscribingTaxonGroup
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterTranscribingTaxonGroup()
           
ClusterTranscribingTaxonGroup(ClusterTranscribingTaxonGroup otherBean)
          Copies constructor from other ClusterTranscribingTaxonGroup
ClusterTranscribingTaxonGroup(java.lang.String externalCode, RemoteTranscribingSystemNaturalId transcribingSystemNaturalId, RemoteTranscribingSideNaturalId transcribingSideNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
ClusterTranscribingTaxonGroup(java.lang.String externalCode, java.sql.Timestamp updateDate, RemoteTranscribingSystemNaturalId transcribingSystemNaturalId, RemoteTranscribingSideNaturalId transcribingSideNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
 
Method Summary
 void copy(ClusterTranscribingTaxonGroup otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getExternalCode()
           
 RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()
           
 RemoteTranscribingSideNaturalId getTranscribingSideNaturalId()
           
 RemoteTranscribingSystemNaturalId getTranscribingSystemNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setExternalCode(java.lang.String externalCode)
           
 void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
 void setTranscribingSideNaturalId(RemoteTranscribingSideNaturalId transcribingSideNaturalId)
           
 void setTranscribingSystemNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
           
 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

ClusterTranscribingTaxonGroup

public ClusterTranscribingTaxonGroup()

ClusterTranscribingTaxonGroup

public ClusterTranscribingTaxonGroup(java.lang.String externalCode,
                                     RemoteTranscribingSystemNaturalId transcribingSystemNaturalId,
                                     RemoteTranscribingSideNaturalId transcribingSideNaturalId,
                                     RemoteTaxonGroupNaturalId taxonGroupNaturalId)

ClusterTranscribingTaxonGroup

public ClusterTranscribingTaxonGroup(java.lang.String externalCode,
                                     java.sql.Timestamp updateDate,
                                     RemoteTranscribingSystemNaturalId transcribingSystemNaturalId,
                                     RemoteTranscribingSideNaturalId transcribingSideNaturalId,
                                     RemoteTaxonGroupNaturalId taxonGroupNaturalId)

ClusterTranscribingTaxonGroup

public ClusterTranscribingTaxonGroup(ClusterTranscribingTaxonGroup otherBean)
Copies constructor from other ClusterTranscribingTaxonGroup

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

copy

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


getExternalCode

public java.lang.String getExternalCode()

setExternalCode

public void setExternalCode(java.lang.String externalCode)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTranscribingSystemNaturalId

public RemoteTranscribingSystemNaturalId getTranscribingSystemNaturalId()

setTranscribingSystemNaturalId

public void setTranscribingSystemNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)

getTranscribingSideNaturalId

public RemoteTranscribingSideNaturalId getTranscribingSideNaturalId()

setTranscribingSideNaturalId

public void setTranscribingSideNaturalId(RemoteTranscribingSideNaturalId transcribingSideNaturalId)

getTaxonGroupNaturalId

public RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()

setTaxonGroupNaturalId

public void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.