Daisy Open Source CMS

org.outerj.daisy.repository
Interface Link


public interface Link

An "out-of-line" link associated with a Document or Version.


Method Summary
 String getTarget()
          The target of the link, thus some URI.
 String getTitle()
          A title for the link.
 

Method Detail

getTarget

String getTarget()
The target of the link, thus some URI.


getTitle

String getTitle()
A title for the link.


Daisy Open Source CMS