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,
Department recorderDepartment,
CatchBatch catchBatch)
Constructs a new instance of
BatchModel, taking all required and/or
read-only properties as arguments. |
static BatchModel |
newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Constructs a new instance of
BatchModel, taking all possible properties
(except the identifier(s))as arguments. |
public static BatchModel newInstance()
BatchModel.public static BatchModel newInstance(String name, Boolean isGlobal, Department recorderDepartment, CatchBatch catchBatch)
BatchModel, taking all required and/or
read-only properties as arguments.public static BatchModel newInstance(String name, Boolean isGlobal, Timestamp updateDate, Department recorderDepartment, CatchBatch catchBatch, Person recorderPerson)
BatchModel, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.