public class FieldValueItem extends BambooEntityObject
id| Constructor and Description |
|---|
FieldValueItem() |
FieldValueItem(String key,
String value) |
FieldValueItem(String key,
String value,
int row) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o)
This method needs to be here in order to use proper id
|
BuildDefinition |
getBuildDefinition() |
String |
getKey() |
Integer |
getRow() |
String |
getValue() |
int |
hashCode()
This method needs to be here in order to use proper id
|
void |
setBuildDefinition(BuildDefinition buildDefinition) |
void |
setKey(String key) |
void |
setRow(int row) |
void |
setValue(String value) |
String |
toString() |
getId, setIdpublic BuildDefinition getBuildDefinition()
public void setBuildDefinition(BuildDefinition buildDefinition)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Integer getRow()
public void setRow(int row)
public int hashCode()
BambooEntityObjecthashCode in class BambooEntityObjectpublic boolean equals(Object o)
BambooEntityObjectequals in class BambooEntityObjectpublic int compareTo(Object obj)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.