com.atlassian.jira.external.beans
Class ExternalCustomFieldValue

java.lang.Object
  extended by com.atlassian.jira.external.beans.ExternalCustomFieldValue

public class ExternalCustomFieldValue
extends Object


Constructor Summary
ExternalCustomFieldValue()
           
ExternalCustomFieldValue(String key, String value)
           
 
Method Summary
 String getCustomfieldId()
           
 String getKey()
           
 String getValue()
           
 void setCustomfieldId(String customfieldId)
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalCustomFieldValue

public ExternalCustomFieldValue()

ExternalCustomFieldValue

public ExternalCustomFieldValue(String key,
                                String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getCustomfieldId

public String getCustomfieldId()

setCustomfieldId

public void setCustomfieldId(String customfieldId)

getKey

public String getKey()

setKey

public void setKey(String key)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.