package org.tgdb.model.strain.state; import javax.ejb.EJBObject; /** * This is the remote interface for StrainState enterprise bean. */ public interface StrainStateRemote extends EJBObject, StrainStateRemoteBusiness { }