|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.javadoc.options.OfflineLink
public class OfflineLink
An offline link parameter.
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 |
---|
public OfflineLink()
Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
-
public java.lang.String getLocation()
public java.lang.String getUrl()
public int hashCode()
hashCode
in class java.lang.Object
public void setLocation(java.lang.String location)
location
- public void setUrl(java.lang.String url)
url
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |