Package com.saperion.ngc.resultset
Class HeaderInformation
java.lang.Object
com.saperion.ngc.resultset.HeaderInformation
Information about a header of a result-list.
-
Constructor Summary
ConstructorsConstructorDescriptionHeaderInformation
(String databaseName, String displayName, SortDirection sortDirection) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
HeaderInformation
- Parameters:
databaseName
- name of the column represented by this header as used in the databasedisplayName
- name of the column represented by this header shown to the usersortDirection
- sort-direction of the column represented by this header
-
-
Method Details
-
getDatabaseName
- Returns:
- the database-name of the column represented by this header
-
getDisplayName
- Returns:
- the display-name of the column represented by this header
-
getSortDirection
- Returns:
- the sort-direction of the column represented by this header
-