org.apache.openejb.core.cmp.jpa
Interface Author

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface Author
extends javax.ejb.EJBLocalObject


Method Summary
 Set getBooks()
           
 String getName()
           
 void setBooks(Set books)
           
 void setName(String name)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

String getName()

setName

void setName(String name)

getBooks

Set getBooks()

setBooks

void setBooks(Set books)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.