|
|
| WebLogic Server 6.1 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.ejb20.bands
Class ArtistBean
java.lang.Object
|
+--examples.ejb20.bands.ArtistBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public abstract class ArtistBean
- extends java.lang.Object
- implements javax.ejb.EntityBean
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtistBean
public ArtistBean()
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.EntityBean
ejbCreate
public java.lang.Integer ejbCreate(java.lang.String name,
java.util.Set bands)
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean
ejbPostCreate
public void ejbPostCreate(java.lang.String name,
java.util.Set bands)
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove in interface javax.ejb.EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface javax.ejb.EntityBean
getBands
public abstract java.util.Set getBands()
getId
public abstract java.lang.Integer getId()
- container managed fields
getName
public abstract java.lang.String getName()
setBands
public abstract void setBands(java.util.Set val)
setEntityContext
public void setEntityContext(javax.ejb.EntityContext c)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean
setId
public abstract void setId(java.lang.Integer val)
setName
public abstract void setName(java.lang.String val)
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.