public static final class LinkedItemType.Factory extends Object
LinkedItemType.| Constructor and Description |
|---|
LinkedItemType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedItemType |
newInstance()
Constructs a new instance of
LinkedItemType. |
static LinkedItemType |
newInstance(String name,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Constructs a new instance of
LinkedItemType, taking all required and/or
read-only properties as arguments. |
static LinkedItemType |
newInstance(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Constructs a new instance of
LinkedItemType, taking all possible properties
(except the identifier(s))as arguments. |
public static LinkedItemType newInstance()
LinkedItemType.public static LinkedItemType newInstance(String name, Program toProgram, Status status, ObjectType toObjectType, ObjectType fromObjectType, Program fromProgram)
LinkedItemType, taking all required and/or
read-only properties as arguments.public static LinkedItemType newInstance(String name, String description, Timestamp updateDate, Program toProgram, Status status, ObjectType toObjectType, ObjectType fromObjectType, Program fromProgram)
LinkedItemType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.