public abstract class LinkedList_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
LinkedList_Base() |
| Modifier and Type | Method and Description |
|---|---|
ListNode |
getHead() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<LinkedList,ListNode> |
getRelationLinkedListHasHeadNode() |
void |
setHead(ListNode head) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<LinkedList,ListNode> getRelationLinkedListHasHeadNode()
public ListNode getHead()
public void setHead(ListNode head)
Copyright © 2018 FenixEdu. All rights reserved.