public static final class LinkedItem.Factory extends Object
LinkedItem.| Constructor and Description |
|---|
LinkedItem.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedItem |
newInstance()
Constructs a new instance of
LinkedItem. |
static LinkedItem |
newInstance(Integer fromObjectId,
String fromObjectCode,
Integer toObjectId,
String toObjectCode,
Date startDate,
Date endDate,
Timestamp updateDate,
LinkedItemType linkedItemType)
Constructs a new instance of
LinkedItem, taking all possible properties
(except the identifier(s))as arguments. |
static LinkedItem |
newInstance(LinkedItemType linkedItemType)
Constructs a new instance of
LinkedItem, taking all required and/or
read-only properties as arguments. |
public static LinkedItem newInstance()
LinkedItem.public static LinkedItem newInstance(LinkedItemType linkedItemType)
LinkedItem, taking all required and/or
read-only properties as arguments.public static LinkedItem newInstance(Integer fromObjectId, String fromObjectCode, Integer toObjectId, String toObjectCode, Date startDate, Date endDate, Timestamp updateDate, LinkedItemType linkedItemType)
LinkedItem, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.