public class EntityQueryOrderBy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldName |
protected EntityQueryOrderByType |
sorting |
| Constructor and Description |
|---|
EntityQueryOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EntityQueryOrderBy |
fieldName(String fieldName) |
String |
getFieldName() |
EntityQueryOrderByType |
getSorting() |
int |
hashCode() |
void |
setFieldName(String fieldName) |
void |
setSorting(EntityQueryOrderByType sorting) |
EntityQueryOrderBy |
sorting(EntityQueryOrderByType sorting) |
String |
toString() |
protected String fieldName
protected EntityQueryOrderByType sorting
public EntityQueryOrderBy fieldName(String fieldName)
public String getFieldName()
public void setFieldName(String fieldName)
public EntityQueryOrderBy sorting(EntityQueryOrderByType sorting)
public EntityQueryOrderByType getSorting()
public void setSorting(EntityQueryOrderByType sorting)
Copyright © 2023. All rights reserved.