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

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

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

Constructs new instances of TaxonName.


Constructor Summary
TaxonName.Factory()
           
 
Method Summary
static TaxonName newInstance()
          Constructs a new instance of TaxonName.
static TaxonName newInstance(java.lang.String name, java.lang.Boolean isNaming, java.lang.Boolean isReferent, java.lang.Integer upperRank, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.util.Date startDate, java.util.Date creationDate, ReferenceTaxon referenceTaxon, TaxonomicLevel taxonomicLevel)
          Constructs a new instance of TaxonName, taking all required and/or read-only properties as arguments.
static TaxonName newInstance(java.lang.String name, java.lang.String completeName, java.lang.Boolean isNaming, java.lang.Boolean isReferent, java.lang.Integer upperRank, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ReferenceTaxon referenceTaxon, java.util.Collection childTaxonNames, TaxonName parentTaxonName, TaxonomicLevel taxonomicLevel, java.util.Collection taxonNamehistory, java.util.Collection parentTaxonNameHistory, Citation citation)
          Constructs a new instance of TaxonName, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonName.Factory

public TaxonName.Factory()
Method Detail

newInstance

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


newInstance

public static TaxonName newInstance(java.lang.String name,
                                    java.lang.Boolean isNaming,
                                    java.lang.Boolean isReferent,
                                    java.lang.Integer upperRank,
                                    java.lang.Boolean isVirtual,
                                    java.lang.Boolean isObsolete,
                                    java.lang.Boolean isTemporary,
                                    java.util.Date startDate,
                                    java.util.Date creationDate,
                                    ReferenceTaxon referenceTaxon,
                                    TaxonomicLevel taxonomicLevel)
Constructs a new instance of TaxonName, taking all required and/or read-only properties as arguments.


newInstance

public static TaxonName newInstance(java.lang.String name,
                                    java.lang.String completeName,
                                    java.lang.Boolean isNaming,
                                    java.lang.Boolean isReferent,
                                    java.lang.Integer upperRank,
                                    java.lang.Boolean isVirtual,
                                    java.lang.Boolean isObsolete,
                                    java.lang.Boolean isTemporary,
                                    java.util.Date startDate,
                                    java.util.Date endDate,
                                    java.lang.String comments,
                                    java.util.Date creationDate,
                                    java.sql.Timestamp updateDate,
                                    ReferenceTaxon referenceTaxon,
                                    java.util.Collection childTaxonNames,
                                    TaxonName parentTaxonName,
                                    TaxonomicLevel taxonomicLevel,
                                    java.util.Collection taxonNamehistory,
                                    java.util.Collection parentTaxonNameHistory,
                                    Citation citation)
Constructs a new instance of TaxonName, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.