com.eviware.soapui.model.support
Class DefaultTestStepProperty

java.lang.Object
  extended by 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

Nested Class Summary
static interface DefaultTestStepProperty.PropertyHandler
          Handler for providing and setting property values
static class DefaultTestStepProperty.PropertyHandlerAdapter
          Empty implementation of PropertyHandler interface
static class DefaultTestStepProperty.SimplePropertyHandler
          Simple implementation of PropertyHandler interface
 
Constructor Summary
DefaultTestStepProperty(java.lang.String name, boolean isReadOnly, DefaultTestStepProperty.PropertyHandler handler, TestStep testStep)
           
DefaultTestStepProperty(java.lang.String name, boolean isReadOnly, TestStep testStep)
           
DefaultTestStepProperty(java.lang.String name, TestStep testStep)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 TestStep getTestStep()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 void setDescription(java.lang.String description)
           
 void setIsReadOnly(boolean isReadOnly)
           
 void setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.