public static final class PlaygroundVesselOwner.Factory extends Object
PlaygroundVesselOwner
.Constructor and Description |
---|
PlaygroundVesselOwner.Factory() |
Modifier and Type | Method and Description |
---|---|
static PlaygroundVesselOwner |
newInstance()
Constructs a new instance of
PlaygroundVesselOwner . |
static PlaygroundVesselOwner |
newInstance(String code,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate,
FishingTrip fishingTrip)
Constructs a new instance of
PlaygroundVesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundVesselOwner |
newInstance(String code,
Timestamp updateDate)
Constructs a new instance of
PlaygroundVesselOwner , taking all required and/or
read-only properties as arguments, except for identifiers. |
public PlaygroundVesselOwner.Factory()
public static PlaygroundVesselOwner newInstance()
PlaygroundVesselOwner
.public static PlaygroundVesselOwner newInstance(String code, Timestamp updateDate)
PlaygroundVesselOwner
, taking all required and/or
read-only properties as arguments, except for identifiers.code
- StringupdateDate
- Timestamppublic static PlaygroundVesselOwner newInstance(String code, String lastname, String firstname, String street, String zipCode, String city, Timestamp updateDate, FishingTrip fishingTrip)
PlaygroundVesselOwner
, taking all possible properties
(except the identifier(s))as arguments.code
- Stringlastname
- Stringfirstname
- Stringstreet
- StringzipCode
- Stringcity
- StringupdateDate
- TimestampfishingTrip
- FishingTripCopyright © 2012–2014 IFREMER. All rights reserved.