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

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by 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

Constructor Summary
RemoteVirtualComponentFullVO()
           
RemoteVirtualComponentFullVO(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
RemoteVirtualComponentFullVO(RemoteVirtualComponentFullVO otherBean)
          Copies constructor from other RemoteVirtualComponentFullVO
RemoteVirtualComponentFullVO(java.sql.Timestamp updateDate, java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
 
Method Summary
 void copy(RemoteVirtualComponentFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getReferenceTaxonId()
           
 java.lang.Integer getTaxonNameId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setReferenceTaxonId(java.lang.Integer referenceTaxonId)
           
 void setTaxonNameId(java.lang.Integer taxonNameId)
           
 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

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
Method Detail

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.