Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Class FlexfieldEntityUsage

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.FlexfieldEntityUsage
Direct Known Subclasses:
ExtensibleFlexfieldEntityUsage

public class FlexfieldEntityUsage
extends java.lang.Object

A flexfield entity usage.


Field Summary
protected  FlexfieldDefManager _defManager
           
protected  java.lang.String _entityDefFullName
           
protected  FlexfieldTableUsage _tableUsage
           
 
Constructor Summary
protected FlexfieldEntityUsage(java.lang.String entityDefFullName, FlexfieldTableUsage tableUsage, FlexfieldDefManager defManager)
          Constructs a flexfield entity usage.
 
Method Summary
 java.lang.String getEntityDefFullName()
          Gets the full name of the entity used with the model.
 FlexfieldDefManager getFlexfieldDefManager()
          Gets the definititon manager that creates this object.
 FlexfieldTableUsage getFlexfieldTableUsage()
          Gets the table usage that contains this entity usage.
 java.lang.String getObjectNamePrefix()
          Gets the prefix of the model object names.
 java.lang.String getPackageName()
          Gets the package name of the model.
protected  void setObjectNamePrefix(java.lang.String p)
          Sets the prefix of the model object names.
protected  void setPackageName(java.lang.String p)
          Sets the package name of the mdoel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_entityDefFullName

protected final java.lang.String _entityDefFullName

_tableUsage

protected final FlexfieldTableUsage _tableUsage

_defManager

protected final FlexfieldDefManager _defManager
Constructor Detail

FlexfieldEntityUsage

protected FlexfieldEntityUsage(java.lang.String entityDefFullName,
                               FlexfieldTableUsage tableUsage,
                               FlexfieldDefManager defManager)
Constructs a flexfield entity usage.

Parameters:
entityDefFullName - the full name of the entity
Method Detail

getEntityDefFullName

public final java.lang.String getEntityDefFullName()
Gets the full name of the entity used with the model.

Returns:
the full name of the entity used with the model

getFlexfieldTableUsage

public final FlexfieldTableUsage getFlexfieldTableUsage()
Gets the table usage that contains this entity usage.

Returns:
the table usage

getFlexfieldDefManager

public final FlexfieldDefManager getFlexfieldDefManager()
Gets the definititon manager that creates this object.

Returns:
the definition manager

getPackageName

public java.lang.String getPackageName()
Gets the package name of the model.

Returns:
the package name of the model

getObjectNamePrefix

public java.lang.String getObjectNamePrefix()
Gets the prefix of the model object names.

Returns:
the prefix of the model objects

setPackageName

protected void setPackageName(java.lang.String p)
Sets the package name of the mdoel.

Parameters:
p - the package name

setObjectNamePrefix

protected void setObjectNamePrefix(java.lang.String p)
Sets the prefix of the model object names.

Parameters:
p - the prefix of the model objects

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.