public class OrderByInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this OrderByInfo to the specified object.
|
ColumnInfo |
getColumn()
Gets the ColumnInfo of this order by.
|
String |
getOrder()
Gets the order string of this order by.
|
String |
toString()
Returns a string representing this OrderByInfo's values.
|
public ColumnInfo getColumn()
public String getOrder()
public boolean equals(Object obj)
© insightsoftware. All rights reserved.