Class AbstractNodeArray_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.adt.bplustree.AbstractNodeArray_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
pt.ist.fenixframework.adt.bplustree.AbstractNodeArray

public abstract class AbstractNodeArray_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    pt.ist.fenixframework.adt.bplustree.InnerNodeArray
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray,pt.ist.fenixframework.adt.bplustree.InnerNodeArray>
     
    void
    setParent(pt.ist.fenixframework.adt.bplustree.InnerNodeArray parent)
     

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AbstractNodeArray_Base

      protected AbstractNodeArray_Base()
  • Method Details

    • getRelationNodeArrayHasParent

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray,pt.ist.fenixframework.adt.bplustree.InnerNodeArray> getRelationNodeArrayHasParent()
    • getParent

      public pt.ist.fenixframework.adt.bplustree.InnerNodeArray getParent()
    • setParent

      public void setParent(pt.ist.fenixframework.adt.bplustree.InnerNodeArray parent)