org.rr0.im.business.report
Class CaseImpl
- public class CaseImpl
- implements Case
Case Reference Implementation.
A case is defined as a set of accounts.
- Author:
- Jérôme Beau
- Version: 21 avr. 2003 15:36:03
| Constructor Summary |
CaseImpl(String someTitle) |
accounts
private Set accounts
title
private String title
CaseImpl
public CaseImpl(String someTitle)
getAccounts
public Set getAccounts()
- Returns all the accounts recorded for this case.
- Returns: A collection of Account
- associates <{Event}>
- link aggregation
- supplierRole accounts
- supplierCardinality 1..*
getTitle
public String getTitle()
getWitnesses
public Set getWitnesses()
to Class java.util.Set
to Class java.lang.String
to Class org.rr0.im.business.event.Event
- Returns all the accounts recorded for this case.
- Supplier Role accounts
- Supplier Cardinality 1..*
- Type aggregation
- associates <{Event}>
- return A collection of Account