public static final class AnalysisInstrument.Factory extends Object
AnalysisInstrument.| Constructor and Description |
|---|
AnalysisInstrument.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisInstrument |
newInstance()
Constructs a new instance of
AnalysisInstrument. |
static AnalysisInstrument |
newInstance(String name,
Status status)
Constructs a new instance of
AnalysisInstrument, taking all required and/or
read-only properties as arguments. |
static AnalysisInstrument |
newInstance(String name,
String description,
Timestamp updateDate,
Status status)
Constructs a new instance of
AnalysisInstrument, taking all possible properties
(except the identifier(s))as arguments. |
public static AnalysisInstrument newInstance()
AnalysisInstrument.public static AnalysisInstrument newInstance(String name, Status status)
AnalysisInstrument, taking all required and/or
read-only properties as arguments.public static AnalysisInstrument newInstance(String name, String description, Timestamp updateDate, Status status)
AnalysisInstrument, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.