Modifier and Type | Method and Description |
---|---|
Event |
Event.cloneObject()
Creates and returns a deep copy of this
Event object. |
Event |
Model.createEvent()
|
Event |
ListOfEvents.get(long n)
Get an
Event from the ListOfEvents . |
Event |
ListOfEvents.get(String sid)
Get an
Event from the ListOfEvents
based on its identifier. |
Event |
Model.getEvent(long n)
|
Event |
Model.getEvent(String sid)
Get an
Event object based on its identifier. |
Event |
ListOfEvents.remove(long n)
Removes the nth item from this
ListOfEvents items and returns a pointer to
it. |
Event |
ListOfEvents.remove(String sid)
Removes item in this
ListOfEvents items with the given identifier. |
Event |
Model.removeEvent(long n)
|
Event |
Model.removeEvent(String sid)
|
Modifier and Type | Method and Description |
---|---|
int |
Model.addEvent(Event e)
|
Constructor and Description |
---|
Event(Event orig)
Copy constructor; creates a copy of this
Event . |