public class OrderByInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this OrderByInfo to the specified object.
|
ColumnInfo |
getColumn()
Gets the ColumnInfo of this order by.
|
java.lang.String |
getOrder()
Gets the order string of this order by.
|
java.lang.String |
toString()
Returns a string representing this OrderByInfo's values.
|
public ColumnInfo getColumn()
public java.lang.String getOrder()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
className@hashCode[ columnMappingNameName | order ]
toString
in class java.lang.Object