public abstract class AbstractAmendment extends Object implements Amendment
CORRECTION, ERROR, UNFIXABLE_ERROR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAmendment(int type,
String bugId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBugId() |
String |
getMessage() |
protected int |
getType() |
int |
hashCode() |
boolean |
isCorrection() |
boolean |
isError() |
protected boolean |
isValidType(int type) |
boolean |
isWarning() |
protected void |
setBugId(String bugId) |
protected void |
setMessage(String message) |
protected void |
setType(int type) |
String |
toString() |
public boolean isCorrection()
isCorrection in interface Amendmentprotected int getType()
protected void setType(int type)
protected boolean isValidType(int type)
public String getMessage()
getMessage in interface Amendmentprotected void setMessage(String message)
protected void setBugId(String bugId)
Copyright © 2002-2017 Atlassian. All Rights Reserved.