org.apache.maven.doxia.document
public class DocumentHyperlinkBehaviour extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
DocumentHyperlinkBehaviour() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Method equals.
|
java.lang.String |
getTargetFrame()
Get the name of the default target frame.
|
int |
hashCode()
Method hashCode.
|
void |
setTargetFrame(java.lang.String targetFrame)
Set the name of the default target frame.
|
java.lang.String |
toString()
Method toString.
|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getTargetFrame()
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
public int hashCode()
hashCode
in class java.lang.Object
public void setTargetFrame(java.lang.String targetFrame)
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
targetFrame
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2014. All Rights Reserved.