@Entity public class VariableContextBaselineImpl extends BambooEntityObject implements VariableContextBaseline
Constructor and Description |
---|
VariableContextBaselineImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
VariableBaselineItem |
findByKey(String key) |
String |
getHash() |
com.google.common.collect.ImmutableList<VariableBaselineItem> |
getVariables() |
int |
hashCode() |
protected void |
initVariables(FinalArrayList<VariableBaselineItem> variables) |
static Predicate<VariableContextBaselineImpl> |
sameBaseline(VariableContextBaselineImpl originalBaseline) |
protected void |
setHash(String hash) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
protected void initVariables(FinalArrayList<VariableBaselineItem> variables)
@Nullable public VariableBaselineItem findByKey(String key)
findByKey
in interface VariableContextBaseline
public static Predicate<VariableContextBaselineImpl> sameBaseline(@NotNull VariableContextBaselineImpl originalBaseline)
public com.google.common.collect.ImmutableList<VariableBaselineItem> getVariables()
getVariables
in interface VariableContextBaseline
public String getHash()
protected void setHash(String hash)
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.