fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonGroupHistoricalRecordFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.