Package pt.ist.fenixframework
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainBPlusTreeData,pt.ist.fenixframework.DomainBPlusTreeJVSTM> intgetSize()pt.ist.fenixframework.DomainBPlusTreeJVSTMgetTree()voidsetSize(int size) voidsetTree(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 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)
-