org.apache.felix.bundlerepository
Class PropertyImpl
java.lang.Object
org.apache.felix.bundlerepository.PropertyImpl
public class PropertyImpl
- extends java.lang.Object
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 |
PropertyImpl
public PropertyImpl()
PropertyImpl
public PropertyImpl(java.lang.String name,
java.lang.String type,
java.lang.String value)
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()