org.rr0.im.business.report
Class AccountImpl

org.rr0.im.business.event.TimeableImpl
  |
  +--org.rr0.im.business.report.AccountImpl

public class AccountImpl
extends TimeableImpl
implements Account

Account Reference Implementation.

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

Field Summary
 private Collectionevents
           
 private Sourcesource
           
 private Stringtext
           

Fields inherited from class org.rr0.im.business.event.TimeableImpl
history

Constructor Summary
AccountImpl(Source source, String text)
           
AccountImpl(Source source)
           

Method Summary
 CollectiongetEvents()
          The events reported.
 SourcegetSource()
           
 StringgetText()
           

Methods inherited from class org.rr0.im.business.event.TimeableImpl
compareTo, equals, getBegining, getDuration, getEnd, getHistory, getTitle, hashCode, setEndMoment, setTitle

Field Detail

events

private Collection events

source

private Source source

text

private String text
Constructor Detail

AccountImpl

public AccountImpl(Source source, String text)

AccountImpl

public AccountImpl(Source source)
Method Detail

getEvents

public Collection getEvents()
The events reported.
Returns:

getSource

public Source getSource()

getText

public String getText()

Association Links

to Class java.util.Collection

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

to Class java.lang.String