Class MutableBlob
- java.lang.Object
-
- io.thestencil.staticontent.spi.beans.MutableBlob
-
- All Implemented Interfaces:
SiteContent.Blob
public class MutableBlob extends Object implements SiteContent.Blob
-
-
Constructor Summary
Constructors Constructor Description MutableBlob()MutableBlob(String id, String value)
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceSiteContent.Blob
-
getValue
public String getValue()
- Specified by:
getValuein interfaceSiteContent.Blob
-
setId
public void setId(String id)
-
setValue
public void setValue(String value)
-
-