example.cmp.find
Interface Teacher
- All Superinterfaces:
- javax.ejb.EJBLocalObject
- public interface Teacher
- extends javax.ejb.EJBLocalObject
Remote interface for a teacher instance.
Method Summary |
java.lang.String |
getHouse()
Returns the teacher's house |
java.lang.String |
getName()
Returns the teacher's name. |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getName
public java.lang.String getName()
- Returns the teacher's name.
getHouse
public java.lang.String getHouse()
- Returns the teacher's house