public static final class AggregationLevel.Factory extends Object
AggregationLevel
.Constructor and Description |
---|
AggregationLevel.Factory() |
Modifier and Type | Method and Description |
---|---|
static AggregationLevel |
newInstance()
Constructs a new instance of
AggregationLevel . |
static AggregationLevel |
newInstance(String name,
Integer rankOrder,
Timestamp updateDate,
Status status)
Constructs a new instance of
AggregationLevel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static AggregationLevel |
newInstance(String name,
Integer rankOrder,
Timestamp updateDate,
String comments,
Status status)
Constructs a new instance of
AggregationLevel , taking all possible properties
(except the identifier(s))as arguments. |
public AggregationLevel.Factory()
public static AggregationLevel newInstance()
AggregationLevel
.public static AggregationLevel newInstance(String name, Integer rankOrder, Timestamp updateDate, Status status)
AggregationLevel
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- StringrankOrder
- IntegerupdateDate
- Timestampstatus
- Statuspublic static AggregationLevel newInstance(String name, Integer rankOrder, Timestamp updateDate, String comments, Status status)
AggregationLevel
, taking all possible properties
(except the identifier(s))as arguments.name
- StringrankOrder
- IntegerupdateDate
- Timestampcomments
- Stringstatus
- StatusCopyright © 2012–2014 IFREMER. All rights reserved.