@Entity public class FieldValueItem extends BambooEntityObject
| 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) |
BuildDefinition |
getBuildDefinition() |
String |
getKey() |
Integer |
getRow() |
String |
getValue() |
int |
hashCode() |
void |
setBuildDefinition(BuildDefinition buildDefinition) |
void |
setKey(String key) |
void |
setRow(int row) |
void |
setValue(String value) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitsetIdgetIdpublic 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()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(Object obj)
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.