public static final class VesselOwner.Factory extends Object
VesselOwner
.Constructor and Description |
---|
VesselOwner.Factory() |
Modifier and Type | Method and Description |
---|---|
static VesselOwner |
newInstance()
Constructs a new instance of
VesselOwner . |
static VesselOwner |
newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Program program,
Location countryLocation,
Collection<RightToProduce> rightToProduces)
Constructs a new instance of
VesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwner |
newInstance(Timestamp updateDate,
Program program)
Constructs a new instance of
VesselOwner , taking all required and/or
read-only properties as arguments, except for identifiers. |
public VesselOwner.Factory()
public static VesselOwner newInstance()
VesselOwner
.public static VesselOwner newInstance(Timestamp updateDate, Program program)
VesselOwner
, taking all required and/or
read-only properties as arguments, except for identifiers.updateDate
- Timestampprogram
- Programpublic static VesselOwner newInstance(String registrationCode, String lastname, String firstname, String street, String zipCode, String city, String address, Date dateOfBirth, Date retirementDate, Boolean isInRetirement, Timestamp updateDate, String phoneNumber, String mobileNumber, String faxNumber, String email, Date activityStartDate, Program program, Location countryLocation, Collection<RightToProduce> rightToProduces)
VesselOwner
, taking all possible properties
(except the identifier(s))as arguments.registrationCode
- Stringlastname
- Stringfirstname
- Stringstreet
- StringzipCode
- Stringcity
- Stringaddress
- StringdateOfBirth
- DateretirementDate
- DateisInRetirement
- BooleanupdateDate
- TimestampphoneNumber
- StringmobileNumber
- StringfaxNumber
- Stringemail
- StringactivityStartDate
- Dateprogram
- ProgramcountryLocation
- LocationrightToProduces
- CollectionCopyright © 2012–2014 IFREMER. All rights reserved.