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,
Timestamp updateDate,
Status status)
Constructs a new instance of
TaxonomicLevel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static TaxonomicLevel |
newInstance(Integer rank,
String name,
String label,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<TaxonName> taxonNames,
Status status)
Constructs a new instance of
TaxonomicLevel , taking all possible properties
(except the identifier(s))as arguments. |
public TaxonomicLevel.Factory()
public static TaxonomicLevel newInstance()
TaxonomicLevel
.public static TaxonomicLevel newInstance(Integer rank, String name, Date creationDate, Timestamp updateDate, Status status)
TaxonomicLevel
, taking all required and/or
read-only properties as arguments, except for identifiers.rank
- Integername
- StringcreationDate
- DateupdateDate
- Timestampstatus
- Statuspublic static TaxonomicLevel newInstance(Integer rank, String name, String label, String comments, Date creationDate, Timestamp updateDate, Collection<TaxonName> taxonNames, Status status)
TaxonomicLevel
, taking all possible properties
(except the identifier(s))as arguments.rank
- Integername
- Stringlabel
- Stringcomments
- StringcreationDate
- DateupdateDate
- TimestamptaxonNames
- Collectionstatus
- StatusCopyright © 2012–2014 IFREMER. All rights reserved.