public class AdhocSort extends Object implements Cloneable, Serializable
AdhocSort class.
| Constructor and Description |
|---|
AdhocSort() |
| Modifier and Type | Method and Description |
|---|---|
AdhocSort |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Getter for the field
name. |
AdhocOrderType |
getOrderType()
Getter for the field
orderType. |
void |
setName(String name)
Setter for the field
name. |
void |
setOrderType(AdhocOrderType orderType)
Setter for the field
orderType. |
public void setName(String name)
Setter for the field name.
name - a String object.public AdhocOrderType getOrderType()
Getter for the field orderType.
AdhocOrderType object.public void setOrderType(AdhocOrderType orderType)
Setter for the field orderType.
orderType - a AdhocOrderType object.Copyright © 2010–2021. All rights reserved.