fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonInformationFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteTaxonInformationFullVO
- 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 |
RemoteTaxonInformationFullVO
public RemoteTaxonInformationFullVO()
RemoteTaxonInformationFullVO
public RemoteTaxonInformationFullVO(java.lang.Integer taxonNameId,
java.lang.Integer referenceDocumentId)
RemoteTaxonInformationFullVO
public RemoteTaxonInformationFullVO(java.lang.String description,
java.sql.Timestamp updateDate,
java.lang.Integer taxonNameId,
java.lang.Integer referenceDocumentId)
RemoteTaxonInformationFullVO
public RemoteTaxonInformationFullVO(RemoteTaxonInformationFullVO otherBean)
- Copies constructor from other RemoteTaxonInformationFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteTaxonInformationFullVO 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)
getTaxonNameId
public java.lang.Integer getTaxonNameId()
setTaxonNameId
public void setTaxonNameId(java.lang.Integer taxonNameId)
getReferenceDocumentId
public java.lang.Integer getReferenceDocumentId()
setReferenceDocumentId
public void setReferenceDocumentId(java.lang.Integer referenceDocumentId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.