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

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

public class RemoteTaxonGroupInformationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTaxonGroupInformationFullVO()
           
RemoteTaxonGroupInformationFullVO(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
RemoteTaxonGroupInformationFullVO(RemoteTaxonGroupInformationFullVO otherBean)
          Copies constructor from other RemoteTaxonGroupInformationFullVO
RemoteTaxonGroupInformationFullVO(java.lang.String description, java.sql.Timestamp updateDate, java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 
Method Summary
 void copy(RemoteTaxonGroupInformationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getDescription()
           
 java.lang.Integer getReferenceDocumentId()
           
 java.lang.Integer getTaxonGroupId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setDescription(java.lang.String description)
           
 void setReferenceDocumentId(java.lang.Integer referenceDocumentId)
           
 void setTaxonGroupId(java.lang.Integer taxonGroupId)
           
 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

RemoteTaxonGroupInformationFullVO

public RemoteTaxonGroupInformationFullVO()

RemoteTaxonGroupInformationFullVO

public RemoteTaxonGroupInformationFullVO(java.lang.Integer referenceDocumentId,
                                         java.lang.Integer taxonGroupId)

RemoteTaxonGroupInformationFullVO

public RemoteTaxonGroupInformationFullVO(java.lang.String description,
                                         java.sql.Timestamp updateDate,
                                         java.lang.Integer referenceDocumentId,
                                         java.lang.Integer taxonGroupId)

RemoteTaxonGroupInformationFullVO

public RemoteTaxonGroupInformationFullVO(RemoteTaxonGroupInformationFullVO otherBean)
Copies constructor from other RemoteTaxonGroupInformationFullVO

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

copy

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

getTaxonGroupId

public java.lang.Integer getTaxonGroupId()

setTaxonGroupId

public void setTaxonGroupId(java.lang.Integer taxonGroupId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.