public class DefaultSortDefinitionEntry
extends java.lang.Object
| Constructor and Description | 
|---|
DefaultSortDefinitionEntry(java.lang.Integer _level,
                          java.lang.String _direction)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDirection()
Returns the sorting direction 
 | 
java.lang.Integer | 
getLevel()
Returns the sorting level 
 | 
public DefaultSortDefinitionEntry(java.lang.Integer _level,
                                  java.lang.String _direction)
_level - the sorting level_direction - the sorting direction (possible values are EntityI.DEFAULT_SORTING_ASC and EntityI.DEFAULT_SORTING_DESC)java.lang.IllegalArgumentException - if the given _direction wasn't EntityI.DEFAULT_SORTING_ASC or EntityI.DEFAULT_SORTING_DESCCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.