fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonGroupHistoricalRecordNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordNaturalId
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteTaxonGroupHistoricalRecordNaturalId
- extends RemoteNaturalIdAbstract
- 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 |
RemoteTaxonGroupHistoricalRecordNaturalId
public RemoteTaxonGroupHistoricalRecordNaturalId()
RemoteTaxonGroupHistoricalRecordNaturalId
public RemoteTaxonGroupHistoricalRecordNaturalId(java.util.Date startDate,
RemoteTaxonGroupNaturalId taxonGroup,
RemoteReferenceTaxonNaturalId referenceTaxon)
RemoteTaxonGroupHistoricalRecordNaturalId
public RemoteTaxonGroupHistoricalRecordNaturalId(RemoteTaxonGroupHistoricalRecordNaturalId otherBean)
- Copies constructor from other RemoteTaxonGroupHistoricalRecordNaturalId
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteTaxonGroupHistoricalRecordNaturalId otherBean)
- Copies all properties from the argument value object into this value object.
getStartDate
public java.util.Date getStartDate()
setStartDate
public void setStartDate(java.util.Date startDate)
getTaxonGroup
public RemoteTaxonGroupNaturalId getTaxonGroup()
setTaxonGroup
public void setTaxonGroup(RemoteTaxonGroupNaturalId taxonGroup)
getReferenceTaxon
public RemoteReferenceTaxonNaturalId getReferenceTaxon()
setReferenceTaxon
public void setReferenceTaxon(RemoteReferenceTaxonNaturalId referenceTaxon)
Copyright © 2008-2010 IFREMER. All Rights Reserved.