Class HeaderInformation


  • public class HeaderInformation
    extends java.lang.Object
    Information about a header of a result-list.
    • 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 database
        displayName - name of the column represented by this header shown to the user
        sortDirection - 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