Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.migrate.modeler.common
Class FlexfieldTableUsage

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.common.FlexfieldTableUsage

public final class FlexfieldTableUsage
extends java.lang.Object

A reference to a flexfield table usage.


Constructor Summary
FlexfieldTableUsage(FlexfieldDef.MetadataType type, java.lang.String appShortName, java.lang.String flexfieldCode, java.lang.String tableName, java.lang.String tableUsageCode, java.lang.String entityDefFullName, java.lang.String voPrefix)
          Constructs a reference to the flexfield table usage.
FlexfieldTableUsage(java.lang.String type, java.lang.String appShortName, java.lang.String flexfieldCode, java.lang.String tableName, java.lang.String tableUsageCode, java.lang.String entityDefFullName, java.lang.String voPrefix)
          Constructs a reference to the flexfield table usage.
 
Method Summary
 java.lang.String getApplicationShortName()
          Gets the application short name.
 java.lang.String getEntityDefFullName()
          Gets the entity def full name
 java.lang.String getFlexfieldCode()
          Gets the flexfield code.
 FlexfieldDef.MetadataType getMetadataType()
          Gets the metadata type of this flexfield.
 java.lang.String getTableName()
          Gets the table name.
 java.lang.String getTableUsageCode()
          Gets the table usage code.
 java.lang.String getVoPrefix()
           
 void setTableName(java.lang.String tableName)
          set the table name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexfieldTableUsage

public FlexfieldTableUsage(FlexfieldDef.MetadataType type,
                           java.lang.String appShortName,
                           java.lang.String flexfieldCode,
                           java.lang.String tableName,
                           java.lang.String tableUsageCode,
                           java.lang.String entityDefFullName,
                           java.lang.String voPrefix)
Constructs a reference to the flexfield table usage.

Parameters:
type - the metadata type
appShortName - the application short name
flexfieldCode - the flexfield code
tableName - the table name
tableUsageCode - the table usage code
entityDefFullName - (added by clc for CP).
Throws:
java.lang.IllegalArgumentException - if any of the given argument is null

FlexfieldTableUsage

public FlexfieldTableUsage(java.lang.String type,
                           java.lang.String appShortName,
                           java.lang.String flexfieldCode,
                           java.lang.String tableName,
                           java.lang.String tableUsageCode,
                           java.lang.String entityDefFullName,
                           java.lang.String voPrefix)
Constructs a reference to the flexfield table usage.

Parameters:
type - the lookup code of the metadata type
appShortName - the application short name
flexfieldCode - the flexfield code
tableName - the table name
entityDefFullName - (added by clc)
tableUsageCode - the table usage code
Throws:
java.lang.IllegalArgumentException - if any of the given argument is null, or if the given type is invalid
Method Detail

getMetadataType

public FlexfieldDef.MetadataType getMetadataType()
Gets the metadata type of this flexfield.

Returns:
the metadata type of this flexfield

getApplicationShortName

public java.lang.String getApplicationShortName()
Gets the application short name.

Returns:
the application short name

getFlexfieldCode

public java.lang.String getFlexfieldCode()
Gets the flexfield code.

Returns:
the flexfield code

setTableName

public void setTableName(java.lang.String tableName)
set the table name.


getTableName

public java.lang.String getTableName()
Gets the table name.

Returns:
the table name

getTableUsageCode

public java.lang.String getTableUsageCode()
Gets the table usage code.

Returns:
the table usage code

getEntityDefFullName

public java.lang.String getEntityDefFullName()
Gets the entity def full name

Returns:
the entity def full name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getVoPrefix

public java.lang.String getVoPrefix()

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.