Class MutableTopicLink
- java.lang.Object
-
- io.thestencil.staticontent.spi.beans.MutableTopicLink
-
- All Implemented Interfaces:
SiteContent.TopicLink
public class MutableTopicLink extends Object implements SiteContent.TopicLink
-
-
Constructor Summary
Constructors Constructor Description MutableTopicLink()MutableTopicLink(String id, String type, String name, String value, Boolean secured)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()BooleangetSecured()StringgetType()StringgetValue()voidsetId(String id)voidsetName(String name)voidsetSecured(Boolean secured)voidsetType(String type)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceSiteContent.TopicLink
-
getType
public String getType()
- Specified by:
getTypein interfaceSiteContent.TopicLink
-
getName
public String getName()
- Specified by:
getNamein interfaceSiteContent.TopicLink
-
getValue
public String getValue()
- Specified by:
getValuein interfaceSiteContent.TopicLink
-
getSecured
public Boolean getSecured()
- Specified by:
getSecuredin interfaceSiteContent.TopicLink
-
setId
public void setId(String id)
-
setType
public void setType(String type)
-
setName
public void setName(String name)
-
setValue
public void setValue(String value)
-
setSecured
public void setSecured(Boolean secured)
-
-