public static final class ProcessingStatus.Factory extends Object
ProcessingStatus
.Constructor and Description |
---|
ProcessingStatus.Factory() |
Modifier and Type | Method and Description |
---|---|
static ProcessingStatus |
newInstance()
Constructs a new instance of
ProcessingStatus . |
static ProcessingStatus |
newInstance(String name,
Timestamp updateDate,
Status status)
Constructs a new instance of
ProcessingStatus , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ProcessingStatus |
newInstance(String name,
Timestamp updateDate,
String comments,
Status status,
Collection<ProcessingHistory> processingHistories)
Constructs a new instance of
ProcessingStatus , taking all possible properties
(except the identifier(s))as arguments. |
public ProcessingStatus.Factory()
public static ProcessingStatus newInstance()
ProcessingStatus
.public static ProcessingStatus newInstance(String name, Timestamp updateDate, Status status)
ProcessingStatus
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- StringupdateDate
- Timestampstatus
- Statuspublic static ProcessingStatus newInstance(String name, Timestamp updateDate, String comments, Status status, Collection<ProcessingHistory> processingHistories)
ProcessingStatus
, taking all possible properties
(except the identifier(s))as arguments.name
- StringupdateDate
- Timestampcomments
- Stringstatus
- StatusprocessingHistories
- CollectionCopyright © 2012–2014 IFREMER. All rights reserved.