public class OrderByTo extends AbstractTo
| Modifier and Type | Field and Description |
|---|---|
private OrderDirection |
direction |
private String |
name |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
OrderByTo()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderDirection |
getDirection()
Returns the field 'direction'.
|
String |
getName()
Returns the field 'name'.
|
void |
setDirection(OrderDirection direction)
Sets the field 'direction'.
|
void |
setName(String name)
Sets the field 'name'.
|
protected void |
toString(StringBuilder buffer) |
toStringprivate static final long serialVersionUID
private String name
private OrderDirection direction
public String getName()
public void setName(String name)
name - New value for namepublic OrderDirection getDirection()
public void setDirection(OrderDirection direction)
direction - New value for directionprotected void toString(StringBuilder buffer)
toString in class AbstractToCopyright © 2014–2016 OASP-Team. All rights reserved.