org.openejb.test.simple.bmp
Interface SimpleBMPEntityLocal

All Superinterfaces:
EJBLocalObject

public interface SimpleBMPEntityLocal
extends EJBLocalObject


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

Method Detail

getName

String getName()

setName

void setName(String name)

getValue

String getValue()

setValue

void setValue(String value)


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