net.dpml.library
Interface Info

All Known Implementing Classes:
InfoDirective

public interface Info

Interface implemented by info handlers.

Version:
1.0.0
Author:
The Digital Product Meta Library

Method Summary
 String getDescription()
          Return the resource description.
 String getTitle()
          Return the resource title.
 

Method Detail

getTitle

public String getTitle()
Return the resource title.

Returns:
the title

getDescription

public String getDescription()
Return the resource description.

Returns:
the description