fr.ifremer.allegro.referential.vessel
Class VesselMaster.Factory
java.lang.Object
fr.ifremer.allegro.referential.vessel.VesselMaster.Factory
- Enclosing class:
- VesselMaster
public static final class VesselMaster.Factory
- extends java.lang.Object
Constructs new instances of VesselMaster
.
Method Summary |
static VesselMaster |
newInstance()
Constructs a new instance of VesselMaster . |
static VesselMaster |
newInstance(java.lang.String registrationCode,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipcode,
java.lang.String city,
java.util.Date dateOfBirth,
java.util.Date retirementDate,
java.sql.Timestamp updateDate)
Constructs a new instance of VesselMaster , taking all possible properties
(except the identifier(s))as arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VesselMaster.Factory
public VesselMaster.Factory()
newInstance
public static VesselMaster newInstance()
- Constructs a new instance of
VesselMaster
.
newInstance
public static VesselMaster newInstance(java.lang.String registrationCode,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipcode,
java.lang.String city,
java.util.Date dateOfBirth,
java.util.Date retirementDate,
java.sql.Timestamp updateDate)
- Constructs a new instance of
VesselMaster
, taking all possible properties
(except the identifier(s))as arguments.
Copyright © 2008-2010 IFREMER. All Rights Reserved.