Class ImageImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockImpl
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockWithAttributesImpl
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks.ImageImpl
- All Implemented Interfaces:
ContentBlock,Attributes,Image
public class ImageImpl extends ContentBlockWithAttributesImpl implements Image
-
Constructor Summary
-
Method Summary
Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockWithAttributesImpl
addAttribute, equals, getAttribute, getAttributes, hashCode, setAttributes, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks.Attributes
addAttribute, getAttribute, getAttributes, setAttributes
-
Constructor Details
-
ImageImpl
public ImageImpl() -
ImageImpl
public ImageImpl(java.lang.String alignment, java.lang.String altText, java.lang.String caption, boolean linkNewTab, java.lang.String linkUrl, java.lang.String resourceId, java.lang.String title, java.lang.String url, java.lang.String width)
-