Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.common.model
Class LovDataProviderColumn

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.model.LovDataProviderColumn

public class LovDataProviderColumn
extends java.lang.Object

The column information for a data provider column.


Constructor Summary
LovDataProviderColumn(java.lang.String name, int index, java.lang.String displayName, boolean visible, boolean searchable)
          Create a new data provider column.
 
Method Summary
 java.lang.String getDisplayName()
          Retrieve the display name of the column.
 int getIndex()
          Retrieve the index of the column.
 java.lang.String getName()
          Retrieve the internal name of the column.
 boolean isSearchable()
          Retrieve whether the column is searchable.
 boolean isVisible()
          Retrieve whether the column is visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LovDataProviderColumn

public LovDataProviderColumn(java.lang.String name,
                             int index,
                             java.lang.String displayName,
                             boolean visible,
                             boolean searchable)
Create a new data provider column.

Parameters:
name - The internal name of the column.
index - The index in the data provider of the column.
displayName - The display name of the column.
visible - Whether the column should be displayed in the LOV.
searchable - Whether the column should be searchable in the LOV.
Method Detail

getName

public java.lang.String getName()
Retrieve the internal name of the column.

Returns:
the internal name of the column.

getIndex

public int getIndex()
Retrieve the index of the column.

Returns:
the index of the column.

getDisplayName

public java.lang.String getDisplayName()
Retrieve the display name of the column.

Returns:
the display name of the column.

isVisible

public boolean isVisible()
Retrieve whether the column is visible.

Returns:
whether the column is visible.

isSearchable

public boolean isSearchable()
Retrieve whether the column is searchable.

Returns:
whether the column is searchable.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.