- java.lang.Object
-
- com.iamsoft.util.ui.javafx.table.JpaTableRowIndex
-
- All Implemented Interfaces:
IntSupplier
@Entity public class JpaTableRowIndex extends Object implements IntSupplier
-
-
Constructor Summary
Constructors Constructor Description JpaTableRowIndex()
JpaTableRowIndex(int pRowIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAsInt()
Integer
getRowIdx()
protected void
setRowIdx(Integer pRowIdx)
-
-
-
Field Detail
-
ROWIDX
public static final String ROWIDX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRowIdx
public final Integer getRowIdx()
-
setRowIdx
protected final void setRowIdx(Integer pRowIdx)
-
getAsInt
public int getAsInt()
- Specified by:
getAsInt
in interfaceIntSupplier
-
-