com.xebialabs.deployit.core.api.dto
Class PropertyValue

java.lang.Object
  extended by com.xebialabs.deployit.core.api.dto.PropertyValue

public class PropertyValue
extends java.lang.Object


Constructor Summary
PropertyValue(java.lang.String propValue)
           
PropertyValue(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyValue

public PropertyValue(java.lang.String propValue)

PropertyValue

public PropertyValue(java.lang.String key,
                     java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

getKey

public java.lang.String getKey()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object