Class ListNode_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class ListNode_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

        pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ListNode_Base()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pt.ist.fenixframework.adt.linkedlist.KeyValue getKeyValue()  
      pt.ist.fenixframework.adt.linkedlist.ListNode getNext()  
      static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.linkedlist.ListNode,​pt.ist.fenixframework.adt.linkedlist.ListNode> getRelationListNodeHasNext()  
      void setKeyValue​(pt.ist.fenixframework.adt.linkedlist.KeyValue keyValue)  
      void setNext​(pt.ist.fenixframework.adt.linkedlist.ListNode next)  
      • Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

        checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
    • Constructor Detail

      • ListNode_Base

        protected ListNode_Base()
    • Method Detail

      • getRelationListNodeHasNext

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.linkedlist.ListNode,​pt.ist.fenixframework.adt.linkedlist.ListNode> getRelationListNodeHasNext()
      • getKeyValue

        public pt.ist.fenixframework.adt.linkedlist.KeyValue getKeyValue()
      • setKeyValue

        public void setKeyValue​(pt.ist.fenixframework.adt.linkedlist.KeyValue keyValue)
      • getNext

        public pt.ist.fenixframework.adt.linkedlist.ListNode getNext()
      • setNext

        public void setNext​(pt.ist.fenixframework.adt.linkedlist.ListNode next)