Class AbstractNode_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject
    Direct Known Subclasses:
    pt.ist.fenixframework.adt.bplustree.AbstractNode

    public abstract class AbstractNode_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • 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 AbstractNode_Base()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pt.ist.fenixframework.adt.bplustree.InnerNode getParent()  
      static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.AbstractNode,​pt.ist.fenixframework.adt.bplustree.InnerNode> getRelationAdtNodeHasParent()  
      void setParent​(pt.ist.fenixframework.adt.bplustree.InnerNode parent)  
      • Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

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

      • AbstractNode_Base

        protected AbstractNode_Base()
    • Method Detail

      • getRelationAdtNodeHasParent

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.AbstractNode,​pt.ist.fenixframework.adt.bplustree.InnerNode> getRelationAdtNodeHasParent()
      • getParent

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

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