com.eviware.soapui.model.support
Class TestStepBeanProperty.BeanPropertyHandler

java.lang.Object
  extended by com.eviware.soapui.model.support.TestStepBeanProperty.BeanPropertyHandler
All Implemented Interfaces:
DefaultTestStepProperty.PropertyHandler
Enclosing class:
TestStepBeanProperty

public static class TestStepBeanProperty.BeanPropertyHandler
extends java.lang.Object
implements DefaultTestStepProperty.PropertyHandler

PropertyHandler for setting/getting bean properties

Author:
Ole.Matzura

Constructor Summary
TestStepBeanProperty.BeanPropertyHandler(java.lang.Object targetObject, java.lang.String targetName)
           
 
Method Summary
 java.lang.String getValue(DefaultTestStepProperty prop)
           
 void setValue(DefaultTestStepProperty property, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStepBeanProperty.BeanPropertyHandler

public TestStepBeanProperty.BeanPropertyHandler(java.lang.Object targetObject,
                                                java.lang.String targetName)
Method Detail

getValue

public java.lang.String getValue(DefaultTestStepProperty prop)
Specified by:
getValue in interface DefaultTestStepProperty.PropertyHandler

setValue

public void setValue(DefaultTestStepProperty property,
                     java.lang.String value)
Specified by:
setValue in interface DefaultTestStepProperty.PropertyHandler


Copyright © 2005-2008 eviware.com. All Rights Reserved.