|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.imports.project.customfield.ExternalCustomFieldValueImpl
public class ExternalCustomFieldValueImpl
Used to store a custom field value for use of importing a backup JIRA project into an existing JIRA instance.
| Constructor Summary | |
|---|---|
ExternalCustomFieldValueImpl(String id,
String customFieldId,
String issueId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getCustomFieldId()
Returns the ID of the CustomField that this value is stored for. |
String |
getDateValue()
|
String |
getId()
Returns the ID of the CustomFieldValue. |
String |
getIssueId()
Returns the Issue ID that this value was stored against. |
String |
getNumberValue()
|
String |
getParentKey()
Returns the Parent Key for this Custom Field Value. |
String |
getStringValue()
|
String |
getTextValue()
|
String |
getValue()
Returns the String representation of the value that is stored. |
int |
hashCode()
|
void |
setDateValue(String dateValue)
|
void |
setNumberValue(String numberValue)
|
void |
setParentKey(String parentKey)
|
void |
setStringValue(String stringValue)
|
void |
setTextValue(String textValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalCustomFieldValueImpl(String id,
String customFieldId,
String issueId)
| Method Detail |
|---|
public String getValue()
ExternalCustomFieldValue
getValue in interface ExternalCustomFieldValuepublic String getCustomFieldId()
ExternalCustomFieldValue
getCustomFieldId in interface ExternalCustomFieldValuepublic String getDateValue()
getDateValue in interface ExternalCustomFieldValuepublic void setDateValue(String dateValue)
public String getId()
ExternalCustomFieldValue
getId in interface ExternalCustomFieldValuepublic String getIssueId()
ExternalCustomFieldValue
getIssueId in interface ExternalCustomFieldValuepublic String getNumberValue()
getNumberValue in interface ExternalCustomFieldValuepublic void setNumberValue(String numberValue)
public String getParentKey()
ExternalCustomFieldValue
getParentKey in interface ExternalCustomFieldValuepublic void setParentKey(String parentKey)
public String getStringValue()
getStringValue in interface ExternalCustomFieldValuepublic void setStringValue(String stringValue)
public String getTextValue()
getTextValue in interface ExternalCustomFieldValuepublic void setTextValue(String textValue)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||