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, except for identifiers. |
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 AnalysisInstrument.Factory()
public static AnalysisInstrument newInstance()
AnalysisInstrument
.public static AnalysisInstrument newInstance(String name, Status status)
AnalysisInstrument
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- Stringstatus
- Statuspublic static AnalysisInstrument newInstance(String name, String description, Timestamp updateDate, Status status)
AnalysisInstrument
, taking all possible properties
(except the identifier(s))as arguments.name
- Stringdescription
- StringupdateDate
- Timestampstatus
- StatusCopyright © 2012–2014 IFREMER. All rights reserved.