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