public class ItemDeprecation extends Object
Constructor and Description |
---|
ItemDeprecation() |
ItemDeprecation(String reason,
String replacement) |
ItemDeprecation(String reason,
String replacement,
String level) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLevel() |
String |
getReason() |
String |
getReplacement() |
int |
hashCode() |
void |
setLevel(String level) |
void |
setReason(String reason) |
void |
setReplacement(String replacement) |
String |
toString() |