Class LinkedList_Base

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

    public abstract class LinkedList_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 LinkedList_Base()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pt.ist.fenixframework.adt.linkedlist.ListNode getHead()  
      static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.linkedlist.LinkedList,​pt.ist.fenixframework.adt.linkedlist.ListNode> getRelationLinkedListHasHeadNode()  
      void setHead​(pt.ist.fenixframework.adt.linkedlist.ListNode head)  
      • 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

      • LinkedList_Base

        protected LinkedList_Base()
    • Method Detail

      • getRelationLinkedListHasHeadNode

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.linkedlist.LinkedList,​pt.ist.fenixframework.adt.linkedlist.ListNode> getRelationLinkedListHasHeadNode()
      • getHead

        public pt.ist.fenixframework.adt.linkedlist.ListNode getHead()
      • setHead

        public void setHead​(pt.ist.fenixframework.adt.linkedlist.ListNode head)