Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.datasource
Class SortAttributeImpl

java.lang.Object
  extended by oracle.jbo.datasource.SortAttributeImpl

All Implemented Interfaces:
SortAttribute

public class SortAttributeImpl
extends java.lang.Object
implements SortAttribute
Since:
release specific (what release of product did this appear in)

Constructor Summary
SortAttributeImpl()
           

 

Method Summary
 boolean getDescending()
          Gets the flag that indicates whether to sort in ascending or descending order.
 java.lang.String getName()
          Gets the name of the attribute used in the sort order.
 void setDescending(boolean value)
          Sets the flag that indicates whether to sort in ascending or descending order.
 void setName(java.lang.String value)
          Sets the name of the attribute used in the sort order.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SortAttributeImpl

public SortAttributeImpl()

Method Detail

getName

public java.lang.String getName()
Description copied from interface: SortAttribute
Gets the name of the attribute used in the sort order.
Specified by:
getName in interface SortAttribute
Returns:
sort attribute name.

setName

public void setName(java.lang.String value)
Description copied from interface: SortAttribute
Sets the name of the attribute used in the sort order.
Specified by:
setName in interface SortAttribute
Parameters:
value - sort attribute name

getDescending

public boolean getDescending()
Description copied from interface: SortAttribute
Gets the flag that indicates whether to sort in ascending or descending order.
Specified by:
getDescending in interface SortAttribute
Returns:
descending order flag.

setDescending

public void setDescending(boolean value)
Description copied from interface: SortAttribute
Sets the flag that indicates whether to sort in ascending or descending order. The default is false (ascending order).
Specified by:
setDescending in interface SortAttribute
Parameters:
value - descending order flag

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.