Uses of Class
org.rr0.im.business.report.Source

Packages that use Source
org.rr0.im.business.evidence 
org.rr0.im.business.investigation 
org.rr0.im.business.report 

Uses of Source in org.rr0.im.business.evidence
 

Subinterfaces of Source in org.rr0.im.business.evidence
interface Record
          A persistent data.
 

Uses of Source in org.rr0.im.business.investigation
 

Subinterfaces of Source in org.rr0.im.business.investigation
interface Investigation
          An investigation on a Case.
 

Uses of Source in org.rr0.im.business.report
 

Fields in org.rr0.im.business.report declared as Source
private SourceAccountImpl.source
          
 

Constructors in org.rr0.im.business.report with parameters of type Source
AccountImpl.AccountImpl(Source source, String text)
          
AccountImpl.AccountImpl(Source source)
          
 

Methods in org.rr0.im.business.report that return Source
SourceAccount.getSource()
          The reporting source.
SourceAccountImpl.getSource()