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