Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-06

oracle.apps.fnd.applxdf.xdfapi
Class FKReference

java.lang.Object
  extended by oracle.apps.fnd.applxdf.xdfapi.FKReference

public final class FKReference
extends java.lang.Object

A bean contains a Foreign Key(FK) reference information.

Author:
izhang <irene.zhang@oracle.com>

Constructor Summary
FKReference()
          Default Constructor.
FKReference(java.lang.String szName, java.lang.String szSchema, java.util.ArrayList refColList)
          Constructor with input reference name, schema, and column list.
 
Method Summary
 java.util.ArrayList getRefColList()
          Get the reference column list.
 java.lang.String getRefObjName()
          Retrieves the name of the FK reference object.
 java.lang.String getRefSchemaName()
          Retrieves the reference schema name of this reference object.
 void setRefColList(java.util.ArrayList refColList)
          Set the reference column list.
 void setRefObjName(java.lang.String szName)
          Set the name of this reference object.
 void setRefSchemaName(java.lang.String szSchema)
          Set the reference schema name.
 java.lang.String toString()
          Ovewrite Root perent, Object's toString() to print out detail of FKReference object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FKReference

public FKReference()
Default Constructor.


FKReference

public FKReference(java.lang.String szName,
                   java.lang.String szSchema,
                   java.util.ArrayList refColList)
Constructor with input reference name, schema, and column list.

Parameters:
szName -
szSchema -
refColList -
Method Detail

setRefObjName

public void setRefObjName(java.lang.String szName)
Set the name of this reference object.

Parameters:
szName -

getRefObjName

public java.lang.String getRefObjName()
Retrieves the name of the FK reference object.

Returns:
string

setRefSchemaName

public void setRefSchemaName(java.lang.String szSchema)
Set the reference schema name.

Parameters:
szSchema -

getRefSchemaName

public java.lang.String getRefSchemaName()
Retrieves the reference schema name of this reference object.

Returns:
a String as reference schema name.

setRefColList

public void setRefColList(java.util.ArrayList refColList)
Set the reference column list.

Parameters:
refColList -

getRefColList

public java.util.ArrayList getRefColList()
Get the reference column list.

Returns:
ArrayList that contains all referenced columns.

toString

public java.lang.String toString()
Ovewrite Root perent, Object's toString() to print out detail of FKReference object.

Overrides:
toString in class java.lang.Object
Returns:
String

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-06

Copyright © 2012 Oracle. All Rights Reserved.