IHyperlinkContainer

public interface IHyperlinkContainer

Methods

Method Description
getHyperlink() Gets the hyperlink associated with this IHyperlinkContainer .
setHyperlink(String value) Sets the hyperlink associated with this IHyperlinkContainer .
public abstract String getHyperlink()

Gets the hyperlink associated with this IHyperlinkContainer .

Returns: java.lang.String - The hyperlink associated with this IHyperlinkContainer .

public abstract void setHyperlink(String value)

Sets the hyperlink associated with this IHyperlinkContainer .

Parameters:

Parameter Type Description
value java.lang.String The hyperlink associated with this IHyperlinkContainer .