com.eviware.soapui.model.support
Class DefaultTestStepProperty
java.lang.Object
com.eviware.soapui.model.support.DefaultTestStepProperty
- All Implemented Interfaces:
- TestStepProperty
- Direct Known Subclasses:
- TestStepBeanProperty
public class DefaultTestStepProperty
- extends java.lang.Object
- implements TestStepProperty
Default implementation of TestStepProperty interface
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTestStepProperty
public DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
DefaultTestStepProperty.PropertyHandler handler,
TestStep testStep)
DefaultTestStepProperty
public DefaultTestStepProperty(java.lang.String name,
TestStep testStep)
DefaultTestStepProperty
public DefaultTestStepProperty(java.lang.String name,
boolean isReadOnly,
TestStep testStep)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface TestStepProperty
setDescription
public void setDescription(java.lang.String description)
getName
public java.lang.String getName()
- Specified by:
getName
in interface TestStepProperty
setIsReadOnly
public void setIsReadOnly(boolean isReadOnly)
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface TestStepProperty
setPropertyHandler
public void setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler)
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface TestStepProperty
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface TestStepProperty
getTestStep
public TestStep getTestStep()
- Specified by:
getTestStep
in interface TestStepProperty
Copyright © 2005-2007 eviware.com. All Rights Reserved.