org.apache.felix.scrplugin.om
Class Implementation

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

public class Implementation
extends Object

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


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

Field Detail

classname

protected String classname
The class name.

Constructor Detail

Implementation

public Implementation()

Implementation

public Implementation(String name)
Method Detail

getClassame

public String getClassame()

setClassname

public void setClassname(String name)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.