Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.common.objects
Class SDCompositionUsage

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.common.objects.SDMappedUsage
      extended by oracle.apps.fnd.applseed.rt.common.objects.SDCompositionUsage

public class SDCompositionUsage
extends SDMappedUsage

Since:
release specific (what release of product did this appear in) This class reperesents a composite entity association (parent/child relationship). It inherits from SDMappedUsage and serves to "map" attributes between a child and its parent. A parent/child relationship is a special kind of reference relationship where the primary key of the child includes all the primary key attributs of the parent.
Version:
$Header: atgpf/applseed/src/java/oracle/apps/fnd/applseed/rt/common/objects/SDCompositionUsage.java /main/2 2008/11/06 14:30:33 sjanarth Exp $
Author:
sjanarth

Field Summary
 
Fields inherited from class oracle.apps.fnd.applseed.rt.common.objects.SDMappedUsage
destAttrs, srcAttrs
 
Constructor Summary
SDCompositionUsage(oracle.jbo.server.EntityAssociation ea, SDViewNode p, SDViewNode c)
           
 
Method Summary
 SDViewNode getChildNode()
           
 SDViewNode getParentNode()
           
 
Methods inherited from class oracle.apps.fnd.applseed.rt.common.objects.SDMappedUsage
getDestAttributeForSrc, getDestAttributes, getSrcAttributeForDest, getSrcAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDCompositionUsage

public SDCompositionUsage(oracle.jbo.server.EntityAssociation ea,
                          SDViewNode p,
                          SDViewNode c)
Method Detail

getParentNode

public SDViewNode getParentNode()

getChildNode

public SDViewNode getChildNode()

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.