public abstract class ListNode_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
ListNode_Base() |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
getKeyValue() |
ListNode |
getNext() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<ListNode,ListNode> |
getRelationListNodeHasNext() |
void |
setKeyValue(KeyValue keyValue) |
void |
setNext(ListNode next) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<ListNode,ListNode> getRelationListNodeHasNext()
public KeyValue getKeyValue()
public void setKeyValue(KeyValue keyValue)
public ListNode getNext()
public void setNext(ListNode next)
Copyright © 2018 FenixEdu. All rights reserved.