WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.bands
Interface Artist

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface Artist
extends javax.ejb.EJBLocalObject


Method Summary
 java.util.Set getBands()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getBands

public java.util.Set getBands()

getId

public java.lang.Integer getId()

getName

public java.lang.String getName()

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.