public class Order extends Object
Sort.Order.| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Sort.Direction |
getDirection() |
org.springframework.data.domain.Sort.NullHandling |
getNullHandling() |
String |
getProperty() |
boolean |
isIgnoreCase() |
void |
setDirection(org.springframework.data.domain.Sort.Direction direction) |
void |
setIgnoreCase(boolean ignoreCase) |
void |
setNullHandling(org.springframework.data.domain.Sort.NullHandling nullHandling) |
void |
setProperty(String property) |
public org.springframework.data.domain.Sort.Direction getDirection()
public void setDirection(org.springframework.data.domain.Sort.Direction direction)
public String getProperty()
public void setProperty(String property)
public boolean isIgnoreCase()
public void setIgnoreCase(boolean ignoreCase)
public org.springframework.data.domain.Sort.NullHandling getNullHandling()
public void setNullHandling(org.springframework.data.domain.Sort.NullHandling nullHandling)
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.