Package in.erail.glue.common
Class PropertyContext
- java.lang.Object
-
- in.erail.glue.common.PropertyContext
-
public class PropertyContext extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentPath()ObjectgetInstance()MethodgetMethod()ValueProxygetValue()voidsetComponentPath(String pComponentPath)voidsetInstance(Object instance)voidsetMethod(Method method)voidsetValue(ValueProxy pValue)StringtoString()
-
-
-
Method Detail
-
getInstance
public Object getInstance()
-
setInstance
public void setInstance(Object instance)
-
getMethod
public Method getMethod()
-
setMethod
public void setMethod(Method method)
-
getValue
public ValueProxy getValue()
-
setValue
public void setValue(ValueProxy pValue)
-
getComponentPath
public String getComponentPath()
-
setComponentPath
public void setComponentPath(String pComponentPath)
-
-