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
events
private Collection events
source
private Source source
text
private String text
AccountImpl
public AccountImpl(Source source, String text)
AccountImpl
public AccountImpl(Source source)
getEvents
public Collection getEvents()
- The events reported.
- Returns:
getSource
public Source getSource()
getText
public String getText()
to Class java.util.Collection
to Class org.rr0.im.business.report.Source
to Class java.lang.String