com.atlassian.jira.imports.project.customfield
Interface ExternalCustomFieldValue

All Known Implementing Classes:
ExternalCustomFieldValueImpl

public interface ExternalCustomFieldValue

Represents a custom field value that has been taken from backup data.

Since:
v3.13

Method Summary
 String getCustomFieldId()
          Returns the ID of the CustomField that this value is stored for.
 String getId()
          Returns the ID of the CustomFieldValue.
 String getIssueId()
          Returns the Issue ID that this value was stored against.
 String getParentKey()
          Returns the Parent Key for this Custom Field Value.
 String getValue()
          Returns the String representation of the value that is stored.
 

Method Detail

getId

String getId()
Returns the ID of the CustomFieldValue.

Returns:
the ID of the CustomFieldValue.

getCustomFieldId

String getCustomFieldId()
Returns the ID of the CustomField that this value is stored for.

Returns:
the ID of the CustomField that this value is stored for.

getIssueId

String getIssueId()
Returns the Issue ID that this value was stored against.

Returns:
the Issue ID that this value was stored against.

getParentKey

String getParentKey()
Returns the Parent Key for this Custom Field Value. This is normally null, but the "Cascading Select" Custom Field will store the parent Option ID in this field.

Returns:
the Parent Key for this Custom Field Value.

getValue

String getValue()
Returns the String representation of the value that is stored.

Returns:
the String representation of the value that is stored.


Copyright © 2002-2010 Atlassian. All Rights Reserved.