|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.datasource.SortAttributeImpl
public class SortAttributeImpl
| 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 |
|---|
public SortAttributeImpl()
| Method Detail |
|---|
public java.lang.String getName()
SortAttributegetName in interface SortAttributepublic void setName(java.lang.String value)
SortAttributesetName in interface SortAttributevalue - sort attribute namepublic boolean getDescending()
SortAttributegetDescending in interface SortAttributepublic void setDescending(boolean value)
SortAttributesetDescending in interface SortAttributevalue - descending order flag
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||