public class

CustomFieldValueImpl

extends Object
implements CustomFieldValue
java.lang.Object
   ↳ com.atlassian.jira.issue.customfields.customfieldvalue.CustomFieldValueImpl

Summary

Public Constructors
CustomFieldValueImpl(String value, Long parentKey)
Public Methods
Long getParentKey()
String getValue()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.customfields.customfieldvalue.CustomFieldValue

Public Constructors

public CustomFieldValueImpl (String value, Long parentKey)

Public Methods

public Long getParentKey ()

public String getValue ()

public String toString ()