WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.bands
Interface Band

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface Band
extends javax.ejb.EJBLocalObject


Method Summary
 FanClub getFanClub()
           
 java.lang.String getFounder()
           
 java.lang.String getName()
           
 java.util.Set getRecordings()
           
 java.sql.Date getStartDate()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getFanClub

public FanClub getFanClub()

getFounder

public java.lang.String getFounder()

getName

public java.lang.String getName()

getRecordings

public java.util.Set getRecordings()

getStartDate

public java.sql.Date getStartDate()

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

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