org.openejb.test.simple.bmp
Interface SimpleBMPEntity

All Superinterfaces:
EJBObject, Remote

public interface SimpleBMPEntity
extends EJBObject


Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

String getName()
               throws RemoteException
Throws:
RemoteException

setName

void setName(String name)
             throws RemoteException
Throws:
RemoteException

getValue

String getValue()
                throws RemoteException
Throws:
RemoteException

setValue

void setValue(String value)
              throws RemoteException
Throws:
RemoteException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.