Class HeaderInformation

java.lang.Object
com.saperion.ngc.resultset.HeaderInformation

public class HeaderInformation extends Object
Information about a header of a result-list.
  • Constructor Details

    • HeaderInformation

      public HeaderInformation(String databaseName, 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 Details

    • getDatabaseName

      public String getDatabaseName()
      Returns:
      the database-name of the column represented by this header
    • getDisplayName

      public 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