Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.api.inputs
Class LOVColumn

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.api.inputs.LOVColumn

public class LOVColumn
extends java.lang.Object

Models the metadata for a single column in the LOV for a parameter. This encapsulates information such as column header, corresponding NLS Keys and attribute key for the column that can be used to lookup the corresponding data in the LOV.


Constructor Summary
LOVColumn()
          Creates an empty LOVColumn object
LOVColumn(java.lang.String columnName, java.lang.String columnHeaderNlsKey, java.lang.String columnHeaderDefault)
          Creates a LOVColumn object with the specified column attributes and using the default "Contains" filter operator as the only supported filter operator.
LOVColumn(java.lang.String columnName, java.lang.String columnHeaderNlsKey, java.lang.String columnHeaderDefault, FilterOperator[] pSupportedFilterOperators)
          Creates a LOVColumn object with the specified column attributes and using the specified set of supported filter operators.
 
Method Summary
 java.lang.String getColumnHeaderDefault()
          Gets the default header text for this column
 java.lang.String getColumnHeaderNlsKey()
          Gets the NLS key for the header for this column
 java.lang.String getColumnName()
          Gets the name for the column.
 java.util.List<FilterOperator> getSupportedFilterOperators()
          Gets the supported list of filter operators for this column
 void setColumnHeaderDefault(java.lang.String columnHeaderDefault)
          Sets the default header text for this column
 void setColumnHeaderNlsKey(java.lang.String columnHeaderNlsKey)
          Sets the NLS key for the header for this column.
 void setColumnName(java.lang.String columnName)
          Sets the name for the column.
 void setSupportedFilterOperators(java.util.List<FilterOperator> supportedFilterOperators)
          Sets the supported list of filter operators for this LOV column
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LOVColumn

public LOVColumn()
Creates an empty LOVColumn object


LOVColumn

public LOVColumn(java.lang.String columnName,
                 java.lang.String columnHeaderNlsKey,
                 java.lang.String columnHeaderDefault)
Creates a LOVColumn object with the specified column attributes and using the default "Contains" filter operator as the only supported filter operator.

Parameters:
columnName - name of the column
columnHeaderNlsKey - NLS Key for the column
columnHeaderDefault - the default text for the column

LOVColumn

public LOVColumn(java.lang.String columnName,
                 java.lang.String columnHeaderNlsKey,
                 java.lang.String columnHeaderDefault,
                 FilterOperator[] pSupportedFilterOperators)
Creates a LOVColumn object with the specified column attributes and using the specified set of supported filter operators.

Parameters:
columnName - name of the column
columnHeaderNlsKey - nls key for the column
columnHeaderDefault - default text for the column
pSupportedFilterOperators - a set of supported filter operators for this column
Method Detail

setColumnName

public void setColumnName(java.lang.String columnName)
Sets the name for the column.

Parameters:
columnName - the name for the column

getColumnName

public java.lang.String getColumnName()
Gets the name for the column. The name for the column is used by the framework to correlate the particular data attribue for the column returned by the getData() method in the LOV provider.

Returns:
the name for the column.

setColumnHeaderNlsKey

public void setColumnHeaderNlsKey(java.lang.String columnHeaderNlsKey)
Sets the NLS key for the header for this column.

Parameters:
columnHeaderNlsKey - the NLS key for the header for this column

getColumnHeaderNlsKey

public java.lang.String getColumnHeaderNlsKey()
Gets the NLS key for the header for this column

Returns:
the NLS key for the header for this column

setColumnHeaderDefault

public void setColumnHeaderDefault(java.lang.String columnHeaderDefault)
Sets the default header text for this column

Parameters:
columnHeaderDefault - the default header text for this column

getColumnHeaderDefault

public java.lang.String getColumnHeaderDefault()
Gets the default header text for this column

Returns:
the default header text for this column

setSupportedFilterOperators

public void setSupportedFilterOperators(java.util.List<FilterOperator> supportedFilterOperators)
Sets the supported list of filter operators for this LOV column

Parameters:
supportedFilterOperators - the supported list of filter operators for this column

getSupportedFilterOperators

public java.util.List<FilterOperator> getSupportedFilterOperators()
Gets the supported list of filter operators for this column

Returns:
the supported list of filter operators for this column

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.