WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.bands
Interface FanClub

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface FanClub
extends javax.ejb.EJBLocalObject


Method Summary
 java.util.Set getAfterDateExcludeBand(java.sql.Date recordDate, Band badBand)
           
 Band getBand()
           
 java.lang.String getBandFounder()
           
 java.lang.String getBandName()
           
 java.lang.String getText()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getAfterDateExcludeBand

public java.util.Set getAfterDateExcludeBand(java.sql.Date recordDate,
                                             Band badBand)

getBand

public Band getBand()

getBandFounder

public java.lang.String getBandFounder()

getBandName

public java.lang.String getBandName()

getText

public java.lang.String getText()

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

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