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