com.atlassian.bamboo.migration.stream
Class CustomBuildDataBean

java.lang.Object
  extended by com.atlassian.bamboo.migration.stream.CustomBuildDataBean

public class CustomBuildDataBean
extends java.lang.Object


Constructor Summary
CustomBuildDataBean()
           
CustomBuildDataBean(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 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

CustomBuildDataBean

public CustomBuildDataBean()

CustomBuildDataBean

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

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2010 Atlassian. All Rights Reserved.