Package io.keikai.model.impl
Class AbstractHyperlinkAdv
- java.lang.Object
-
- io.keikai.model.impl.AbstractHyperlinkAdv
-
- All Implemented Interfaces:
SHyperlink
,Serializable
- Direct Known Subclasses:
HyperlinkImpl
public abstract class AbstractHyperlinkAdv extends Object implements SHyperlink, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.SHyperlink
SHyperlink.HyperlinkType
-
-
Constructor Summary
Constructors Constructor Description AbstractHyperlinkAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AbstractHyperlinkAdv
clone()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.SHyperlink
getAddress, getLabel, getType, setAddress, setLabel, setType
-
-
-
-
Method Detail
-
clone
public abstract AbstractHyperlinkAdv clone()
-
-