public class CustomStepProperty
extends java.lang.Object
TestsService| Constructor and Description |
|---|
CustomStepProperty()
Creates a new custom step property
|
CustomStepProperty(int propertyId,
int propertySequence,
java.lang.String propertyName,
java.lang.String propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id of the step this property belongs to
|
java.lang.String |
getName()
Gets the name of this custom step property
|
int |
getSequence()
Gets the index of the step within the manual test definition
|
java.lang.String |
getValue()
Gets the value of this custom step property
|
void |
setId(int id)
Sets the id of the step this property belongs to
|
void |
setName(java.lang.String name)
Sets the name of this custom step property
|
void |
setSequence(int sequence)
Sets the index of the step within the manual test definition
|
void |
setValue(java.lang.String value)
Sets the value of this custom step property
|
public CustomStepProperty()
public CustomStepProperty(int propertyId,
int propertySequence,
java.lang.String propertyName,
java.lang.String propertyValue)
public int getId()
public void setId(int id)
id - of the step this property belongs topublic int getSequence()
public void setSequence(int sequence)
sequence - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - Copyright © Micro Focus 2004-2019. All rights reserved.