com.bea.ld.dsmediator.update
Class KeyPair

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getContainedPropertyName()
           
 java.lang.String getContainerPropertyName()
           
 java.util.ArrayList getInvFuncList()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPair

public KeyPair(java.lang.String containerPropertyName,
               java.lang.String containedPropertyName)
Parameters:
containerPropertyName -
containedPropertyName -
Method Detail

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.