@Entity public class CapabilityImpl extends BambooEntityObject implements Capability
SYSTEM_PREFIX| Constructor and Description |
|---|
CapabilityImpl() |
CapabilityImpl(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
void |
copyValueFrom(Capability other) |
boolean |
equals(Object o) |
CapabilitySet |
getCapabilitySet() |
String |
getKey()
Get the key representing the capability
|
String |
getValue()
A value of the capability property.
|
String |
getValueWithDefault()
A null-safe getter of value of the capability property.
|
int |
hashCode() |
void |
setCapabilitySet(CapabilitySet capabilitySet) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitsetIdgetId@NotNull public String getKey()
CapabilitygetKey in interface Capabilitypublic void setKey(@NotNull
String key)
setKey in interface Capability@Nullable public String getValue()
CapabilityRequirementgetValue in interface Capability@NotNull public String getValueWithDefault()
CapabilityRequirementgetValueWithDefault in interface Capabilitypublic void setValue(@Nullable
String value)
setValue in interface Capabilitypublic CapabilitySet getCapabilitySet()
getCapabilitySet in interface Capabilitypublic void setCapabilitySet(CapabilitySet capabilitySet)
setCapabilitySet in interface Capabilitypublic void copyValueFrom(Capability other)
copyValueFrom in interface Capabilitypublic 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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.