com.atlassian.jira.issue.customfields.customfieldvalue
Class CustomFieldValueImpl

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.customfieldvalue.CustomFieldValueImpl
All Implemented Interfaces:
CustomFieldValue

public class CustomFieldValueImpl
extends Object
implements CustomFieldValue


Constructor Summary
CustomFieldValueImpl(String value, Long parentKey)
           
 
Method Summary
 Long getParentKey()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomFieldValueImpl

public CustomFieldValueImpl(String value,
                            Long parentKey)
Method Detail

getValue

public String getValue()
Specified by:
getValue in interface CustomFieldValue

getParentKey

public Long getParentKey()
Specified by:
getParentKey in interface CustomFieldValue

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.