com.xebialabs.deployit.test.support.stubs
Class StubConfigurationItem

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

Method Summary
 com.xebialabs.deployit.test.support.stubs.StubConfigurationItem.EnumValues getEnumProperty()
           
 int getIntProperty()
           
 java.lang.String getStringProperty()
           
 boolean isBooleanProperty()
           
 void setBooleanProperty(boolean booleanProperty)
           
 void setEnumProperty(com.xebialabs.deployit.test.support.stubs.StubConfigurationItem.EnumValues enumProperty)
           
 void setIntProperty(int intProperty)
           
 void setStringProperty(java.lang.String stringProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.