Class Mark
- java.lang.Object
-
- de.digitalcollections.model.text.contentblock.Mark
-
public class Mark extends Object
A mark for marking special text (like html-tags "em", "strong")
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(String key, Object value)booleanequals(Object o)ObjectgetAttribute(String key)Map<String,Object>getAttributes()StringgetType()inthashCode()voidsetAttributes(Map<String,Object> attributes)voidsetType(String type)StringtoString()
-