public class BaseEventLinks
extends Object
| Constructor and Description |
|---|
BaseEventLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RelSelf |
getSelf()
Get self
|
int |
hashCode() |
BaseEventLinks |
self(RelSelf self)
Returns a BaseEventLinks instance initialized with self
|
void |
setSelf(RelSelf self) |
String |
toString() |
public BaseEventLinks self(RelSelf self)
self - instance of RelSelf to be associated with BaseEventLinkspublic RelSelf getSelf()
public void setSelf(RelSelf self)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object