/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.inbio.ara.eao.transaction.impl; import org.inbio.ara.eao.transaction.*; import javax.ejb.Stateless; import org.inbio.ara.eao.BaseEAOImpl; import org.inbio.ara.persistence.transaction.TransactedSpecimenStatus; /** * * @author echinchilla */ @Stateless public class TransactedSpecimenStatusEAOImpl extends BaseEAOImpl<TransactedSpecimenStatus, Long> implements TransactedSpecimenStatusEAOLocal { // Add business logic below. (Right-click in editor and choose // "Insert Code > Add Business Method" or "Web Service > Add Operation") }