fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonInformationHistoryFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteTaxonInformationHistoryFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTaxonInformationHistoryFullVO()
           
RemoteTaxonInformationHistoryFullVO(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
           
RemoteTaxonInformationHistoryFullVO(RemoteTaxonInformationHistoryFullVO otherBean)
          Copies constructor from other RemoteTaxonInformationHistoryFullVO
RemoteTaxonInformationHistoryFullVO(java.lang.String description, java.sql.Timestamp updateDate, java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
           
 
Method Summary
 void copy(RemoteTaxonInformationHistoryFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getDescription()
           
 java.lang.Integer getReferenceDocumentId()
           
 java.lang.Integer getTaxonNameHistoryId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setDescription(java.lang.String description)
           
 void setReferenceDocumentId(java.lang.Integer referenceDocumentId)
           
 void setTaxonNameHistoryId(java.lang.Integer taxonNameHistoryId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonInformationHistoryFullVO

public RemoteTaxonInformationHistoryFullVO()

RemoteTaxonInformationHistoryFullVO

public RemoteTaxonInformationHistoryFullVO(java.lang.Integer referenceDocumentId,
                                           java.lang.Integer taxonNameHistoryId)

RemoteTaxonInformationHistoryFullVO

public RemoteTaxonInformationHistoryFullVO(java.lang.String description,
                                           java.sql.Timestamp updateDate,
                                           java.lang.Integer referenceDocumentId,
                                           java.lang.Integer taxonNameHistoryId)

RemoteTaxonInformationHistoryFullVO

public RemoteTaxonInformationHistoryFullVO(RemoteTaxonInformationHistoryFullVO otherBean)
Copies constructor from other RemoteTaxonInformationHistoryFullVO

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

copy

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

getReferenceDocumentId

public java.lang.Integer getReferenceDocumentId()

setReferenceDocumentId

public void setReferenceDocumentId(java.lang.Integer referenceDocumentId)

getTaxonNameHistoryId

public java.lang.Integer getTaxonNameHistoryId()

setTaxonNameHistoryId

public void setTaxonNameHistoryId(java.lang.Integer taxonNameHistoryId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.