org.superbiz.cmp2
Class MovieBean
java.lang.Object
org.superbiz.cmp2.MovieBean
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
public abstract class MovieBean
- extends Object
- implements javax.ejb.EntityBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.ejb.EntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
MovieBean
public MovieBean()
ejbCreate
public Integer ejbCreate(String director,
String title,
int year)
getId
public abstract Integer getId()
setId
public abstract void setId(Integer id)
getDirector
public abstract String getDirector()
setDirector
public abstract void setDirector(String director)
getTitle
public abstract String getTitle()
setTitle
public abstract void setTitle(String title)
getYear
public abstract int getYear()
setYear
public abstract void setYear(int year)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.