/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.passivation.interfaces; /** * Local interface for RapidlyPassivatedEntity. */ public interface RapidlyPassivatedEntityLocal extends javax.ejb.EJBLocalObject { public java.lang.String getData( ) ; /** * Return the pk of the object returned by {@link EntityContext#getEJBLocalObject} */ public java.lang.Object getIdViaEJBLocalObject( ) ; /** * Return the pk of the object returned by {@link EntityContext#getEJBObject} */ public java.lang.Object getIdViaEJBObject( ) ; }