fr.ifremer.allegro.referential.taxon
Class TaxonGroupHistoricalRecord.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord.Factory
Enclosing class:
TaxonGroupHistoricalRecord

public static final class TaxonGroupHistoricalRecord.Factory
extends java.lang.Object

Constructs new instances of TaxonGroupHistoricalRecord.


Constructor Summary
TaxonGroupHistoricalRecord.Factory()
           
 
Method Summary
static TaxonGroupHistoricalRecord newInstance()
          Constructs a new instance of TaxonGroupHistoricalRecord.
static TaxonGroupHistoricalRecord newInstance(java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
          Constructs a new instance of TaxonGroupHistoricalRecord, taking all possible properties (except the identifier(s))as arguments.
static TaxonGroupHistoricalRecord newInstance(java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
          Constructs a new instance of TaxonGroupHistoricalRecord, taking all required and/or read-only properties as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonGroupHistoricalRecord.Factory

public TaxonGroupHistoricalRecord.Factory()
Method Detail

newInstance

public static TaxonGroupHistoricalRecord newInstance()
Constructs a new instance of TaxonGroupHistoricalRecord.


newInstance

public static TaxonGroupHistoricalRecord newInstance(java.util.Date startDate,
                                                     TaxonGroup taxonGroup,
                                                     ReferenceTaxon referenceTaxon)
Constructs a new instance of TaxonGroupHistoricalRecord, taking all required and/or read-only properties as arguments.


newInstance

public static TaxonGroupHistoricalRecord newInstance(java.util.Date startDate,
                                                     java.util.Date endDate,
                                                     java.lang.String comments,
                                                     java.sql.Timestamp updateDate,
                                                     TaxonGroup taxonGroup,
                                                     ReferenceTaxon referenceTaxon)
Constructs a new instance of TaxonGroupHistoricalRecord, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.