|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttoolkit.db.api.OrderByInfo
public class OrderByInfo
class OrderByInfo wraps all sort info
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this OrderByInfo to the specified object. |
ColumnInfo |
getColumn()
Get ColumnInfo of this order by. |
java.lang.String |
getOrder()
Get order string of this order by. |
java.lang.String |
toString()
Returns a string representing this OrderByInfo's values. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ColumnInfo getColumn()
public java.lang.String getOrder()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
className@hashCode[ columnMappingNameName | order ]
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||