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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDomainBPlusTreeData_Base()
-
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()intgetSize()pt.ist.fenixframework.DomainBPlusTreeJVSTMgetTree()voidsetSize(int size)voidsetTree(pt.ist.fenixframework.DomainBPlusTreeJVSTM tree)
-
-
-
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)
-
-