-
public final class HyperlinkDatum
-
-
Method Summary
Modifier and Type Method Description final StringgetUrl()The url specification of the hyperlink, it is usually normalized, and can contain load arguments. final StringgetText()A hyperlink should have a text, so the default value is an empty string final IntegergetOrder()The link order, e.g., the order in which the link appears on the referrer page. final StringgetReferrer()A hyperlink might have a referrer, so the default value is null final StringgetArgs()The load argument, can be parsed into a LoadOptions 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
-
getUrl
final String getUrl()
The url specification of the hyperlink, it is usually normalized, and can contain load arguments.
-
getText
final String getText()
A hyperlink should have a text, so the default value is an empty string
-
getOrder
final Integer getOrder()
The link order, e.g., the order in which the link appears on the referrer page.
-
getReferrer
final String getReferrer()
A hyperlink might have a referrer, 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
-
-
-
-