public abstract class AbstractExternalAddress extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
_label  | 
private String | 
_url  | 
| Constructor and Description | 
|---|
AbstractExternalAddress(String url,
                       String label)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getLabel()
Getter for the label 
 | 
String | 
getUrl()
Getter for the URL 
 | 
int | 
hashCode()  | 
void | 
setLabel(String label)
Setter for the label 
 | 
void | 
setUrl(String url)
Setter for the URL 
 | 
public AbstractExternalAddress(String url, String label)
url - URL of the websitelabel - Label of the website