org.rr0.im.business.report
Interface Account

All Known Implementing Classes:
AccountImpl

public interface Account
extends Timeable

A set of reported Events by a Source.

Author:
Jérôme Beau
Version: 21 avr. 2003 15:56:42

Method Summary
 SourcegetSource()
          The reporting source.
 StringgetText()
          Free text description of the events.

Methods inherited from interface org.rr0.im.business.event.Timeable
getBegining, getHistory

Methods inherited from interface org.rr0.im.business.event.Durable
getDuration

Method Detail

getSource

public Source getSource()
The reporting source. May be some people, a newspaper article, etc.
associates <{org.rr0.im.business.report.Source}>
supplierRole reportsource

getText

public String getText()
Free text description of the events.
Returns: The text of the free report.

Association Links

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

The reporting source. May be some people, a newspaper article, etc.

Supplier Role reportsource
associates <{org.rr0.im.business.report.Source}>