public class RelSelf
extends Object
| Constructor and Description |
|---|
RelSelf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
Get href
|
int |
hashCode() |
RelSelf |
href(String href)
Returns a RelSelf instance initialized with href
|
boolean |
isTemplated() |
void |
setHref(String href) |
void |
setTemplated(boolean templated) |
String |
toString() |
public RelSelf href(String href)
href - href to be associated with RelSelfpublic boolean isTemplated()
public void setTemplated(boolean templated)
public 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