Class DomainBPlusTreeData_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class DomainBPlusTreeData_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
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,​pt.ist.fenixframework.DomainBPlusTreeJVSTM> getRelationDomainBPlusTreeJVSTMData()  
      int getSize()  
      pt.ist.fenixframework.DomainBPlusTreeJVSTM getTree()  
      void setSize​(int size)  
      void setTree​(pt.ist.fenixframework.DomainBPlusTreeJVSTM tree)  
      • 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

      • DomainBPlusTreeData_Base

        protected DomainBPlusTreeData_Base()
    • Method Detail

      • getRelationDomainBPlusTreeJVSTMData

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,​pt.ist.fenixframework.DomainBPlusTreeJVSTM> getRelationDomainBPlusTreeJVSTMData()
      • getSize

        public int getSize()
      • setSize

        public void setSize​(int size)
      • getTree

        public pt.ist.fenixframework.DomainBPlusTreeJVSTM getTree()
      • setTree

        public void setTree​(pt.ist.fenixframework.DomainBPlusTreeJVSTM tree)