com.atlassian.jira.external.beans
Class ExternalCustomFieldValue

java.lang.Object
  extended bycom.atlassian.jira.external.beans.ExternalCustomFieldValue

public class ExternalCustomFieldValue
extends Object


Field Summary
(package private)  String value
           
 
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
 

Field Detail

value

String value
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()


Copyright © 2002-2006 Atlassian. All Rights Reserved.