public class FutureEvent extends HistoryEvent
afterNode, beforeNode, date, eventClass, eventId, groupId, note
id
Constructor and Description |
---|
FutureEvent()
Nothing special here.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks if two
FutureEvent objects are equal. |
Status |
getStatus() |
Timeout |
getTimeout() |
int |
hashCode()
Calculates a unique hash code.
|
void |
setStatus(Status status) |
void |
setTimeout(Timeout timeout) |
compareTo, getAfterNode, getBeforeNode, getDate, getEventClass, getEventId, getGroupId, getNote, getRelative, isSuccessor, setAfterNode, setBeforeNode, setDate, setEventClass, setEventId, setGroupId, setNote
getId
public boolean equals(Object o)
FutureEvent
objects are equal.equals
in class HistoryEvent
o
- The other HistoryEvent
to compare with this one.true
, if the two objects are equal.public int hashCode()
hashCode
in class HistoryEvent
public Status getStatus()
public void setStatus(Status status)
public Timeout getTimeout()
public void setTimeout(Timeout timeout)
Copyright © 2014 EMBL-EBI. All rights reserved.