Class ContentBlockWithAttributes
- java.lang.Object
-
- de.digitalcollections.model.text.contentblock.ContentBlock
-
- de.digitalcollections.model.text.contentblock.ContentBlockWithAttributes
-
public abstract class ContentBlockWithAttributes extends ContentBlock
-
-
Constructor Summary
Constructors Constructor Description ContentBlockWithAttributes()
-
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()inthashCode()voidsetAttributes(Map<String,Object> attributes)StringtoString()
-