Package com.saperion.ngc.resultset
Class HeaderInformation
- java.lang.Object
-
- com.saperion.ngc.resultset.HeaderInformation
-
public class HeaderInformation extends java.lang.Object
Information about a header of a result-list.
-
-
Constructor Summary
Constructors Constructor Description HeaderInformation(java.lang.String databaseName, java.lang.String displayName, SortDirection sortDirection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDatabaseName()
java.lang.String
getDisplayName()
SortDirection
getSortDirection()
-
-
-
Constructor Detail
-
HeaderInformation
public HeaderInformation(java.lang.String databaseName, java.lang.String displayName, SortDirection sortDirection)
- 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 Detail
-
getDatabaseName
public java.lang.String getDatabaseName()
- Returns:
- the database-name of the column represented by this header
-
getDisplayName
public java.lang.String getDisplayName()
- Returns:
- the display-name of the column represented by this header
-
getSortDirection
public SortDirection getSortDirection()
- Returns:
- the sort-direction of the column represented by this header
-
-