org.apache.openejb.core.cmp.jpa
Interface Book
- All Superinterfaces:
- javax.ejb.EJBLocalObject
public interface Book
- extends javax.ejb.EJBLocalObject
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getTitle
java.lang.String getTitle()
setTitle
void setTitle(java.lang.String title)
getAuthors
java.util.Set getAuthors()
setAuthors
void setAuthors(java.util.Set authors)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.