コード例 #1
0
  /**
   * Used for sorting when all the values match so that every time the data is displayed, it is in
   * the same order
   *
   * @return
   */
  @Override
  public int getFinalSortOrderKey() {

    return searchProteinLooplink.getProtein().getProteinSequenceObject().getProteinSequenceId();
  }