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

E17483-01

oracle.jbo.datasource
Class SortOrderImpl

java.lang.Object
  extended by oracle.jbo.datasource.SortOrderImpl
All Implemented Interfaces:
SortOrder

public class SortOrderImpl
extends java.lang.Object
implements SortOrder

Since:
release specific (what release of product did this appear in)

Constructor Summary
SortOrderImpl()
           
 
Method Summary
 java.util.List getSortAttribute()
          Gets the list of sort attributes.
 void setSortAttribute(java.util.List value)
          Sets the list of sort attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortOrderImpl

public SortOrderImpl()
Method Detail

getSortAttribute

public java.util.List getSortAttribute()
Description copied from interface: SortOrder
Gets the list of sort attributes.

Specified by:
getSortAttribute in interface SortOrder
Returns:
list of sort attributes.

setSortAttribute

public void setSortAttribute(java.util.List value)
Description copied from interface: SortOrder
Sets the list of sort attributes.

Specified by:
setSortAttribute in interface SortOrder
Parameters:
value - list of sort attributes

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

E17483-01

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