public static final class LocationLevel.Factory extends Object
LocationLevel
.Constructor and Description |
---|
LocationLevel.Factory() |
Modifier and Type | Method and Description |
---|---|
static LocationLevel |
newInstance()
Constructs a new instance of
LocationLevel . |
static LocationLevel |
newInstance(String name,
String description,
String comments,
Timestamp updateDate,
LocationLevel parentLocationLevel,
Collection<LocationLevel> locationLevels,
LocationClassification locationClassification)
Constructs a new instance of
LocationLevel , taking all possible properties
(except the identifier(s))as arguments. |
static LocationLevel |
newInstance(String name,
Timestamp updateDate,
LocationClassification locationClassification)
Constructs a new instance of
LocationLevel , taking all required and/or
read-only properties as arguments, except for identifiers. |
public LocationLevel.Factory()
public static LocationLevel newInstance()
LocationLevel
.public static LocationLevel newInstance(String name, Timestamp updateDate, LocationClassification locationClassification)
LocationLevel
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- StringupdateDate
- TimestamplocationClassification
- LocationClassificationpublic static LocationLevel newInstance(String name, String description, String comments, Timestamp updateDate, LocationLevel parentLocationLevel, Collection<LocationLevel> locationLevels, LocationClassification locationClassification)
LocationLevel
, taking all possible properties
(except the identifier(s))as arguments.name
- Stringdescription
- Stringcomments
- StringupdateDate
- TimestampparentLocationLevel
- LocationLevellocationLevels
- CollectionlocationClassification
- LocationClassificationCopyright © 2012–2014 IFREMER. All rights reserved.