public class MOrderBy extends Object
| Constructor and Description |
|---|
MOrderBy(MAttribute attr,
boolean asc)
Instantiates a new model order by.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MAttribute |
getAttribute()
Gets the attribute.
|
int |
hashCode() |
boolean |
isOrderAscending()
Checks if is order ascending.
|
String |
toString() |
public MOrderBy(MAttribute attr, boolean asc)
attr - the attrasc - the ascpublic MAttribute getAttribute()
public boolean isOrderAscending()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.