org.apache.felix.bundlerepository
Class PropertyImpl

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

public class PropertyImpl
extends java.lang.Object


Constructor Summary
PropertyImpl()
           
PropertyImpl(java.lang.String name, java.lang.String type, java.lang.String value)
           
 
Method Summary
 java.lang.String getN()
           
 java.lang.String getT()
           
 java.lang.Object getV()
           
 void setN(java.lang.String name)
           
 void setT(java.lang.String type)
           
 void setV(java.lang.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(java.lang.String name,
                    java.lang.String type,
                    java.lang.String value)
Method Detail

setN

public void setN(java.lang.String name)

getN

public java.lang.String getN()

setT

public void setT(java.lang.String type)

getT

public java.lang.String getT()

setV

public void setV(java.lang.String value)

getV

public java.lang.Object getV()