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$ $Date$
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 getModelEncoding()
           
 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 setModelEncoding(java.lang.String modelEncoding)
           
 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 -

getLocation

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


getUrl

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

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

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.