Package com.redwood.scheduler.api.model
Interface ObjectGetter
-
public interface ObjectGetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getPersistentObject(int index)
Get the nth persistent object.
-
-
-
Method Detail
-
getPersistentObject
Object getPersistentObject(int index) throws SQLException
Get the nth persistent object.- Parameters:
index
- the index of the object (1 based).- Returns:
- the object.
- Throws:
SQLException
- if an error occurs.
-
-