public static final class ProcessingType.Factory extends Object
ProcessingType.| Constructor and Description |
|---|
ProcessingType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingType |
newInstance()
Constructs a new instance of
ProcessingType. |
static ProcessingType |
newInstance(Status status)
Constructs a new instance of
ProcessingType, taking all required and/or
read-only properties as arguments. |
static ProcessingType |
newInstance(String description,
Timestamp updateDate,
Status status,
Collection<ProcessingHistory> processingHistories)
Constructs a new instance of
ProcessingType, taking all possible properties
(except the identifier(s))as arguments. |
public static ProcessingType newInstance()
ProcessingType.public static ProcessingType newInstance(Status status)
ProcessingType, taking all required and/or
read-only properties as arguments.public static ProcessingType newInstance(String description, Timestamp updateDate, Status status, Collection<ProcessingHistory> processingHistories)
ProcessingType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.