public static final class TaxonomicLevel.Factory extends Object
TaxonomicLevel.| Constructor and Description |
|---|
TaxonomicLevel.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static TaxonomicLevel |
newInstance()
Constructs a new instance of
TaxonomicLevel. |
static TaxonomicLevel |
newInstance(Integer rank,
String name,
Date creationDate,
Status status)
Constructs a new instance of
TaxonomicLevel, taking all required and/or
read-only properties as arguments. |
static TaxonomicLevel |
newInstance(Integer rank,
String name,
String label,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<TaxonName> taxonNames)
Constructs a new instance of
TaxonomicLevel, taking all possible properties
(except the identifier(s))as arguments. |
public static TaxonomicLevel newInstance()
TaxonomicLevel.public static TaxonomicLevel newInstance(Integer rank, String name, Date creationDate, Status status)
TaxonomicLevel, taking all required and/or
read-only properties as arguments.public static TaxonomicLevel newInstance(Integer rank, String name, String label, String comments, Date creationDate, Timestamp updateDate, Status status, Collection<TaxonName> taxonNames)
TaxonomicLevel, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.