org.apache.felix.scrplugin.om
Class Implementation

java.lang.Object
  extended by org.apache.felix.scrplugin.om.Implementation

public class Implementation
extends java.lang.Object

Implementation... contains the class name implementing the component.


Field Summary
protected  java.lang.String classname
          The class name.
 
Constructor Summary
Implementation()
           
Implementation(java.lang.String name)
           
 
Method Summary
 java.lang.String getClassame()
           
 void setClassname(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classname

protected java.lang.String classname
The class name.

Constructor Detail

Implementation

public Implementation()

Implementation

public Implementation(java.lang.String name)
Method Detail

getClassame

public java.lang.String getClassame()

setClassname

public void setClassname(java.lang.String name)