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

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

public class RemoteTaxonGroupHistoricalRecordFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTaxonGroupHistoricalRecordFullVO()
           
RemoteTaxonGroupHistoricalRecordFullVO(java.util.Date startDate, java.lang.Integer taxonGroupId, java.lang.Integer referenceTaxonId)
           
RemoteTaxonGroupHistoricalRecordFullVO(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, java.lang.Integer taxonGroupId, java.lang.Integer referenceTaxonId)
           
RemoteTaxonGroupHistoricalRecordFullVO(RemoteTaxonGroupHistoricalRecordFullVO otherBean)
          Copies constructor from other RemoteTaxonGroupHistoricalRecordFullVO
 
Method Summary
 void copy(RemoteTaxonGroupHistoricalRecordFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getComments()
           
 java.util.Date getEndDate()
           
 java.lang.Integer getId()
           
 java.lang.Integer getReferenceTaxonId()
           
 java.util.Date getStartDate()
           
 java.lang.Integer getTaxonGroupId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setComments(java.lang.String comments)
           
 void setEndDate(java.util.Date endDate)
           
 void setId(java.lang.Integer id)
           
 void setReferenceTaxonId(java.lang.Integer referenceTaxonId)
           
 void setStartDate(java.util.Date startDate)
           
 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

RemoteTaxonGroupHistoricalRecordFullVO

public RemoteTaxonGroupHistoricalRecordFullVO()

RemoteTaxonGroupHistoricalRecordFullVO

public RemoteTaxonGroupHistoricalRecordFullVO(java.util.Date startDate,
                                              java.lang.Integer taxonGroupId,
                                              java.lang.Integer referenceTaxonId)

RemoteTaxonGroupHistoricalRecordFullVO

public RemoteTaxonGroupHistoricalRecordFullVO(java.lang.Integer id,
                                              java.util.Date startDate,
                                              java.util.Date endDate,
                                              java.lang.String comments,
                                              java.sql.Timestamp updateDate,
                                              java.lang.Integer taxonGroupId,
                                              java.lang.Integer referenceTaxonId)

RemoteTaxonGroupHistoricalRecordFullVO

public RemoteTaxonGroupHistoricalRecordFullVO(RemoteTaxonGroupHistoricalRecordFullVO otherBean)
Copies constructor from other RemoteTaxonGroupHistoricalRecordFullVO

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

copy

public void copy(RemoteTaxonGroupHistoricalRecordFullVO otherBean)
Copies all properties from the argument value object into this value object.


getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getStartDate

public java.util.Date getStartDate()

setStartDate

public void setStartDate(java.util.Date startDate)

getEndDate

public java.util.Date getEndDate()

setEndDate

public void setEndDate(java.util.Date endDate)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTaxonGroupId

public java.lang.Integer getTaxonGroupId()

setTaxonGroupId

public void setTaxonGroupId(java.lang.Integer taxonGroupId)

getReferenceTaxonId

public java.lang.Integer getReferenceTaxonId()

setReferenceTaxonId

public void setReferenceTaxonId(java.lang.Integer referenceTaxonId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.