Class InterestExtractor
java.lang.Object
com.openmeet.shared.data.interest.InterestExtractor
- All Implemented Interfaces:
ResultSetExtractor<Interest>
The extractor is used to convert the ResultSet returned by the database query into an Interest object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InterestExtractor
public InterestExtractor()
-
-
Method Details
-
extract
Returns an Interest object from the result set.- Specified by:
extractin interfaceResultSetExtractor<Interest>- Parameters:
resultSet- the result set deriving from the query statement.- Returns:
- the Interest object contained in the resultSet.
- Throws:
SQLException
-