Class JpaTableRowIndex

java.lang.Object
com.iamsoft.util.ui.javafx.table.JpaTableRowIndex
All Implemented Interfaces:
IntSupplier

@Entity public class JpaTableRowIndex extends Object implements IntSupplier
  • Field Details

  • Constructor Details

    • JpaTableRowIndex

      public JpaTableRowIndex()
    • JpaTableRowIndex

      public JpaTableRowIndex(int pRowIdx)
  • Method Details

    • getRowIdx

      public final Integer getRowIdx()
    • setRowIdx

      protected final void setRowIdx(Integer pRowIdx)
    • getAsInt

      public int getAsInt()
      Specified by:
      getAsInt in interface IntSupplier