public static final class TranscribingItem.Factory extends Object
TranscribingItem.| Constructor and Description |
|---|
TranscribingItem.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static TranscribingItem |
newInstance()
Constructs a new instance of
TranscribingItem. |
static TranscribingItem |
newInstance(Integer objectId,
String externalCode,
String objectCode,
Timestamp updateDate,
TranscribingItemType transcribingItemType)
Constructs a new instance of
TranscribingItem, taking all possible properties
(except the identifier(s))as arguments. |
static TranscribingItem |
newInstance(String externalCode,
TranscribingItemType transcribingItemType)
Constructs a new instance of
TranscribingItem, taking all required and/or
read-only properties as arguments. |
public static TranscribingItem newInstance()
TranscribingItem.public static TranscribingItem newInstance(String externalCode, TranscribingItemType transcribingItemType)
TranscribingItem, taking all required and/or
read-only properties as arguments.public static TranscribingItem newInstance(Integer objectId, String externalCode, String objectCode, Timestamp updateDate, TranscribingItemType transcribingItemType)
TranscribingItem, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.