public class ChangeAnnotation
extends java.lang.Object
Since 3.16.0
| Constructor and Description |
|---|
ChangeAnnotation() |
ChangeAnnotation(java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
A human-readable string which is rendered less prominent in
the user interface.
|
java.lang.String |
getLabel()
A human-readable string describing the actual change.
|
java.lang.Boolean |
getNeedsConfirmation()
A flag which indicates that user confirmation is needed
before applying the change.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
A human-readable string which is rendered less prominent in
the user interface.
|
void |
setLabel(java.lang.String label)
A human-readable string describing the actual change.
|
void |
setNeedsConfirmation(java.lang.Boolean needsConfirmation)
A flag which indicates that user confirmation is needed
before applying the change.
|
java.lang.String |
toString() |
public ChangeAnnotation()
public ChangeAnnotation(java.lang.String label)
@Pure public java.lang.String getLabel()
public void setLabel(java.lang.String label)
@Pure public java.lang.Boolean getNeedsConfirmation()
public void setNeedsConfirmation(java.lang.Boolean needsConfirmation)
@Pure public java.lang.String getDescription()
public void setDescription(java.lang.String description)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object