pt.ist.fenixframework.core.adt.bplustree
Class AbstractNodeArray_Base

Package class diagram package AbstractNodeArray_Base
java.lang.Object
  extended by pt.ist.fenixframework.core.AbstractDomainObject
      extended by pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray_Base
All Implemented Interfaces:
Serializable, DomainObject
Direct Known Subclasses:
AbstractNodeArray

public abstract class AbstractNodeArray_Base
extends AbstractDomainObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
AbstractDomainObject.SerializedForm
 
Field Summary
static DirectRelation<AbstractNodeArray,InnerNodeArray> NodeArrayHasParent
           
static RoleOne<AbstractNodeArray,InnerNodeArray> role$$parent
           
 
Constructor Summary
protected AbstractNodeArray_Base()
           
 
Method Summary
 InnerNodeArray getParent()
           
 boolean hasParent()
           
 void removeParent()
           
 void setParent(InnerNodeArray parent)
           
 
Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
ensureOid, equals, getExternalId, getOid, hashCode, makeSerializedForm, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

role$$parent

public static final RoleOne<AbstractNodeArray,InnerNodeArray> role$$parent

NodeArrayHasParent

public static final DirectRelation<AbstractNodeArray,InnerNodeArray> NodeArrayHasParent
Constructor Detail

AbstractNodeArray_Base

protected AbstractNodeArray_Base()
Method Detail

getParent

public InnerNodeArray getParent()

setParent

public void setParent(InnerNodeArray parent)

hasParent

public boolean hasParent()

removeParent

public void removeParent()


Copyright © 2013. All Rights Reserved.