I - type of keyM - type of main objectP - type of parent objectpublic static class ResultSetParseHelper.Cursor<I,M,P> extends Object
| Constructor and Description |
|---|
Cursor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
I |
getId()
Getter for id of current data object
|
M |
getMainObject()
Getter for current main object
|
P |
getParentObject()
Getter for current parent object
|
ResultSet |
getResultSet()
Getter for
ResultSet |
protected void |
setId(I id) |
void |
setMainObject(M mainObject) |
void |
setParentObject(P parentObject) |
protected void |
setResultSet(ResultSet resultSet) |
protected void setResultSet(ResultSet resultSet)
public I getId()
protected void setId(I id)
public M getMainObject()
public void setMainObject(M mainObject)
public P getParentObject()
public void setParentObject(P parentObject)
protected void clear()
Copyright © 2020. All rights reserved.