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

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface Book
extends javax.ejb.EJBLocalObject


Method Summary
 Set getAuthors()
           
 String getTitle()
           
 void setAuthors(Set authors)
           
 void setTitle(String title)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getTitle

String getTitle()

setTitle

void setTitle(String title)

getAuthors

Set getAuthors()

setAuthors

void setAuthors(Set authors)


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