public class ExternalCustomFieldValueImpl extends Object implements ExternalCustomFieldValue
Constructor and Description |
---|
ExternalCustomFieldValueImpl(String id,
String customFieldId,
String issueId) |
Modifier and Type | Method and Description |
---|---|
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) |
public String getValue()
ExternalCustomFieldValue
getValue
in interface ExternalCustomFieldValue
public String getCustomFieldId()
ExternalCustomFieldValue
getCustomFieldId
in interface ExternalCustomFieldValue
public String getDateValue()
getDateValue
in interface ExternalCustomFieldValue
public void setDateValue(String dateValue)
public String getId()
ExternalCustomFieldValue
getId
in interface ExternalCustomFieldValue
public String getIssueId()
ExternalCustomFieldValue
getIssueId
in interface ExternalCustomFieldValue
public String getNumberValue()
getNumberValue
in interface ExternalCustomFieldValue
public void setNumberValue(String numberValue)
public String getParentKey()
ExternalCustomFieldValue
getParentKey
in interface ExternalCustomFieldValue
public void setParentKey(String parentKey)
public String getStringValue()
getStringValue
in interface ExternalCustomFieldValue
public void setStringValue(String stringValue)
public String getTextValue()
getTextValue
in interface ExternalCustomFieldValue
public void setTextValue(String textValue)
Copyright © 2002-2019 Atlassian. All Rights Reserved.