- java.lang.Object
-
- org.dhatim.fastexcel.HyperLink
-
public class HyperLink extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static HyperLinkexternal(String linkStr, String displayStr)Static factory method which allows to create external HyperLinkStringgetDisplayStr()StringgetLinkStr()inthashCode()static HyperLinkinternal(String linkStr, String displayStr)Static factory method which allows to create internal HyperLink
-
-
-
Constructor Detail
-
HyperLink
public HyperLink(String linkStr)
-
-
Method Detail
-
external
public static HyperLink external(String linkStr, String displayStr)
Static factory method which allows to create external HyperLink- Parameters:
linkStr- external link for which the hyperlink will lead todisplayStr- string which will displayed in hyperlink cell- Returns:
- External HyperLink
-
internal
public static HyperLink internal(String linkStr, String displayStr)
Static factory method which allows to create internal HyperLink- Parameters:
linkStr- link for which the hyperlink will lead todisplayStr- string which will displayed in hyperlink cell- Returns:
- Internal HyperLink
-
getDisplayStr
public String getDisplayStr()
-
getLinkStr
public String getLinkStr()
-
-