WebObjects 5.2

com.webobjects.eocontrol
Class EOAccountEvent

java.lang.Object
  |
  +--com.webobjects.eocontrol.EOEvent
        |
        +--com.webobjects.eocontrol.EOAggregateEvent
              |
              +--com.webobjects.eocontrol.EOAccountEvent
All Implemented Interfaces:
Serializable

public class EOAccountEvent
extends EOAggregateEvent

EOAccountEvent class is intended for internal use only.

See Also:
Serialized Form

Fields inherited from class com.webobjects.eocontrol.EOEvent
BasicEventSignature, EventGroupName
 
Constructor Summary
EOAccountEvent()
           
 
Method Summary
 String comment()
          Gets the comment from any member of the EOvents set aggregated by the receiver.
 NSArray subevents()
          For each EOEvent aggregated in the reciver this method gathers their subevents and return an array with them.The array is ordered ascending by duration.
 String title()
          Gets the title from any member of the EOvents set aggregated by the receiver.
 String toString()
          Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).
 
Methods inherited from class com.webobjects.eocontrol.EOAggregateEvent
addEvent, description, displayComponentName, durationWithoutSubevents, events, info, signatureOfType
 
Methods inherited from class com.webobjects.eocontrol.EOEvent
aggregateEvents, classDescription, compare, duration, eventTypeDescriptions, groupEvents, markAtomicWithInfo, markEnd, markStartWithInfo, parentEvent, setInfo, setType, startDate, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOAccountEvent

public EOAccountEvent()
Method Detail

comment

public String comment()
Description copied from class: EOAggregateEvent
Gets the comment from any member of the EOvents set aggregated by the receiver.
Overrides:
comment in class EOAggregateEvent
Following copied from class: com.webobjects.eocontrol.EOAggregateEvent
Returns:
String representation of receiver's info
See Also:
EOEvent.comment()

subevents

public NSArray subevents()
Description copied from class: EOAggregateEvent
For each EOEvent aggregated in the reciver this method gathers their subevents and return an array with them.The array is ordered ascending by duration.
Overrides:
subevents in class EOAggregateEvent
Following copied from class: com.webobjects.eocontrol.EOAggregateEvent
Returns:
an NSArray containg all the subevents for each EOEvent aggregated by the receiver
See Also:
EOEvent.subevents()

title

public String title()
Description copied from class: EOAggregateEvent
Gets the title from any member of the EOvents set aggregated by the receiver.
Overrides:
title in class EOAggregateEvent
Following copied from class: com.webobjects.eocontrol.EOAggregateEvent
Returns:
a String representing the event type description corresponding to the receiver's type
See Also:
EOEvent.eventTypeDescriptions(Class aClass), EOEvent.title()

toString

public String toString()
Description copied from class: EOEvent
Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).
Overrides:
toString in class EOEvent
Following copied from class: com.webobjects.eocontrol.EOEvent
Returns:
a description of the receiver

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.