com.businessobjects.rebean.wi
Interface QuerySort


public interface QuerySort

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

QuerySort interface manages sorts on DataSourceObject used in a query definition.

Since:
11.7

Method Summary
 DataSourceObject getDataSourceObject()
          Returns this QuerySort instance belongs DateSourceObject.
 SortType getSortType()
          Gets the used SortType.
 void setSortType(SortType type)
          Changes the SortType.
 

Method Detail

getSortType

SortType getSortType()
Gets the used SortType.

Returns:
the used SortType

setSortType

void setSortType(SortType type)
Changes the SortType.

Parameters:
type - the new SortType.

getDataSourceObject

DataSourceObject getDataSourceObject()
Returns this QuerySort instance belongs DateSourceObject.

Returns:
the DataSourceObject instance.