org.rr0.im.business.report
Interface Case

All Known Implementing Classes:
CaseImpl

public interface Case

A well identified unusual/identified phenomena
Cases contain accounts from various sources such as investigations or records

Author:
Jérôme Beau
Version: 21 avr. 2003 16:11:29

Method Summary
 SetgetAccounts()
          Returns all the accounts recorded for this case.
 SetgetWitnesses()
          Returns the witnesses of each sightings in this case.

Method Detail

getAccounts

public Set getAccounts()
Returns all the accounts recorded for this case.
Returns: A collection of Account
See Also:
Account
associates <{Account}>
link aggregation
supplierRole accounts
supplierCardinality 1..*

getWitnesses

public Set getWitnesses()
Returns the witnesses of each sightings in this case.
Returns: A collection

Association Links

to Class org.rr0.im.business.report.Account

Returns all the accounts recorded for this case.

Supplier Role accounts
Supplier Cardinality 1..*
Type aggregation
associates <{Account}>
see Account
return A collection of Account