@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, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
public 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.EntityObject
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(Object obj)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.