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