public abstract class DomainBPlusTreeData_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
DomainBPlusTreeData_Base() |
| Modifier and Type | Method and Description |
|---|---|
static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainBPlusTreeData,DomainBPlusTreeJVSTM> |
getRelationDomainBPlusTreeJVSTMData() |
int |
getSize() |
DomainBPlusTreeJVSTM |
getTree() |
void |
setSize(int size) |
void |
setTree(DomainBPlusTreeJVSTM tree) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainBPlusTreeData,DomainBPlusTreeJVSTM> getRelationDomainBPlusTreeJVSTMData()
public int getSize()
public void setSize(int size)
public DomainBPlusTreeJVSTM getTree()
public void setTree(DomainBPlusTreeJVSTM tree)
Copyright © 2018 FenixEdu. All rights reserved.