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

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

public class ClusterTaxonGroupHistoricalRecord
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterTaxonGroupHistoricalRecord()
           
ClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord otherBean)
          Copies constructor from other ClusterTaxonGroupHistoricalRecord
ClusterTaxonGroupHistoricalRecord(java.util.Date startDate, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
ClusterTaxonGroupHistoricalRecord(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 
Method Summary
 void copy(ClusterTaxonGroupHistoricalRecord otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getComments()
           
 java.util.Date getEndDate()
           
 java.lang.Integer getId()
           
 RemoteReferenceTaxonNaturalId getReferenceTaxonNaturalId()
           
 java.util.Date getStartDate()
           
 RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setComments(java.lang.String comments)
           
 void setEndDate(java.util.Date endDate)
           
 void setId(java.lang.Integer id)
           
 void setReferenceTaxonNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 void setStartDate(java.util.Date startDate)
           
 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

ClusterTaxonGroupHistoricalRecord

public ClusterTaxonGroupHistoricalRecord()

ClusterTaxonGroupHistoricalRecord

public ClusterTaxonGroupHistoricalRecord(java.util.Date startDate,
                                         RemoteTaxonGroupNaturalId taxonGroupNaturalId,
                                         RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)

ClusterTaxonGroupHistoricalRecord

public ClusterTaxonGroupHistoricalRecord(java.lang.Integer id,
                                         java.util.Date startDate,
                                         java.util.Date endDate,
                                         java.lang.String comments,
                                         java.sql.Timestamp updateDate,
                                         RemoteTaxonGroupNaturalId taxonGroupNaturalId,
                                         RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)

ClusterTaxonGroupHistoricalRecord

public ClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord otherBean)
Copies constructor from other ClusterTaxonGroupHistoricalRecord

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

copy

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

getStartDate

public java.util.Date getStartDate()

setStartDate

public void setStartDate(java.util.Date startDate)

getEndDate

public java.util.Date getEndDate()

setEndDate

public void setEndDate(java.util.Date endDate)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTaxonGroupNaturalId

public RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()

setTaxonGroupNaturalId

public void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)

getReferenceTaxonNaturalId

public RemoteReferenceTaxonNaturalId getReferenceTaxonNaturalId()

setReferenceTaxonNaturalId

public void setReferenceTaxonNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.