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

E22564-02

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

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.common.objects.SDMappedUsage
Direct Known Subclasses:
SDCompositionUsage, SDReferenceUsage

public abstract class SDMappedUsage
extends java.lang.Object

Since:
release specific (what release of product did this appear in) This class is a generic metadata container for a set of attributes that have to be mapped to some other set of attributes (like in a ViewLink, for instance).
Version:
$Header: atgpf/applseed/src/java/oracle/apps/fnd/applseed/rt/common/objects/SDMappedUsage.java /main/4 2009/04/01 04:13:11 pariga Exp $
Author:
sjanarth

Field Summary
protected  oracle.jbo.AttributeDef[] destAttrs
           
protected  oracle.jbo.AttributeDef[] srcAttrs
           
 
Constructor Summary
protected SDMappedUsage()
           
 
Method Summary
 oracle.jbo.AttributeDef getDestAttributeForSrc(oracle.jbo.AttributeDef srcAttr)
          Method returns the destination attribute for the srcAttr.
 oracle.jbo.AttributeDef[] getDestAttributes()
          Method returns Array of destination attributes.
 oracle.jbo.AttributeDef getSrcAttributeForDest(oracle.jbo.AttributeDef destAttr)
          Method returns the Source attribute for the destAttr.
 oracle.jbo.AttributeDef[] getSrcAttributes()
          Method returns Array of source attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

srcAttrs

protected oracle.jbo.AttributeDef[] srcAttrs

destAttrs

protected oracle.jbo.AttributeDef[] destAttrs
Constructor Detail

SDMappedUsage

protected SDMappedUsage()
Method Detail

getSrcAttributes

public oracle.jbo.AttributeDef[] getSrcAttributes()
Method returns Array of source attributes.

Returns:
Source attributes.

getDestAttributes

public oracle.jbo.AttributeDef[] getDestAttributes()
Method returns Array of destination attributes.

Returns:
Destination attributes

getSrcAttributeForDest

public oracle.jbo.AttributeDef getSrcAttributeForDest(oracle.jbo.AttributeDef destAttr)
Method returns the Source attribute for the destAttr. If the map of the viewlinkusage does not contain the destAttr, null is returned.

Parameters:
destAttr - destination attribute
Returns:
source attribute

getDestAttributeForSrc

public oracle.jbo.AttributeDef getDestAttributeForSrc(oracle.jbo.AttributeDef srcAttr)
Method returns the destination attribute for the srcAttr. If the map of the viewlinkusage does not contain the srcAttr, null is returned.

Parameters:
srcAttr - source attribute
Returns:
destination attribute

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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.