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

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

public class OfflineLink
extends java.lang.Object
implements java.io.Serializable

An offline link parameter.

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

Constructor Summary
OfflineLink()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getLocation()
          Get the location of the link.
 java.lang.String getUrl()
          Get the url of the link.
 int hashCode()
          Method hashCode.
 void setLocation(java.lang.String location)
          Set the location of the link.
 void setUrl(java.lang.String url)
          Set the url of the link.
 java.lang.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(java.lang.Object other)
Method equals.

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:
boolean

getLocation

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

Returns:
String

getUrl

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

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.Object
Returns:
int

setLocation

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

Parameters:
location -

setUrl

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

Parameters:
url -

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class java.lang.Object
Returns:
String


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