public static final class BatchModel.Factory extends Object
BatchModel
.Constructor and Description |
---|
BatchModel.Factory() |
Modifier and Type | Method and Description |
---|---|
static BatchModel |
newInstance()
Constructs a new instance of
BatchModel . |
static BatchModel |
newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
CatchBatch catchBatch,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static BatchModel |
newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
CatchBatch catchBatch,
Person recorderPerson,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all possible properties
(except the identifier(s))as arguments. |
public BatchModel.Factory()
public static BatchModel newInstance()
BatchModel
.public static BatchModel newInstance(String name, Boolean isGlobal, Timestamp updateDate, CatchBatch catchBatch, Department recorderDepartment)
BatchModel
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- StringisGlobal
- BooleanupdateDate
- TimestampcatchBatch
- CatchBatchrecorderDepartment
- Departmentpublic static BatchModel newInstance(String name, Boolean isGlobal, Timestamp updateDate, CatchBatch catchBatch, Person recorderPerson, Department recorderDepartment)
BatchModel
, taking all possible properties
(except the identifier(s))as arguments.name
- StringisGlobal
- BooleanupdateDate
- TimestampcatchBatch
- CatchBatchrecorderPerson
- PersonrecorderDepartment
- DepartmentCopyright © 2012–2014 IFREMER. All rights reserved.