public class TypeAssociationToHonor
extends java.lang.Object
This class represents the Type Associations that need to be honored during the copy operation. This class enables the copy operation to look up the non-primary parent relationships from the descendants of source objects and associate the parent to corresponding copied object.
| Constructor and Description |
|---|
TypeAssociationToHonor(Id parentTypeId,
Id childTypeId)
Constructor to get the instance of TypeAssociationToHonor
|
| Modifier and Type | Method and Description |
|---|---|
Id |
getChildTypeId()
Gets the child type Id of the TypeAssociationToHonor
|
Id |
getParentTypeId()
Gets the non primary parent type Id of the TypeAssociationToHonor
|
void |
setChildTypeId(Id childTypeId)
Sets the child type Id of the TypeAssociationToHonor
|
void |
setParentTypeId(Id parentTypeId)
Sets the non primary parent type Id of the TypeAssociationToHonor
|
public Id getParentTypeId()
public void setParentTypeId(Id parentTypeId)
parentTypeId - non primary parent type Idpublic Id getChildTypeId()
public void setChildTypeId(Id childTypeId)
childTypeId - child type Id
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.