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

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

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

Constructs new instances of TaxonGroup.


Constructor Summary
TaxonGroup.Factory()
           
 
Method Summary
static TaxonGroup newInstance()
          Constructs a new instance of TaxonGroup.
static TaxonGroup newInstance(java.lang.String name, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, TaxonGroupType taxonGroupType, Status status)
          Constructs a new instance of TaxonGroup, taking all required and/or read-only properties as arguments.
static TaxonGroup newInstance(java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, TaxonGroupType taxonGroupType, Status status, java.util.Collection taxonGroupHistoricalRecords, java.util.Collection taxonGroupInformations, java.util.Collection childTaxonGroup, TaxonGroup parentTaxonGroup)
          Constructs a new instance of TaxonGroup, 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

TaxonGroup.Factory

public TaxonGroup.Factory()
Method Detail

newInstance

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


newInstance

public static TaxonGroup newInstance(java.lang.String name,
                                     java.lang.Boolean isChildGroupExclusive,
                                     java.lang.Boolean isUpdatable,
                                     java.util.Date creationDate,
                                     TaxonGroupType taxonGroupType,
                                     Status status)
Constructs a new instance of TaxonGroup, taking all required and/or read-only properties as arguments.


newInstance

public static TaxonGroup newInstance(java.lang.String label,
                                     java.lang.String name,
                                     java.lang.String comments,
                                     java.lang.Boolean isChildGroupExclusive,
                                     java.lang.Boolean isUpdatable,
                                     java.util.Date creationDate,
                                     java.sql.Timestamp updateDate,
                                     TaxonGroupType taxonGroupType,
                                     Status status,
                                     java.util.Collection taxonGroupHistoricalRecords,
                                     java.util.Collection taxonGroupInformations,
                                     java.util.Collection childTaxonGroup,
                                     TaxonGroup parentTaxonGroup)
Constructs a new instance of TaxonGroup, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.