public class AspectLinksAspectType
extends Object
| Constructor and Description |
|---|
AspectLinksAspectType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
Link to the origin aspect type of the aspect
|
int |
hashCode() |
AspectLinksAspectType |
href(String href)
Returns an AspectLinksAspectType instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public AspectLinksAspectType href(String href)
href - href to be associated with AspectLinksAspectTypepublic String getHref()
public void setHref(String href)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object