|
WebObjects 5.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.eocontrol.EOEvent
com.webobjects.eocontrol.EOAggregateEvent
com.webobjects.eocontrol.EOAccountEvent
public class EOAccountEvent
EOAccountEvent class is intended for internal use only.
Field Summary |
---|
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<EOEvent> |
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 |
---|
public EOAccountEvent()
Method Detail |
---|
public NSArray<EOEvent> subevents()
EOAggregateEvent
subevents
in class EOAggregateEvent
EOEvent#subevents()
public String title()
EOAggregateEvent
title
from any member of the EOvents set aggregated by the receiver.
title
in class EOAggregateEvent
EOEvent#eventTypeDescriptions(Class aClass)
,
EOEvent#title()
public String comment()
EOAggregateEvent
comment
from any member of the EOvents set aggregated by the receiver.
comment
in class EOAggregateEvent
EOEvent#comment()
public String toString()
EOEvent
toString
in class EOEvent
|
Last updated Tuesday, October 9, 2007 08:58 PDT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |