public class EventTypeLinks
extends Object
Constructor and Description |
---|
EventTypeLinks() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EventTypeLinks |
events(RelEvents events)
Returns an EventTypeLinks instance initialized with RelEvents
|
RelEvents |
getEvents()
Get events
|
RelSelf |
getSelf()
Get self
|
int |
hashCode() |
EventTypeLinks |
self(RelSelf self)
Returns an EventTypeLinks instance initialized with RelSelf
|
void |
setEvents(RelEvents events) |
void |
setSelf(RelSelf self) |
String |
toString() |
public EventTypeLinks self(RelSelf self)
self
- instance of RelSelf to be associated with EventTypeLinkspublic RelSelf getSelf()
public void setSelf(RelSelf self)
public EventTypeLinks events(RelEvents events)
events
- instance of RelEvents to be associated with EventTypeLinkspublic RelEvents getEvents()
public void setEvents(RelEvents events)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object