Package net.sourceforge.stripes.examples.bugzooky.biz

Class Summary
Attachment Very simple wrapper for file attachments uploaded for bugs.
Bug Represents a bug in the bug database.
BugManager Maintains an in memory list of bugs in the system.
Component Class that represents a compopnent of a software system against which bugs can be filed.
ComponentManager Maintains a list of components in an in memory "database".
Person Represents a person to whom bugs can be assigned.
PersonManager Manager class that is used to access a "database" of people that is tracked in memory.
 

Enum Summary
Priority Enum that represents the Priority of a bug in the Bugzooky example app.
Status Represents the possible statuses of a bug in the Bugzooky example application.
 



© Copyright 2005, Stripes Development Team.