Package io.keikai.model.impl
Class HyperlinkImpl
- java.lang.Object
-
- io.keikai.model.impl.AbstractHyperlinkAdv
-
- io.keikai.model.impl.HyperlinkImpl
-
- All Implemented Interfaces:
SHyperlink
,Serializable
public class HyperlinkImpl extends AbstractHyperlinkAdv
- 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 HyperlinkImpl(SHyperlink.HyperlinkType type, String address, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractHyperlinkAdv
clone()
String
getAddress()
String
getLabel()
SHyperlink.HyperlinkType
getType()
void
setAddress(String address)
void
setLabel(String label)
void
setType(SHyperlink.HyperlinkType type)
-
-
-
Constructor Detail
-
HyperlinkImpl
public HyperlinkImpl(SHyperlink.HyperlinkType type, String address, String label)
-
-
Method Detail
-
getType
public SHyperlink.HyperlinkType getType()
-
setType
public void setType(SHyperlink.HyperlinkType type)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
clone
public AbstractHyperlinkAdv clone()
- Specified by:
clone
in classAbstractHyperlinkAdv
-
-