net.dpml.lang
Interface PartManager


@MXBean
public interface PartManager

Management interface to a generic part instance.

Version:
2.0.3
Author:
Digital Product Management Laboratory

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

Method Detail

getCodebaseURI

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

Returns:
the codebase uri

getTitle

java.lang.String getTitle()
Returns the part title.

Returns:
the title

getDescription

java.lang.String getDescription()
Returns the part description.

Returns:
the description