org.apache.maven.plugin.javadoc.options
Class OfflineLink

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.OfflineLink
All Implemented Interfaces:
Serializable

public class OfflineLink
extends Object
implements Serializable

An offline link parameter.

Version:
$Revision: 829396 $ $Date: 2012-08-19 17:35:19 +0000 (Sun, 19 Aug 2012) $
See Also:
Serialized Form

Constructor Summary
OfflineLink()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OfflineLink

public OfflineLink()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getLocation

public String getLocation()
Get the location of the link.

Returns:
String

getUrl

public String getUrl()
Get the url of the link.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setLocation

public void setLocation(String location)
Set the location of the link.

Parameters:
location -

setUrl

public void setUrl(String url)
Set the url of the link.

Parameters:
url -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.