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 java.lang.Object
implements CustomFieldValue


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

Constructor Detail

CustomFieldValueImpl

public CustomFieldValueImpl(java.lang.String value,
                            java.lang.Long parentKey)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface CustomFieldValue

getParentKey

public java.lang.Long getParentKey()
Specified by:
getParentKey in interface CustomFieldValue

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2011 Atlassian. All Rights Reserved.