org.superbiz.cmp2
Class MovieBean

java.lang.Object
  extended by 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

Constructor Summary
MovieBean()
           
 
Method Summary
 Integer ejbCreate(String director, String title, int year)
           
abstract  String getDirector()
           
abstract  Integer getId()
           
abstract  String getTitle()
           
abstract  int getYear()
           
abstract  void setDirector(String director)
           
abstract  void setId(Integer id)
           
abstract  void setTitle(String title)
           
abstract  void setYear(int year)
           
 
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
 

Constructor Detail

MovieBean

public MovieBean()
Method Detail

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.