com.bea.ld.dsmediator.update
Class KeyPair

java.lang.Object
  |
  +--com.bea.ld.dsmediator.update.KeyPair

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()
           
 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()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object


Copyright © 2005 Bea Systems Inc. All Rights Reserved.