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

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

public class ClusterReferenceDocument
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterReferenceDocument()
           
ClusterReferenceDocument(ClusterReferenceDocument otherBean)
          Copies constructor from other ClusterReferenceDocument
ClusterReferenceDocument(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String reference, java.util.Date publicationDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteAuthorNaturalId[] authorNaturalId, ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)
           
ClusterReferenceDocument(java.lang.String reference, java.util.Date creationDate, RemoteStatusNaturalId statusNaturalId, RemoteAuthorNaturalId[] authorNaturalId, ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)
           
 
Method Summary
 void copy(ClusterReferenceDocument otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteAuthorNaturalId[] getAuthorNaturalId()
           
 ClusterTaxonInformationHistory[] getClusterTaxonInformationHistorys()
           
 java.lang.String getComments()
           
 java.util.Date getCreationDate()
           
 java.lang.Integer getId()
           
 java.lang.Integer getIdLocal()
           
 java.util.Date getPublicationDate()
           
 java.lang.String getReference()
           
 RemoteStatusNaturalId getStatusNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setAuthorNaturalId(RemoteAuthorNaturalId[] authorNaturalId)
           
 void setClusterTaxonInformationHistorys(ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)
           
 void setComments(java.lang.String comments)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setId(java.lang.Integer id)
           
 void setIdLocal(java.lang.Integer idLocal)
           
 void setPublicationDate(java.util.Date publicationDate)
           
 void setReference(java.lang.String reference)
           
 void setStatusNaturalId(RemoteStatusNaturalId statusNaturalId)
           
 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

ClusterReferenceDocument

public ClusterReferenceDocument()

ClusterReferenceDocument

public ClusterReferenceDocument(java.lang.String reference,
                                java.util.Date creationDate,
                                RemoteStatusNaturalId statusNaturalId,
                                RemoteAuthorNaturalId[] authorNaturalId,
                                ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)

ClusterReferenceDocument

public ClusterReferenceDocument(java.lang.Integer id,
                                java.lang.Integer idLocal,
                                java.lang.String reference,
                                java.util.Date publicationDate,
                                java.lang.String comments,
                                java.util.Date creationDate,
                                java.sql.Timestamp updateDate,
                                RemoteStatusNaturalId statusNaturalId,
                                RemoteAuthorNaturalId[] authorNaturalId,
                                ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)

ClusterReferenceDocument

public ClusterReferenceDocument(ClusterReferenceDocument otherBean)
Copies constructor from other ClusterReferenceDocument

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

copy

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

getIdLocal

public java.lang.Integer getIdLocal()

setIdLocal

public void setIdLocal(java.lang.Integer idLocal)

getReference

public java.lang.String getReference()

setReference

public void setReference(java.lang.String reference)

getPublicationDate

public java.util.Date getPublicationDate()

setPublicationDate

public void setPublicationDate(java.util.Date publicationDate)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getStatusNaturalId

public RemoteStatusNaturalId getStatusNaturalId()

setStatusNaturalId

public void setStatusNaturalId(RemoteStatusNaturalId statusNaturalId)

getAuthorNaturalId

public RemoteAuthorNaturalId[] getAuthorNaturalId()

setAuthorNaturalId

public void setAuthorNaturalId(RemoteAuthorNaturalId[] authorNaturalId)

getClusterTaxonInformationHistorys

public ClusterTaxonInformationHistory[] getClusterTaxonInformationHistorys()

setClusterTaxonInformationHistorys

public void setClusterTaxonInformationHistorys(ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)


Copyright © 2008-2010 IFREMER. All Rights Reserved.