Interface LinkDomNode

All Superinterfaces:
DomNode

public interface LinkDomNode extends DomNode
A dom node representing a link. The link object can be obtained with getLink(), to change the link modify the link object (or create a new) and call setLink(de.espirit.firstspirit.access.link.Link) with the new or changed link instance.
Since:
4.2.17