public class LinkCreationInfo extends Object implements ILinkCreationInfo
| Constructor and Description |
|---|
LinkCreationInfo(Object businessObject)
Creates a new
LinkCreationInfo. |
LinkCreationInfo(Object[] businessObjects)
Creates a new
LinkCreationInfo. |
LinkCreationInfo(Object[] businessObjects,
String property)
Creates a new
LinkCreationInfo. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getBusinessObjects()
Gets the business objects.
|
String |
getProperty()
Gets the property.
|
public LinkCreationInfo(Object businessObject)
LinkCreationInfo.businessObject - the business objectpublic LinkCreationInfo(Object[] businessObjects)
LinkCreationInfo.businessObjects - the business objectspublic LinkCreationInfo(Object[] businessObjects, String property)
LinkCreationInfo.businessObjects - the business objectsproperty - the propertypublic Object[] getBusinessObjects()
ILinkCreationInfogetBusinessObjects in interface ILinkCreationInfopublic String getProperty()
ILinkCreationInfogetProperty in interface ILinkCreationInfo