Class StructElement

java.lang.Object
io.goobi.viewer.model.viewer.StructElementStub
io.goobi.viewer.model.viewer.StructElement
All Implemented Interfaces:
Serializable, Comparable<StructElementStub>

public class StructElement extends StructElementStub implements Comparable<StructElementStub>, Serializable
Each instance of this class represents a structure element. This class extends StructElementStub and contains additional memory-intensive members such as the corresponding Solr document, references to parent and child StructElements and full-text.
See Also: