Uses of Class
net.sourceforge.stripes.examples.bugzooky.biz.Attachment

Packages that use Attachment
net.sourceforge.stripes.examples.bugzooky.biz   
 

Uses of Attachment in net.sourceforge.stripes.examples.bugzooky.biz
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz that return types with arguments of type Attachment
 List<Attachment> Bug.getAttachments()
           
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz with parameters of type Attachment
 void Bug.addAttachment(Attachment attachment)
           
 

Method parameters in net.sourceforge.stripes.examples.bugzooky.biz with type arguments of type Attachment
 void Bug.setAttachments(List<Attachment> attachments)
           
 



© Copyright 2005, Stripes Development Team.