fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonInformationHistoryFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.