-
public final class HyperlinkDatum
-
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final StringgetText()A hyperlink should have a text, so the default value is an empty string final IntegergetOrder()The link order, e.g. final StringgetReferer()A hyperlink might have a referer, so the default value is null final StringgetArgs()A programmer might give a argument to a hyperlink, so the default value is null final StringgetHref()The hypertext reference, It defines the address of the document, which this time is linked from final UnitsetHref(String href)The hypertext reference, It defines the address of the document, which this time is linked from final BooleangetIsPersistable()If this link is persistable final IntegergetDepth()The depth -
-
Method Detail
-
getText
final String getText()
A hyperlink should have a text, so the default value is an empty string
-
getReferer
final String getReferer()
A hyperlink might have a referer, so the default value is null
-
getArgs
final String getArgs()
A programmer might give a argument to a hyperlink, so the default value is null
-
getHref
final String getHref()
The hypertext reference, It defines the address of the document, which this time is linked from
-
setHref
final Unit setHref(String href)
The hypertext reference, It defines the address of the document, which this time is linked from
-
getIsPersistable
final Boolean getIsPersistable()
If this link is persistable
-
-
-
-