public class Reference extends AbstractEvent implements Event
| Constructor and Description |
|---|
Reference(java.util.List<Participant> participants,
Url url,
Display strings,
HtmlColor backColorGeneral,
HtmlColor backColorElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dealWith(Participant someone) |
HtmlColor |
getBackColorElement() |
HtmlColor |
getBackColorGeneral() |
java.util.List<Participant> |
getParticipant() |
Display |
getStrings() |
Url |
getUrl() |
boolean |
hasUrl() |
java.lang.String |
toString() |
isParallelclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisParallelpublic Reference(java.util.List<Participant> participants, Url url, Display strings, HtmlColor backColorGeneral, HtmlColor backColorElement)
public java.util.List<Participant> getParticipant()
public Display getStrings()
public boolean dealWith(Participant someone)
public final Url getUrl()
getUrl in interface EventgetUrl in class AbstractEventpublic boolean hasUrl()
hasUrl in interface EventhasUrl in class AbstractEventpublic java.lang.String toString()
toString in class java.lang.Objectpublic final HtmlColor getBackColorGeneral()
public final HtmlColor getBackColorElement()