()
| 31 | private String isAsc; |
| 32 | |
| 33 | public String getOrderBy() { |
| 34 | if (StringHelper.isEmpty(orderByColumn)) { |
| 35 | return ""; |
| 36 | } |
| 37 | return StringHelper.toUnderScoreCase(orderByColumn) + " " + isAsc; |
| 38 | } |
| 39 | |
| 40 | |
| 41 |
nothing calls this directly
no test coverage detected