public abstract class LeafNode_Base extends AbstractNode
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
LeafNode_Base() |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<Comparable,? extends Serializable> |
getEntries() |
LeafNode |
getNext() |
LeafNode |
getPrevious() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<LeafNode,LeafNode> |
getRelationAdtLeafNodeHasSibling() |
void |
setEntries(TreeMap<Comparable,? extends Serializable> entries) |
void |
setNext(LeafNode next) |
void |
setPrevious(LeafNode previous) |
externalizeTreeMap, internalizeTreeMapgetParent, getRelationAdtNodeHasParent, setParentcheckForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplaceclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, iterator, spliteratorpublic static pt.ist.fenixframework.dml.runtime.DirectRelation<LeafNode,LeafNode> getRelationAdtLeafNodeHasSibling()
public TreeMap<Comparable,? extends Serializable> getEntries()
public void setEntries(TreeMap<Comparable,? extends Serializable> entries)
public LeafNode getPrevious()
public void setPrevious(LeafNode previous)
public LeafNode getNext()
public void setNext(LeafNode next)
Copyright © 2018 FenixEdu. All rights reserved.