public static class CodedNodeGraphService.QualifierSort extends CodedNodeGraphService.Sort
Constructor and Description |
---|
QualifierSort(ColumnSortType columnSortType,
CodedNodeGraphService.Order order,
java.lang.String qualifierName,
java.lang.String tableAlias)
Instantiates a new qualifier sort.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQualifierName()
Gets the qualifier name.
|
protected java.lang.String |
getTableAlias()
Gets the table alias.
|
equals, getColumnSortType, getOrder, hashCode
public QualifierSort(ColumnSortType columnSortType, CodedNodeGraphService.Order order, java.lang.String qualifierName, java.lang.String tableAlias)
columnSortType
- the column sort typeorder
- the orderqualifierName
- the qualifier nametableAlias
- the table alias