net.dpml.lang
Interface PartManager


@MXBean
public interface PartManager

Management interface to a generic part instance.

Version:
2.1.1
Author:
Digital Product Management Library

Method Summary
 String getCodebaseURI()
          Returns the part URI as a string.
 String getDescription()
          Returns the part description.
 String getTitle()
          Returns the part title.
 

Method Detail

getCodebaseURI

String getCodebaseURI()
Returns the part URI as a string.

Returns:
the codebase uri

getTitle

String getTitle()
Returns the part title.

Returns:
the title

getDescription

String getDescription()
Returns the part description.

Returns:
the description