Class DomainBPlusTreeData_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.DomainBPlusTreeData_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class DomainBPlusTreeData_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
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,pt.ist.fenixframework.DomainBPlusTreeJVSTM>
     
    int
     
    pt.ist.fenixframework.DomainBPlusTreeJVSTM
     
    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

    Methods inherited from class java.lang.Object

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

    • DomainBPlusTreeData_Base

      protected DomainBPlusTreeData_Base()
  • Method Details

    • 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)