Class IFrameImpl
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.IFrameImpl
- All Implemented Interfaces:
ContentBlock,Attributes,IFrame
public class IFrameImpl extends ContentBlockWithAttributesImpl implements IFrame
-
Constructor Summary
Constructors Constructor Description IFrameImpl()IFrameImpl(java.lang.String src, java.lang.String width, java.lang.String height, java.lang.String title) -
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
-
IFrameImpl
public IFrameImpl() -
IFrameImpl
public IFrameImpl(java.lang.String src, java.lang.String width, java.lang.String height, java.lang.String title)
-