pt.ist.fenixframework.core.adt.skiplist
Class SkipListNode_Base

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

public abstract class SkipListNode_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 RoleOne<SkipListNode,AbstractDomainObject> role$$value
           
static DirectRelation<SkipListNode,AbstractDomainObject> SkipListNodeHasValue
           
 
Constructor Summary
protected SkipListNode_Base()
           
 
Method Summary
 ForwardArray getForward()
           
 AbstractDomainObject getValue()
           
 boolean hasValue()
           
 void removeValue()
           
 void setForward(ForwardArray forward)
           
 void setValue(AbstractDomainObject value)
           
 
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$$value

public static final RoleOne<SkipListNode,AbstractDomainObject> role$$value

SkipListNodeHasValue

public static final DirectRelation<SkipListNode,AbstractDomainObject> SkipListNodeHasValue
Constructor Detail

SkipListNode_Base

protected SkipListNode_Base()
Method Detail

getForward

public ForwardArray getForward()

setForward

public void setForward(ForwardArray forward)

getValue

public AbstractDomainObject getValue()

setValue

public void setValue(AbstractDomainObject value)

hasValue

public boolean hasValue()

removeValue

public void removeValue()


Copyright © 2013. All Rights Reserved.