public static final class SystemVersion.Factory extends Object
SystemVersion
.Constructor and Description |
---|
SystemVersion.Factory() |
Modifier and Type | Method and Description |
---|---|
static SystemVersion |
newInstance()
Constructs a new instance of
SystemVersion . |
static SystemVersion |
newInstance(String label,
Date creationDate,
Timestamp updateDate)
Constructs a new instance of
SystemVersion , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SystemVersion |
newInstance(String label,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Constructs a new instance of
SystemVersion , taking all possible properties
(except the identifier(s))as arguments. |
public SystemVersion.Factory()
public static SystemVersion newInstance()
SystemVersion
.public static SystemVersion newInstance(String label, Date creationDate, Timestamp updateDate)
SystemVersion
, taking all required and/or
read-only properties as arguments, except for identifiers.label
- StringcreationDate
- DateupdateDate
- Timestamppublic static SystemVersion newInstance(String label, String description, Date creationDate, String comments, Timestamp updateDate)
SystemVersion
, taking all possible properties
(except the identifier(s))as arguments.label
- Stringdescription
- StringcreationDate
- Datecomments
- StringupdateDate
- TimestampCopyright © 2012–2014 IFREMER. All rights reserved.