public abstract class

AbstractAmendment

extends Object
implements Amendment
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.check.AbstractAmendment
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.appconsistency.integrity.amendment.Amendment
Protected Constructors
AbstractAmendment(int type, String bugId, String message)
Public Methods
boolean equals(Object o)
String getBugId()
String getMessage()
int hashCode()
boolean isCorrection()
boolean isError()
boolean isWarning()
String toString()
Protected Methods
int getType()
boolean isValidType(int type)
void setBugId(String bugId)
void setMessage(String message)
void setType(int type)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.amendment.Amendment

Protected Constructors

protected AbstractAmendment (int type, String bugId, String message)

Public Methods

public boolean equals (Object o)

public String getBugId ()

public String getMessage ()

public int hashCode ()

public boolean isCorrection ()

public boolean isError ()

public boolean isWarning ()

public String toString ()

Protected Methods

protected int getType ()

protected boolean isValidType (int type)

protected void setBugId (String bugId)

protected void setMessage (String message)

protected void setType (int type)