@Immutable @ParametersAreNonnullByDefault public abstract class AbstractTerminologyEvent extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
newName |
protected String |
newNamePlural |
protected String |
oldName |
protected String |
oldNamePlural |
protected String |
originalName |
Constructor and Description |
---|
AbstractTerminologyEvent(String originalName,
String newName,
String newNamePlural,
String oldName,
String oldNamePlural) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getNewName() |
String |
getNewNamePlural() |
String |
getOldName() |
String |
getOldNamePlural() |
String |
getOriginalName() |
int |
hashCode() |
String |
toString() |
protected final String originalName
protected final String newName
protected final String newNamePlural
protected final String oldName
protected final String oldNamePlural
Copyright © 2002-2023 Atlassian. All Rights Reserved.