public abstract class DBHasContent extends DocumentElement
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DocumentElement> |
children |
dgElement, from, fromProperty, id, title
Constructor and Description |
---|
DBHasContent() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(DocumentElement e) |
void |
addElements(java.util.List<DocumentElement> es) |
java.util.List<DocumentElement> |
getChildren() |
java.lang.String |
toString() |
getDgElement, getFrom, getFromProperty, getId, getTitle, setDgElement, setFrom, setFromProperty, setId, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
protected java.util.List<DocumentElement> children
public java.util.List<DocumentElement> getChildren()
public void addElement(DocumentElement e)
public void addElements(java.util.List<DocumentElement> es)
public java.lang.String toString()
toString
in class DocumentElement