public static class CodedNodeGraphService.Sort
extends java.lang.Object
Constructor and Description |
---|
Sort(ColumnSortType columnSortType,
CodedNodeGraphService.Order order)
Instantiates a new sort.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ColumnSortType |
getColumnSortType()
Gets the column sort type.
|
CodedNodeGraphService.Order |
getOrder()
Gets the order.
|
int |
hashCode() |
public Sort(ColumnSortType columnSortType, CodedNodeGraphService.Order order)
columnSortType
- the column sort typeorder
- the orderpublic ColumnSortType getColumnSortType()
public CodedNodeGraphService.Order getOrder()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object