* to populate the inhibitor
*
* @return
*/
public InhibitorImpl getNextAsInhibitor() {
InhibitorImpl result = null;
if (hasNextEntry()) {
// Note we do NOT incerement the index here as the initialize
// Inhibitor might need access to its "self" element.
EntryDAO entry = (EntryDAO) entries.get(retrieveIndex);
if (!entry.isNull()) {