DJDoc v.1.0.0b-1

net.sf.djdoc.bo
Interface Bunch

All Superinterfaces:
java.lang.Comparable, Hittable
All Known Implementing Classes:
BunchEntity, BunchVO

public interface Bunch
extends Hittable

The instances of the Bunch interface represent packages of Java APIs documented with the Javadoc tool. (The name "Bunch" was chosen because the JDK already contains a class named "Package" which could have caused some confusion.)


Field Summary
 
Fields inherited from interface net.sf.djdoc.bo.Hittable
FAVORITE, NATURAL, RECENT
 
Method Summary
 java.lang.String getName()
          Getter method for this Bunch's name.
 
Methods inherited from interface net.sf.djdoc.bo.Hittable
getHitCount, getHitDate, hit, setHitCount, setHitDate
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Getter method for this Bunch's name.

Returns:
The name of this Bunch object

DJDoc v.1.0.0b-1