com.xebialabs.deployit.test.support.stubs
Class StubConfigurationItem
java.lang.Object
com.xebialabs.deployit.test.support.stubs.StubConfigurationItem
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem
public class StubConfigurationItem
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isBooleanProperty
public boolean isBooleanProperty()
getStringProperty
public java.lang.String getStringProperty()
getIntProperty
public int getIntProperty()
getEnumProperty
public com.xebialabs.deployit.test.support.stubs.StubConfigurationItem.EnumValues getEnumProperty()
setBooleanProperty
public void setBooleanProperty(boolean booleanProperty)
setStringProperty
public void setStringProperty(java.lang.String stringProperty)
setIntProperty
public void setIntProperty(int intProperty)
setEnumProperty
public void setEnumProperty(com.xebialabs.deployit.test.support.stubs.StubConfigurationItem.EnumValues enumProperty)
Copyright © 2009. All Rights Reserved.