com.bea.ld.dsmediator.update
Class KeyPair
java.lang.Object
com.bea.ld.dsmediator.update.KeyPair
- All Implemented Interfaces:
- java.io.Serializable
- public class KeyPair
- extends java.lang.Object
- implements java.io.Serializable
Store the links for each parent and child attribute pair
Value from parent attribute will be automatically replicated to child attribute during decomposition
- See Also:
- Serialized Form
Constructor Summary |
KeyPair(java.lang.String containerPropertyName,
java.lang.String containedPropertyName)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
KeyPair
public KeyPair(java.lang.String containerPropertyName,
java.lang.String containedPropertyName)
- Parameters:
containerPropertyName
- containedPropertyName
-
getContainerPropertyName
public java.lang.String getContainerPropertyName()
- Returns:
- property name in container SDO
getContainedPropertyName
public java.lang.String getContainedPropertyName()
- Returns:
- property name in nested SDO
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object o)
getInvFuncList
public java.util.ArrayList getInvFuncList()
Copyright © 2006 BEA Systems Inc. All Rights Reserved.