public static final class DeclaredDocumentReference.Factory extends Object
DeclaredDocumentReference.| Constructor and Description |
|---|
DeclaredDocumentReference.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static DeclaredDocumentReference |
newInstance()
Constructs a new instance of
DeclaredDocumentReference. |
static DeclaredDocumentReference |
newInstance(String synchronizationStatus,
Date documentDate,
Date creationDate,
Department recorderDepartment,
Vessel vessel,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
DeclaredDocumentReference, taking all required and/or
read-only properties as arguments. |
static DeclaredDocumentReference |
newInstance(String synchronizationStatus,
String reference,
String fileName,
Date documentDate,
String otherDocumentReference,
String firstSheetNumber,
String lastSheetNumber,
Short sheetCount,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips,
Collection<SurveyMeasurement> surveyMeasurements)
Constructs a new instance of
DeclaredDocumentReference, taking all possible properties
(except the identifier(s))as arguments. |
public static DeclaredDocumentReference newInstance()
DeclaredDocumentReference.public static DeclaredDocumentReference newInstance(String synchronizationStatus, Date documentDate, Date creationDate, Department recorderDepartment, Vessel vessel, QualityFlag qualityFlag, Program program)
DeclaredDocumentReference, taking all required and/or
read-only properties as arguments.public static DeclaredDocumentReference newInstance(String synchronizationStatus, String reference, String fileName, Date documentDate, String otherDocumentReference, String firstSheetNumber, String lastSheetNumber, Short sheetCount, String comments, Date creationDate, Date controlDate, Date validationDate, Date qualificationDate, String qualificationComments, Timestamp updateDate, Department recorderDepartment, Person recorderPerson, Vessel vessel, QualityFlag qualityFlag, Program program, Collection<DeclaredDocumentReference> childDeclaredDocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Collection<Sale> sales, Collection<FishingTrip> fishingTrips, Collection<SurveyMeasurement> surveyMeasurements)
DeclaredDocumentReference, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.