org.apache.felix.bundlerepository
Class PropertyImpl

java.lang.Object
  extended by org.apache.felix.bundlerepository.PropertyImpl

public class PropertyImpl
extends Object


Constructor Summary
PropertyImpl()
           
PropertyImpl(String name, String type, String value)
           
 
Method Summary
 String getN()
           
 String getT()
           
 Object getV()
           
 void setN(String name)
           
 void setT(String type)
           
 void setV(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyImpl

public PropertyImpl()

PropertyImpl

public PropertyImpl(String name,
                    String type,
                    String value)
Method Detail

setN

public void setN(String name)

getN

public String getN()

setT

public void setT(String type)

getT

public String getT()

setV

public void setV(String value)

getV

public Object getV()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.