public abstract class LeafNodeArray_Base extends AbstractNodeArray
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
LeafNodeArray_Base() |
| Modifier and Type | Method and Description |
|---|---|
DoubleArray<Serializable> |
getEntries() |
LeafNodeArray |
getNext() |
LeafNodeArray |
getPrevious() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<LeafNodeArray,LeafNodeArray> |
getRelationLeafNodeArrayHasSibling() |
void |
setEntries(DoubleArray<Serializable> entries) |
void |
setNext(LeafNodeArray next) |
void |
setPrevious(LeafNodeArray previous) |
externalizeArrays, internalizeArraysgetParent, getRelationNodeArrayHasParent, 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<LeafNodeArray,LeafNodeArray> getRelationLeafNodeArrayHasSibling()
public DoubleArray<Serializable> getEntries()
public void setEntries(DoubleArray<Serializable> entries)
public LeafNodeArray getPrevious()
public void setPrevious(LeafNodeArray previous)
public LeafNodeArray getNext()
public void setNext(LeafNodeArray next)
Copyright © 2018 FenixEdu. All rights reserved.