public class OfflineLink extends Object implements Serializable
| Constructor and Description | 
|---|
OfflineLink()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)
Method equals. 
 | 
String | 
getLocation()
Get the location of the link. 
 | 
String | 
getUrl()
Get the url of the link. 
 | 
int | 
hashCode()
Method hashCode. 
 | 
void | 
setLocation(String location)
Set the location of the link. 
 | 
void | 
setUrl(String url)
Set the url of the link. 
 | 
String | 
toString()
Method toString. 
 | 
public boolean equals(Object other)
public String getLocation()
public String getUrl()
public void setLocation(String location)
location - a location object.public void setUrl(String url)
url - a url object.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.