fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteVirtualComponentFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteVirtualComponentFullVO
- 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 |
RemoteVirtualComponentFullVO
public RemoteVirtualComponentFullVO()
RemoteVirtualComponentFullVO
public RemoteVirtualComponentFullVO(java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
RemoteVirtualComponentFullVO
public RemoteVirtualComponentFullVO(java.sql.Timestamp updateDate,
java.lang.Integer taxonNameId,
java.lang.Integer referenceTaxonId)
RemoteVirtualComponentFullVO
public RemoteVirtualComponentFullVO(RemoteVirtualComponentFullVO otherBean)
- Copies constructor from other RemoteVirtualComponentFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteVirtualComponentFullVO otherBean)
- Copies all properties from the argument value object into this value object.
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)
getReferenceTaxonId
public java.lang.Integer getReferenceTaxonId()
setReferenceTaxonId
public void setReferenceTaxonId(java.lang.Integer referenceTaxonId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.