|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.taxon.TaxonName.Factory
public static final class TaxonName.Factory
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 |
---|
public TaxonName.Factory()
Method Detail |
---|
public static TaxonName newInstance()
TaxonName
.
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)
TaxonName
, taking all required and/or
read-only properties as arguments.
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)
TaxonName
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |